log hgext/fastannotate/commands.py @ 42844:566daffc607d

age author description
2019-04-03 Martin von Zweigbergk cleanup: use set literals where possible
2018-12-04 Martin von Zweigbergk debugbuildannotatecache: use progress helper
2018-10-12 Rodrigo Damazio help: adding a proper declaration for shortlist/basic commands (API)
2018-09-21 Matt Harbison py3: rename pycompat.getcwd() to encoding.getcwd() (API)
2018-09-14 Pulkit Goyal py3: fix kwargs handling in hgext/fastannotate.py
2018-09-03 Pulkit Goyal py3: add r'' prefix to prevent b'' being prepended
2018-07-31 Augie Fackler fastannotate: initial import from Facebook's hg-experimental