log

age author description
Thu, 04 Apr 2019 15:24:03 -0700 Gregory Szorc cext: make osutil.c PY_SSIZE_T_CLEAN
Thu, 04 Apr 2019 15:21:30 -0700 Gregory Szorc cext: make parsers.c PY_SSIZE_T_CLEAN
Thu, 04 Apr 2019 15:18:06 -0700 Gregory Szorc cext: make revlog.c PY_SSIZE_T_CLEAN
Thu, 04 Apr 2019 18:20:36 -0700 Gregory Szorc tests: add optional output for Python 2.7 deprecation
Thu, 04 Apr 2019 18:01:48 -0700 Gregory Szorc setup: use raw string for regular expression
Thu, 04 Apr 2019 18:01:02 -0700 Gregory Szorc automation: use raw strings when there are backslashes
Thu, 04 Apr 2019 17:47:25 -0700 Gregory Szorc perf: make perf.run-limits code work with Python 3
Mon, 25 Dec 2017 05:55:50 -0800 Martin von Zweigbergk localrepo: rename crev in _filecommit() to cnode, since it's a node
Fri, 05 Apr 2019 04:09:41 +0530 Jerry Montfort tests: unset environment variable P in test-revset2.t (issue6109)
Thu, 04 Apr 2019 19:08:37 +0200 Philippe Pepiot hgmanpage: use a py2 and py3 compatible iterable protocol
Thu, 04 Apr 2019 19:08:05 +0200 Philippe Pepiot hgmanpage: use range instead of xrange
Thu, 04 Apr 2019 19:06:48 +0200 Philippe Pepiot packaging: allow to run make with python3
Wed, 03 Apr 2019 11:21:27 -0700 Martin von Zweigbergk cleanup: use set literals where possible
Wed, 19 Jul 2017 13:17:49 -0700 Martin von Zweigbergk tests: rename "u" to more usual "ui" in test-context.py
Wed, 03 Apr 2019 09:38:08 -0700 Martin von Zweigbergk tests: better document the graft copy case