Mercurial > hg-stable
log
age | author | description |
---|---|---|
Thu, 15 Jun 2017 17:13:23 -0700 | Sean Farley | hghave: add has_git_range for testing if git understands ext::sh |
Sat, 17 Jun 2017 23:09:47 -0700 | Martin von Zweigbergk | rebase: rewrite "x in y.children()" as "y in x.parents()" |
Sat, 17 Jun 2017 23:09:39 -0700 | Martin von Zweigbergk | shelve: rewrite "x in y.children()" as "y in x.parents()" |
Sat, 17 Jun 2017 17:16:28 +0530 | Pulkit Goyal | py3: use open() instead of file() constructor |
Sat, 17 Jun 2017 15:29:26 +0530 | Pulkit Goyal | py3: convert keys of kwargs back to bytes using pycompat.byteskwargs() |
Sat, 17 Jun 2017 15:05:11 +0530 | Pulkit Goyal | py3: use pycompat.strkwargs() to convert kwargs keys to str before passing |
Sat, 17 Jun 2017 14:53:25 +0530 | Pulkit Goyal | py3: use '%d' instead of '%s' for integers |