Mercurial > hg-stable
log
age | author | description |
---|---|---|
Sat, 19 May 2018 15:15:51 -0400 | Augie Fackler | tests: fix test-patch.t on pickier /bin/sh implementations |
Sat, 19 May 2018 15:14:56 -0400 | Augie Fackler | patch: add debug message to show external patch tool invocation |
Sat, 19 May 2018 20:04:54 +0530 | Pulkit Goyal | py3: add 13 new passing tests to whitelist |
Sat, 19 May 2018 18:59:21 +0530 | Pulkit Goyal | py3: check for None before comparing with integers |
Sat, 19 May 2018 18:58:35 +0530 | Pulkit Goyal | py3: use `except error as e` instead of `except error, e` |
Sat, 19 May 2018 18:56:00 +0530 | Pulkit Goyal | py3: use pycompat.fsencode() to convert tempfile name to bytes |
Sat, 19 May 2018 18:55:30 +0530 | Pulkit Goyal | py3: add b'' prefixes in tests/test-parseindex.t |