Wed, 06 Mar 2019 14:07:27 +0100 Pierre-Yves David revlog: add some documentation to the `checksize` method
Wed, 06 Mar 2019 12:20:50 +0100 Pierre-Yves David verify: make `checkentry` a private method
Wed, 06 Mar 2019 12:18:04 +0100 Pierre-Yves David verify: document the `checkentry` method
Wed, 06 Mar 2019 11:43:21 +0100 Pierre-Yves David verify: add some inline documentation to the top level `verify` method
Wed, 06 Mar 2019 11:38:54 +0100 Pierre-Yves David verify: explicitly return 0 if no error are encountered
Wed, 06 Mar 2019 11:35:34 +0100 Pierre-Yves David verify: minimal documentation for `verifier.verify`
Wed, 06 Mar 2019 11:31:48 +0100 Pierre-Yves David verify: make the `exc` method private
Wed, 06 Mar 2019 11:31:10 +0100 Pierre-Yves David verify: document the `exc` method
Wed, 06 Mar 2019 11:27:37 +0100 Pierre-Yves David verify: make `err` a private method
Wed, 06 Mar 2019 11:25:16 +0100 Pierre-Yves David verify: document the `err` method
Wed, 06 Mar 2019 11:24:40 +0100 Pierre-Yves David verify: make the `warn` method private
Wed, 06 Mar 2019 11:23:05 +0100 Pierre-Yves David verify: document the `warn` method
Mon, 04 Mar 2019 20:18:13 +0530 Navaneeth Suresh uncommit: add flag --allow-dirty-working-copy
Tue, 12 Feb 2019 00:17:42 +0530 Navaneeth Suresh uncommit: don't allow dirty working copy with PATH (issue5977)
Tue, 05 Mar 2019 09:51:57 -0500 Augie Fackler cleanup: remove two bogus test names from python3 list
Mon, 04 Mar 2019 15:46:54 +0100 Pierre-Yves David revlog: preserve `_lazydelta` attribute in `revlog.clone`
Mon, 04 Mar 2019 16:08:44 +0100 Pierre-Yves David localrepo: explicit `_lock` arguments in `lock`
Sun, 03 Mar 2019 17:22:03 -0800 Gregory Szorc inno: remove w9xpopen.exe
Sun, 03 Mar 2019 15:53:27 -0800 Gregory Szorc inno: stop shipping pywin32
Sun, 03 Mar 2019 18:19:07 -0800 Gregory Szorc inno: script to automate building Inno installer
Sun, 03 Mar 2019 14:08:25 -0800 Gregory Szorc setup: exclude some internal UCRT files
Sun, 03 Mar 2019 15:46:26 -0800 Gregory Szorc setup: include additional packages in py2exe distribution
Sun, 03 Mar 2019 10:31:23 -0800 Gregory Szorc setup: define build_doc command
Sun, 03 Mar 2019 09:16:37 -0800 Gregory Szorc inno: remove references to pywin32
Sun, 03 Mar 2019 09:10:52 -0800 Gregory Szorc inno: remove cacerts.pem from documentation
Thu, 28 Feb 2019 12:54:48 -0800 Gregory Szorc inno: replace add_path.exe with a Pascal script
Sun, 03 Mar 2019 18:22:49 -0800 Gregory Szorc inno: move inno installer files to contrib/packaging/inno
Tue, 05 Mar 2019 04:34:45 +0530 Pulkit Goyal py3: add a new passing test found by buildbot
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
Thu, 28 Feb 2019 03:48:07 +0530 Pulkit Goyal py3: make contrib/debugshell.py work with Python 3
Wed, 27 Feb 2019 16:34:58 -0800 Martin von Zweigbergk absorb: let scmutil.cleanupnodes() take care of setting phase
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip