Mercurial > hg
graph
-
setup: include additional packages in py2exe distributionSun, 03 Mar 2019 15:46:26 -0800, by Gregory Szorc
-
setup: define build_doc commandSun, 03 Mar 2019 10:31:23 -0800, by Gregory Szorc
-
inno: remove references to pywin32Sun, 03 Mar 2019 09:16:37 -0800, by Gregory Szorc
-
inno: remove cacerts.pem from documentationSun, 03 Mar 2019 09:10:52 -0800, by Gregory Szorc
-
inno: replace add_path.exe with a Pascal scriptThu, 28 Feb 2019 12:54:48 -0800, by Gregory Szorc
-
inno: move inno installer files to contrib/packaging/innoSun, 03 Mar 2019 18:22:49 -0800, by Gregory Szorc
-
py3: add a new passing test found by buildbotTue, 05 Mar 2019 04:34:45 +0530, by Pulkit Goyal
-
tests: make test-status.t compatible with test-check-module-imports.tTue, 05 Mar 2019 04:32:23 +0530, by Pulkit Goyal
-
py3: convert KEY_PRESSED value to bytes in crecord.pyTue, 05 Mar 2019 04:11:32 +0530, by Pulkit Goyal
-
hghave: skip emacs tests on 24.3 and earlierMon, 04 Mar 2019 18:11:50 -0500, by Augie Fackler
-
py3: use bytes instead of str in isinstance()Tue, 05 Mar 2019 03:33:41 +0530, by Pulkit Goyal
-
server: allow customizing the default repo filterTue, 12 Feb 2019 19:08:17 +0100, by Joerg Sonnenberger
-
py3: convert filtername to str if it's NoneSat, 02 Mar 2019 05:24:35 +0530, by Pulkit Goyal
-
walkfilerevs: rename filerevgen() to filerevs() since it's not a generatorSat, 02 Mar 2019 13:28:17 -0800, by Martin von Zweigbergk
-
global: use raw string for setlocale() argumentSat, 02 Mar 2019 13:15:53 -0800, by Gregory Szorc
-
encoding: use raw strings for encoding argumentsSat, 02 Mar 2019 13:07:58 -0800, by Gregory Szorc
-
revsetlang: use sysbytes() instead of blind encode()Sat, 02 Mar 2019 13:02:39 -0800, by Gregory Szorc
-
global: use raw strings for namedtuple()Sat, 02 Mar 2019 12:57:00 -0800, by Gregory Szorc
-
attr: don't attempt to .encode() a str on Python 2Sat, 02 Mar 2019 12:55:29 -0800, by Gregory Szorc
-
procutil: use a raw string for module nameSat, 02 Mar 2019 12:51:55 -0800, by Gregory Szorc
-
global: use raw strings for __slots__Sat, 02 Mar 2019 12:51:04 -0800, by Gregory Szorc
-
absorb: run cleanupnodes() within transaction also when not using obsmarkersThu, 28 Feb 2019 07:45:51 -0800, by Martin von Zweigbergk
-
py3: pass a str to getpass.getpass()Sat, 02 Mar 2019 05:23:15 +0530, by Pulkit Goyal
-
py3: port things from chgserver.pySat, 02 Mar 2019 05:12:45 +0530, by Pulkit Goyal
-
py3: make sure return value of posix.groupname() is bytesSat, 02 Mar 2019 05:01:00 +0530, by Pulkit Goyal
-
contrib: make check-code.py check code fragments embedded in test scriptsFri, 01 Mar 2019 02:53:09 +0900, by FUJIWARA Katsunori
-
contrib: add line offset information to file check function of check-code.pyFri, 01 Mar 2019 02:53:09 +0900, by FUJIWARA Katsunori
-
contrib: change return value of file checking function of check-code.pyFri, 01 Mar 2019 02:53:09 +0900, by FUJIWARA Katsunori
-
contrib: factor out actual error check for file data of check-code.pyFri, 01 Mar 2019 02:53:09 +0900, by FUJIWARA Katsunori
-
contrib: refactor preparation logic for patterns of check-code.pyFri, 01 Mar 2019 02:53:09 +0900, by FUJIWARA Katsunori
-
contrib: split pypats list in check-code.pyFri, 01 Mar 2019 02:53:05 +0900, by FUJIWARA Katsunori
-
tests: remove useless line wrapping in a code fragment embedded in test scriptFri, 01 Mar 2019 02:51:52 +0900, by FUJIWARA Katsunori
-
storage: introduce a `revlog.reuse-external-delta` configWed, 27 Feb 2019 12:40:18 +0100, by Pierre-Yves David
-
storage: introduce a `revlog.reuse-external-delta-parent` configWed, 27 Feb 2019 10:49:25 +0100, by Pierre-Yves David
-
merge with stableSat, 02 Mar 2019 09:41:17 +0900, by Yuya Nishihara
-
py3: convert return values of inspect.getabsfile() to bytesThu, 28 Feb 2019 04:08:47 +0530, by Pulkit Goyal
-
py3: add two new passing tests found by buildbotThu, 28 Feb 2019 03:51:06 +0530, by Pulkit Goyal
-
py3: make contrib/debugshell.py work with Python 3Thu, 28 Feb 2019 03:48:07 +0530, by Pulkit Goyal
-
absorb: let scmutil.cleanupnodes() take care of setting phaseWed, 27 Feb 2019 16:34:58 -0800, by Martin von Zweigbergk
-
absorb: use scmutil.cleanupnodes() also when obsmarkers are disabledWed, 27 Feb 2019 16:33:15 -0800, by Martin von Zweigbergk
-
absorb: use scmutil.cleanupnodes() so operation gets setWed, 27 Feb 2019 16:15:10 -0800, by Martin von Zweigbergk
-
test: follow-up on 1c4d6ab2ecb8, stabilize test-remotefilelog-bgprefetch.tMon, 25 Feb 2019 09:02:29 +0100, by Boris Feld
-
tests: add more wildcards to test-extdiff.tMon, 25 Feb 2019 21:10:16 -0500, by Matt Harbison
-
branchmap: prevent reading the file twice through different iteratorsTue, 26 Feb 2019 17:26:33 +0300, by Pulkit Goyal
-
remotefilelog: fix format str, blobsize isn't always a #, can be "(missing)"Mon, 25 Feb 2019 12:42:48 -0800, by Kyle Lippincott
-
remotefilelog: do not specify an explicit version for repackFri, 22 Feb 2019 19:24:01 -0800, by Kyle Lippincott
-
test: generate the `test-sparse-revlog` artifact when slow-test is allowedSun, 24 Feb 2019 19:55:20 +0100, by Pierre-Yves David
-
runtest: also update slow test timeout during `#if` clausesSun, 24 Feb 2019 19:56:23 +0100, by Pierre-Yves David
-
runtest: move slow timeout process earlier in the `_hghave` methodSun, 24 Feb 2019 19:56:08 +0100, by Pierre-Yves David
-
runtest: extract the logic that update timeout for slow testsSun, 24 Feb 2019 19:56:34 +0100, by Pierre-Yves David
-
tests: increase timeout for slow testSun, 24 Feb 2019 19:56:40 +0100, by Pierre-Yves David
-
merge with stableMon, 25 Feb 2019 18:51:08 -0800, by Gregory Szorc
-
rewriting: add an option for rewrite commands to use the archived phaseWed, 02 Jan 2019 03:07:52 +0100, by Boris Feld
-
strip: introduce a soft strip optionTue, 16 Oct 2018 15:48:00 +0200, by Boris Feld
-
branchcache: move loading of branch names and nodes into it's own functionMon, 25 Feb 2019 16:49:01 +0300, by Pulkit Goyal
-
test: stabilize bundle generation for test-sparse-revlog.t stableSun, 24 Feb 2019 19:56:46 +0100, by Pierre-Yves David
-
test: don't trust delta bases from the bundle in test-sparse-revlog.t stableSun, 24 Feb 2019 19:56:51 +0100, by Pierre-Yves David
-
test: update test-sparse-revlog.t output stableSun, 24 Feb 2019 19:56:57 +0100, by Pierre-Yves David
-
bundle2: don't send "shared" requirement when cloning from a shareWed, 20 Feb 2019 15:02:59 -0500, by mitchell plamann