Mercurial > hg
log
age | author | description |
---|---|---|
Wed, 19 Sep 2018 23:38:30 -0400 | Augie Fackler | changegroup: tease out a temporary prune method for manifests |
Wed, 19 Sep 2018 23:36:16 -0400 | Augie Fackler | changegroup: remove outdated comment |
Thu, 20 Sep 2018 18:36:33 +0300 | Pulkit Goyal | py3: encode the name to bytes before using in revsetpredicate() |
Thu, 20 Sep 2018 18:36:00 +0300 | Pulkit Goyal | py3: suppress the output on .write() calls in tests/test-hgweb-commands.t |
Thu, 20 Sep 2018 18:35:24 +0300 | Pulkit Goyal | py3: use stringutil.pprint() to print boolean values |
Thu, 20 Sep 2018 18:34:38 +0300 | Pulkit Goyal | py3: add a missing b'' in tests/test-newercgi.t |
Thu, 20 Sep 2018 18:33:53 +0300 | Pulkit Goyal | py3: use pycompat.maplist instead of map |