Mercurial > hg
graph
-
manifestcache: test that adding the same entry twice do not duplicates itThu, 14 Mar 2019 10:53:28 +0000, by Pierre-Yves David
-
manifestcache: do not display data when using --addThu, 14 Mar 2019 09:11:41 +0000, by Pierre-Yves David
-
manifestcache: only lock the repository if the debug command touch the cacheThu, 14 Mar 2019 10:43:01 +0000, by Pierre-Yves David
-
manifestcache: further fix to debug command outputThu, 14 Mar 2019 10:24:51 +0000, by Pierre-Yves David
-
manifestcache: test and fix some output of the debug commandThu, 14 Mar 2019 09:11:18 +0000, by Pierre-Yves David
-
chunkselector: fix typos in instructions when user reviews patchThu, 27 Dec 2018 13:36:17 -0800, by Kyle Lippincott
-
scmutil: document matcher argument of movedirstate()Mon, 11 Mar 2019 14:04:48 -0700, by Martin von Zweigbergk
-
uncommit: move _movedirstate() to scmutil for reuseMon, 11 Mar 2019 09:42:29 -0700, by Martin von Zweigbergk
-
copies: remove dependency on scmutil by directly using match.exact()Mon, 11 Mar 2019 09:20:26 -0700, by Martin von Zweigbergk
-
uncommit: convert _fixdirstate() into _movedirstate()Mon, 11 Mar 2019 09:35:36 -0700, by Martin von Zweigbergk
-
updatecaches: also warm the tags cachesMon, 11 Mar 2019 02:34:12 +0100, by Pierre-Yves David
-
updatecaches: also warm revbranchcache for filtered revisionsMon, 11 Mar 2019 02:32:21 +0100, by Pierre-Yves David
-
copies: handle a case when both merging csets are not descendant of merge baseWed, 13 Feb 2019 15:50:14 +0530, by Sushil khanchi
-
copies: add test that makes both the merging csets dirty and failsThu, 14 Feb 2019 16:09:43 +0530, by Sushil khanchi
-
copies: add test that makes both the merging csets dirty and run w/o errorThu, 14 Feb 2019 17:11:35 +0530, by Sushil khanchi
-
tests: stabilize test-bundle.t on WindowsSun, 10 Mar 2019 16:51:21 -0400, by Matt Harbison
-
discovery-helper: use reflink copy if availableSun, 10 Mar 2019 19:01:56 +0100, by Pierre-Yves David
-
discovery-helper: bail out if destination already existsSun, 10 Mar 2019 18:52:22 +0100, by Pierre-Yves David
-
discovery-helper: move repository creation in a functionSun, 10 Mar 2019 18:50:38 +0100, by Pierre-Yves David
-
discovery-helper: add an extra argument to generate only one repoFri, 08 Mar 2019 21:38:57 +0100, by Pierre-Yves David
-
wix: remove enum and future packagesFri, 08 Mar 2019 10:29:48 -0800, by Gregory Szorc
-
wix: remove pywin32Fri, 08 Mar 2019 10:27:40 -0800, by Gregory Szorc
-
wix: remove sphinx and dependenciesFri, 08 Mar 2019 10:25:05 -0800, by Gregory Szorc
-
wix: functionality to automate building WiX installersFri, 08 Mar 2019 10:48:22 -0800, by Gregory Szorc
-
wix: move contrib/wix to contrib/packaging/wixThu, 07 Mar 2019 15:37:42 -0800, by Gregory Szorc
-
wix: remove hg.cmdFri, 08 Mar 2019 10:33:05 -0800, by Gregory Szorc
-
setup: include hgext3rd package in py2exe buildsThu, 07 Mar 2019 14:02:02 -0800, by Gregory Szorc
-
setup: properly install build_hgextindex for py2exe buildsThu, 07 Mar 2019 13:47:28 -0800, by Gregory Szorc
-
setup: configure py2exe config via environment variablesThu, 07 Mar 2019 12:15:32 -0800, by Gregory Szorc
-
packaging: extract py2exe functionality to own moduleThu, 07 Mar 2019 15:43:54 -0800, by Gregory Szorc
-
packaging: extract python exe info to own functionThu, 07 Mar 2019 10:49:59 -0800, by Gregory Szorc
-
packaging: don't use temporary directoryThu, 07 Mar 2019 10:36:20 -0800, by Gregory Szorc
-
packaging: extract virtualenv and py2exe to build directoryThu, 07 Mar 2019 10:35:20 -0800, by Gregory Szorc
-
packaging: move Inno Setup core logic into a moduleThu, 07 Mar 2019 15:43:14 -0800, by Gregory Szorc
-
packaging: move find_vc_runtime_files() into hgpackaging.utilThu, 07 Mar 2019 10:22:09 -0800, by Gregory Szorc
-
packaging: move DOWNLOADS dict to hgpackaging.downloadsThu, 07 Mar 2019 10:20:37 -0800, by Gregory Szorc
-
packaging: split downloading code into own moduleThu, 07 Mar 2019 15:42:32 -0800, by Gregory Szorc
-
packaging: establish hgpackaging packageThu, 07 Mar 2019 10:10:04 -0800, by Gregory Szorc
-
py3: use % instead of .format() on a bytestringSat, 09 Mar 2019 02:07:09 +0000, by Ian Moody
-
py3: use r'' for group name arguments to MatchObjects in phabricator.pyFri, 08 Mar 2019 22:26:43 +0000, by Ian Moody
-
py3: use %d instead of %s when formatting an int into a byte stringSat, 09 Mar 2019 01:58:51 +0000, by Ian Moody
-
py3: only pass unicode to json.dumps in writediffpropertiesSat, 09 Mar 2019 01:53:53 +0000, by Ian Moody
-
py3: fix a few "dict keys as str instead of bytes" issues in phabricator.pySat, 09 Mar 2019 01:30:44 +0000, by Ian Moody
-
py3: convert URL to str before passing it to requestSat, 09 Mar 2019 01:00:25 +0000, by Ian Moody
-
py3: convert indexes into bytes when enumerating lists in urlencodenestedFri, 08 Mar 2019 23:45:12 +0000, by Ian Moody
-
py3: don't try and format a bare dict into a byte string in callconduitFri, 08 Mar 2019 23:48:49 +0000, by Ian Moody
-
py3: use fsencode for vcr recording paths and strings for custom_patches argsFri, 08 Mar 2019 17:57:59 +0000, by Ian Moody
-
phabricator: convert conduit response JSON unicode to bytes inside callconduitSat, 02 Mar 2019 18:48:23 +0000, by Ian Moody
-
transaction: include txnname in the hookargs dictionarySat, 09 Feb 2019 23:01:30 +0100, by Pierre-Yves David
-
discovery-helper: reflect argument value in the name of the resultsFri, 08 Mar 2019 00:00:44 +0100, by Pierre-Yves David
-
discovery-helper: echo the stripped revsets earlyThu, 07 Mar 2019 17:21:22 +0100, by Pierre-Yves David
-
contrib: move the `discovery-helper.sh` script in`perf-utils` directoryThu, 07 Mar 2019 17:15:15 +0100, by Pierre-Yves David
-
tests: stabilize test-split.t for WindowsSat, 09 Mar 2019 12:55:24 -0500, by Matt Harbison
-
tests: stabilize test-share.t on WindowsThu, 07 Mar 2019 22:14:22 -0500, by Matt Harbison
-
split: add tests which demonstrate the issue5864Sun, 03 Mar 2019 19:46:59 +0530, by Sushil khanchi
-
discovery: clarify why the caching of children is validThu, 07 Mar 2019 01:28:24 +0100, by Pierre-Yves David
-
tests: clarify test setup test in test-uncommit.tWed, 06 Mar 2019 15:43:52 -0800, by Martin von Zweigbergk
-
tests: fix a stale reference to experimental.uncommitondirtywdirWed, 06 Mar 2019 15:35:40 -0800, by Martin von Zweigbergk
-
discovery: explicitly use `undecided` for the children mappingThu, 28 Feb 2019 01:49:10 +0100, by Pierre-Yves David
-
discovery: cache the children mapping used during each discoveryThu, 28 Feb 2019 01:48:20 +0100, by Pierre-Yves David
-
discovery: move children computation in its own methodThu, 28 Feb 2019 01:15:45 +0100, by Pierre-Yves David
-
discovery: simplify the building of the children mappingTue, 05 Mar 2019 15:39:54 +0100, by Pierre-Yves David
-
discovery: simply walk the undecided revs when building the children mappingTue, 05 Mar 2019 15:52:14 +0100, by Pierre-Yves David
-
discovery: use a lower level but faster way to retrieve parentsThu, 28 Feb 2019 00:56:27 +0100, by Pierre-Yves David
-
discovery: avoid computing identical sets of heads twiceThu, 28 Feb 2019 00:12:12 +0100, by Pierre-Yves David
-
discovery: moved sampling functions inside discovery objectWed, 27 Feb 2019 23:55:19 +0100, by Georges Racinet
-
discovery: rename `srvheads` to `knownsrvheads`Wed, 27 Feb 2019 23:45:06 +0100, by Georges Racinet
-
verify: small refactoring and documentation in `_verifymanifest`Wed, 06 Mar 2019 14:43:02 +0100, by Pierre-Yves David
-
verify: document the `_verifymanifest` methodWed, 06 Mar 2019 12:39:44 +0100, by Pierre-Yves David
-
verify: document `_verifychangelog`Wed, 06 Mar 2019 12:21:58 +0100, by Pierre-Yves David
-
verify: rename the `checklog` to `_checkrevlog`Wed, 06 Mar 2019 14:15:19 +0100, by Pierre-Yves David
-
verify: document the `checklog` methodWed, 06 Mar 2019 14:10:23 +0100, by Pierre-Yves David
-
revlog: add some documentation to the `checksize` methodWed, 06 Mar 2019 14:07:27 +0100, by Pierre-Yves David
-
verify: make `checkentry` a private methodWed, 06 Mar 2019 12:20:50 +0100, by Pierre-Yves David
-
verify: document the `checkentry` methodWed, 06 Mar 2019 12:18:04 +0100, by Pierre-Yves David
-
verify: add some inline documentation to the top level `verify` methodWed, 06 Mar 2019 11:43:21 +0100, by Pierre-Yves David
-
verify: explicitly return 0 if no error are encounteredWed, 06 Mar 2019 11:38:54 +0100, by Pierre-Yves David
-
verify: minimal documentation for `verifier.verify`Wed, 06 Mar 2019 11:35:34 +0100, by Pierre-Yves David
-
verify: make the `exc` method privateWed, 06 Mar 2019 11:31:48 +0100, by Pierre-Yves David
-
verify: document the `exc` methodWed, 06 Mar 2019 11:31:10 +0100, by Pierre-Yves David
-
verify: make `err` a private methodWed, 06 Mar 2019 11:27:37 +0100, by Pierre-Yves David
-
verify: document the `err` methodWed, 06 Mar 2019 11:25:16 +0100, by Pierre-Yves David
-
verify: make the `warn` method privateWed, 06 Mar 2019 11:24:40 +0100, by Pierre-Yves David
-
verify: document the `warn` methodWed, 06 Mar 2019 11:23:05 +0100, by Pierre-Yves David
-
uncommit: add flag --allow-dirty-working-copyMon, 04 Mar 2019 20:18:13 +0530, by Navaneeth Suresh
-
uncommit: don't allow dirty working copy with PATH (issue5977)Tue, 12 Feb 2019 00:17:42 +0530, by Navaneeth Suresh
-
cleanup: remove two bogus test names from python3 listTue, 05 Mar 2019 09:51:57 -0500, by Augie Fackler
-
revlog: preserve `_lazydelta` attribute in `revlog.clone`Mon, 04 Mar 2019 15:46:54 +0100, by Pierre-Yves David
-
localrepo: explicit `_lock` arguments in `lock`Mon, 04 Mar 2019 16:08:44 +0100, by Pierre-Yves David
-
inno: remove w9xpopen.exeSun, 03 Mar 2019 17:22:03 -0800, by Gregory Szorc
-
inno: stop shipping pywin32Sun, 03 Mar 2019 15:53:27 -0800, by Gregory Szorc
-
inno: script to automate building Inno installerSun, 03 Mar 2019 18:19:07 -0800, by Gregory Szorc
-
setup: exclude some internal UCRT filesSun, 03 Mar 2019 14:08:25 -0800, by Gregory Szorc
-
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