Mercurial > hg
log
age | author | description |
---|---|---|
Sat, 30 Sep 2017 15:48:08 +0530 | Pulkit Goyal | py3: use pycompat.bytestr instead of str |
Sat, 30 Sep 2017 15:45:15 +0530 | Pulkit Goyal | py3: explicitly convert dict.keys() and dict.items() into a list |
Sat, 30 Sep 2017 18:02:53 +0530 | Pulkit Goyal | py3: use '%d' instead of '%s' for integers |
Sat, 30 Sep 2017 15:46:36 +0530 | Pulkit Goyal | py3: use pycompat.strkwargs() before passing a dict as keyword argument |
Sat, 30 Sep 2017 05:22:22 +0530 | Pulkit Goyal | py3: return False early while checking whether None is a key in lazymanifest |
Fri, 29 Sep 2017 14:49:05 -0700 | Martin von Zweigbergk | dirstate: use keyword arguments to clarify status()'s callers |