Mercurial > hg
log hgext/fastannotate/formatter.py @ 42961:460f8bf58020
age | author | description |
---|---|---|
Fri, 25 Jan 2019 23:43:11 -0800 | Martin von Zweigbergk | cleanup: use repo['.'] instead of repo[None].p1() |
Wed, 16 Jan 2019 11:56:08 -0500 | Augie Fackler | fastannotate: use pycompat.maplist instead of map |
Wed, 16 Jan 2019 11:55:49 -0500 | Augie Fackler | fastannotate: slice strings to get single character |
Fri, 23 Nov 2018 21:54:03 +0300 | Pulkit Goyal | py3: replace str() with pycompat.bytestr() or ('%d' % int) |
Thu, 20 Sep 2018 18:33:53 +0300 | Pulkit Goyal | py3: use pycompat.maplist instead of map |
Mon, 30 Jul 2018 22:50:00 -0400 | Augie Fackler | fastannotate: initial import from Facebook's hg-experimental |