Mercurial > hg
log
age | author | description |
---|---|---|
Sat, 24 Feb 2018 01:19:26 +0530 | Pulkit Goyal | py3: use pycompat.byteskwargs() to fix keyword arguments handling |
Fri, 23 Feb 2018 17:57:04 -0800 | Gregory Szorc | setup: only allow Python 3 from a source checkout (issue5804) stable |
Fri, 23 Feb 2018 20:50:10 -0500 | Matt Harbison | tests: add HTTP POST and PUT support to the $LOGDATE$ substitution |
Fri, 23 Feb 2018 18:47:26 +0530 | Pulkit Goyal | py3: make regex bytes in hgweb/webcommands.py |
Fri, 23 Feb 2018 18:23:51 +0530 | Pulkit Goyal | py3: replace types.NoneType with type(None) |
Fri, 23 Feb 2018 18:12:20 +0530 | Pulkit Goyal | py3: add missing b'' in test-arbitraryfilectx.t |
Fri, 23 Feb 2018 18:04:33 +0530 | Pulkit Goyal | py3: pass ctx.rev() instead of ctx in range() |