Mercurial > hg
graph
-
patch: include flag-only file changes in "special" when filtering (issue5864)Sun, 03 Mar 2019 20:16:22 +0530, by Sushil khanchi
-
store: error out if fncache does not ends with a newlineMon, 18 Mar 2019 16:56:24 +0300, by Pulkit Goyal
-
tracked: add documentation about `--import-rules` flagMon, 18 Mar 2019 14:57:43 +0300, by Pulkit Goyal
-
discovery: fix embarrassing typo in slice definitionThu, 14 Mar 2019 19:13:45 +0000, by Pierre-Yves David
-
store: don't read the whole fncache in memoryThu, 22 Nov 2018 15:14:24 +0300, by Pulkit Goyal
-
record: prevent commits that don't pick up dirty subrepo changes (issue6102) stable 4.9.1Sat, 16 Mar 2019 14:40:21 -0400, by Matt Harbison
-
wix: restore COPYING.rtfFri, 08 Mar 2019 10:20:33 -0800, by Gregory Szorc
-
test-https: add some more known failure messages of client certs (issue6030) stableSun, 17 Mar 2019 12:43:45 +0900, by Yuya Nishihara
-
test-https: turn off system OpenSSL configuration stableSun, 17 Mar 2019 12:37:57 +0900, by Yuya Nishihara
-
store: move logic to check for invalid entry in fncache to own functionWed, 27 Feb 2019 16:29:48 +0300, by Pulkit Goyal
-
py3: add test-phabricator.py to python3-whitelistSat, 09 Mar 2019 02:52:49 +0000, by Ian Moody
-
py3: convert to/from bytes/unicode for json.(dump|load)s in debugcallconduitSat, 09 Mar 2019 02:18:49 +0000, by Ian Moody
-
py3: use pycompat.byteskwargs on opts in phabricator.pyFri, 08 Mar 2019 18:30:12 +0000, by Ian Moody
-
watchman: ignore some of watchman errorsFri, 21 Dec 2018 17:12:39 +0100, by Boris Feld
-
watchman: add the possibility to set the exact watchman binary locationFri, 21 Dec 2018 17:10:54 +0100, by Boris Feld
-
context: use wdirhex constant instead of calculating itFri, 15 Mar 2019 22:18:35 -0700, by Martin von Zweigbergk
-
split: use the new movedirstate() we now have in scmutilWed, 13 Mar 2019 11:30:04 -0700, by Martin von Zweigbergk
-
manifestcache: use `wcache` directory for manifest cacheThu, 14 Mar 2019 00:40:11 +0000, by Pierre-Yves David
-
manifestcache: protect write with `wlock` instead of `lock`Fri, 15 Mar 2019 15:07:43 +0000, by Pierre-Yves David
-
manifestcache: clear the cache before testing the debug commandThu, 14 Mar 2019 09:12:55 +0000, by Pierre-Yves David
-
manifestcache: abstract the filename in a class attributeFri, 15 Mar 2019 12:17:30 +0000, by Pierre-Yves David
-
manifestcache: skip setup earlier if we don't have the lockFri, 15 Mar 2019 09:07:23 +0000, by Pierre-Yves David
-
manifestcache: test the cache is warm after a commitThu, 14 Mar 2019 11:46:18 +0000, by Pierre-Yves David
-
manifestcache: stop altering the lru cache order while displaying itFri, 15 Mar 2019 13:52:36 +0000, by Pierre-Yves David
-
manifestcache: support multiple cache addition in one debug command runFri, 15 Mar 2019 13:52:56 +0000, by Pierre-Yves David
-
wix: autogenerate wxs file for library filesThu, 14 Mar 2019 18:11:22 -0700, by Gregory Szorc
-
wix: introduce variable to hold path to wix packaging directoryThu, 14 Mar 2019 17:59:51 -0700, by Gregory Szorc
-
wix: package missing .dll and .pyd filesThu, 14 Mar 2019 18:25:23 -0700, by Gregory Szorc
-
setup: exclude crypt32.dll in py2exe buildsThu, 14 Mar 2019 18:25:07 -0700, by Gregory Szorc
-
packaging: don't bundle DLLs in py2exe library.zip for x86 buildsThu, 14 Mar 2019 13:27:37 -0700, by Gregory Szorc
-
packaging: convert files to LFThu, 14 Mar 2019 18:14:33 -0700, by Gregory Szorc
-
dirstate: remove obsolete reference to dirstate.beginparentchangeWed, 13 Mar 2019 10:51:40 -0700, by Martin von Zweigbergk
-
py3: use pycompat.iterbytestr to convert memoryview slice to bytestringSat, 09 Mar 2019 00:44:26 +0000, by Ian Moody
-
rebase: fix crash with in-memory rebase and copiesThu, 14 Mar 2019 14:46:29 -0700, by Martin von Zweigbergk
-
test: demonstrate crash with in-memory rebase and copiesThu, 14 Mar 2019 13:53:20 -0700, by Martin von Zweigbergk
-
manifestcache: actually honor --clearThu, 14 Mar 2019 09:12:46 +0000, by Pierre-Yves David
-
manifestcache: make sure the entry are ordered by access timeThu, 14 Mar 2019 10:58:53 +0000, by Pierre-Yves David
-
manifestcache: adding a second distinct entryThu, 14 Mar 2019 09:12:27 +0000, by Pierre-Yves David
-
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