Mercurial > hg
log
age | author | description |
---|---|---|
Thu, 01 Mar 2018 16:32:45 -0500 | Yuya Nishihara | py3: use startswith() to check existence of trailing '\n' in .hgtags file |
Thu, 01 Mar 2018 15:57:27 -0500 | Yuya Nishihara | py3: silence return value of file.write() in test-command-template.t |
Thu, 01 Mar 2018 18:05:47 -0500 | Augie Fackler | error: fix isinstnace check to use bytes instead of str |
Sun, 25 Feb 2018 22:43:50 -0500 | Augie Fackler | py3: whitelist another nine passing tests |
Sun, 25 Feb 2018 22:31:13 -0500 | Augie Fackler | util: use pycompat.bytestr() on repr() in date parse abort |
Fri, 02 Mar 2018 03:06:43 +0530 | Pulkit Goyal | py3: whitelist 14 new tests passing |
Fri, 02 Mar 2018 02:44:49 +0530 | Pulkit Goyal | py3: slice over bytes to prevent getting ascii values |