Mercurial > hg
graph
-
manifest: use itertools.chain() instead of + for Python 3 compatSun, 28 May 2017 21:29:58 -0400, by Augie Fackler
-
manifest: fix some pure-Python parser bits to work on Python 3Sun, 28 May 2017 21:29:15 -0400, by Augie Fackler
-
tests: make test-manifest finish importing in Python 3Sun, 28 May 2017 18:08:36 -0400, by Augie Fackler
-
tests: drop assertIn polyfill now that we're 2.7-onlySun, 28 May 2017 18:08:14 -0400, by Augie Fackler
-
perf: benchmark command for revlog indexesSun, 28 May 2017 11:13:10 -0700, by Gregory Szorc
-
perf: rename perfrevlog to perfrevlogrevisionsSun, 28 May 2017 10:56:28 -0700, by Gregory Szorc
-
server: use pycompat to get argvSun, 28 May 2017 15:43:26 -0400, by Augie Fackler
-
encoding: make wide character class list a sysstrSun, 28 May 2017 13:27:29 -0400, by Augie Fackler
-
cmdutil: use sorted(dict) instead of x = dict.keys(); x.sort()Sun, 28 May 2017 14:02:14 -0400, by Augie Fackler
-
util: look for empty-sysstr instead of empty-bytesstr in textwrap codeSun, 28 May 2017 16:17:43 -0400, by Augie Fackler
-
minirst: look for column delimiters using slices instead of indiciesSun, 28 May 2017 15:47:43 -0400, by Augie Fackler
-
minirst: grab a byte, not an int, for the underline styleSun, 28 May 2017 13:36:02 -0400, by Augie Fackler
-
minirst: use bytes.strip instead of str.stripSun, 28 May 2017 13:41:42 -0400, by Augie Fackler
-
py3: use pycompat.bytestr so that we don't get ascii valuesMon, 29 May 2017 16:21:15 +0530, by Pulkit Goyal
-
py3: update test-check-py3-compat.tMon, 29 May 2017 16:08:37 +0530, by Pulkit Goyal