Mercurial > hg
log
age | author | description |
---|---|---|
Sun, 28 May 2017 15:43:26 -0400 | Augie Fackler | server: use pycompat to get argv |
Sun, 28 May 2017 13:27:29 -0400 | Augie Fackler | encoding: make wide character class list a sysstr |
Sun, 28 May 2017 14:02:14 -0400 | Augie Fackler | cmdutil: use sorted(dict) instead of x = dict.keys(); x.sort() |
Sun, 28 May 2017 16:17:43 -0400 | Augie Fackler | util: look for empty-sysstr instead of empty-bytesstr in textwrap code |
Sun, 28 May 2017 15:47:43 -0400 | Augie Fackler | minirst: look for column delimiters using slices instead of indicies |
Sun, 28 May 2017 13:36:02 -0400 | Augie Fackler | minirst: grab a byte, not an int, for the underline style |