Mercurial > hg
log hgext/fastannotate/context.py @ 40857:2041991f1ce2
age | author | description |
---|---|---|
Tue, 04 Dec 2018 15:59:47 -0800 | Martin von Zweigbergk | fastannotate: use progress helper |
Mon, 19 Nov 2018 21:12:13 +0300 | Pulkit Goyal | py3: use node.hex(m.digest()) instead of m.hexdigest() |
Mon, 19 Nov 2018 21:11:08 +0300 | Pulkit Goyal | py3: use pycompat.byteskwargs() to covert keys of kwargs to bytes |
Thu, 20 Sep 2018 18:35:24 +0300 | Pulkit Goyal | py3: use stringutil.pprint() to print boolean values |
Sat, 01 Sep 2018 10:40:48 +0900 | Yuya Nishihara | fastannotate: use stringutil.pprint() to dump diffopts to be hashed |
Sat, 01 Sep 2018 02:16:22 +0530 | Pulkit Goyal | py3: don't use dict.iterkeys() in hgext/fastannotate/context.py |
Mon, 30 Jul 2018 22:50:00 -0400 | Augie Fackler | fastannotate: initial import from Facebook's hg-experimental |