log

age author description
Tue, 05 Mar 2019 04:32:23 +0530 Pulkit Goyal tests: make test-status.t compatible with test-check-module-imports.t
Tue, 05 Mar 2019 04:11:32 +0530 Pulkit Goyal py3: convert KEY_PRESSED value to bytes in crecord.py
Mon, 04 Mar 2019 18:11:50 -0500 Augie Fackler hghave: skip emacs tests on 24.3 and earlier
Tue, 05 Mar 2019 03:33:41 +0530 Pulkit Goyal py3: use bytes instead of str in isinstance()
Tue, 12 Feb 2019 19:08:17 +0100 Joerg Sonnenberger server: allow customizing the default repo filter
Sat, 02 Mar 2019 05:24:35 +0530 Pulkit Goyal py3: convert filtername to str if it's None
Sat, 02 Mar 2019 13:28:17 -0800 Martin von Zweigbergk walkfilerevs: rename filerevgen() to filerevs() since it's not a generator
Sat, 02 Mar 2019 13:15:53 -0800 Gregory Szorc global: use raw string for setlocale() argument
Sat, 02 Mar 2019 13:07:58 -0800 Gregory Szorc encoding: use raw strings for encoding arguments
Sat, 02 Mar 2019 13:02:39 -0800 Gregory Szorc revsetlang: use sysbytes() instead of blind encode()
Sat, 02 Mar 2019 12:57:00 -0800 Gregory Szorc global: use raw strings for namedtuple()
Sat, 02 Mar 2019 12:55:29 -0800 Gregory Szorc attr: don't attempt to .encode() a str on Python 2
Sat, 02 Mar 2019 12:51:55 -0800 Gregory Szorc procutil: use a raw string for module name
Sat, 02 Mar 2019 12:51:04 -0800 Gregory Szorc global: use raw strings for __slots__
Thu, 28 Feb 2019 07:45:51 -0800 Martin von Zweigbergk absorb: run cleanupnodes() within transaction also when not using obsmarkers
Sat, 02 Mar 2019 05:23:15 +0530 Pulkit Goyal py3: pass a str to getpass.getpass()
Sat, 02 Mar 2019 05:12:45 +0530 Pulkit Goyal py3: port things from chgserver.py
Sat, 02 Mar 2019 05:01:00 +0530 Pulkit Goyal py3: make sure return value of posix.groupname() is bytes
Fri, 01 Mar 2019 02:53:09 +0900 FUJIWARA Katsunori contrib: make check-code.py check code fragments embedded in test scripts
Fri, 01 Mar 2019 02:53:09 +0900 FUJIWARA Katsunori contrib: add line offset information to file check function of check-code.py
Fri, 01 Mar 2019 02:53:09 +0900 FUJIWARA Katsunori contrib: change return value of file checking function of check-code.py
Fri, 01 Mar 2019 02:53:09 +0900 FUJIWARA Katsunori contrib: factor out actual error check for file data of check-code.py
Fri, 01 Mar 2019 02:53:09 +0900 FUJIWARA Katsunori contrib: refactor preparation logic for patterns of check-code.py
Fri, 01 Mar 2019 02:53:05 +0900 FUJIWARA Katsunori contrib: split pypats list in check-code.py
Fri, 01 Mar 2019 02:51:52 +0900 FUJIWARA Katsunori tests: remove useless line wrapping in a code fragment embedded in test script
Wed, 27 Feb 2019 12:40:18 +0100 Pierre-Yves David storage: introduce a `revlog.reuse-external-delta` config
Wed, 27 Feb 2019 10:49:25 +0100 Pierre-Yves David storage: introduce a `revlog.reuse-external-delta-parent` config
Sat, 02 Mar 2019 09:41:17 +0900 Yuya Nishihara merge with stable
Thu, 28 Feb 2019 04:08:47 +0530 Pulkit Goyal py3: convert return values of inspect.getabsfile() to bytes
Thu, 28 Feb 2019 03:51:06 +0530 Pulkit Goyal py3: add two new passing tests found by buildbot