Mercurial > hg
graph
-
dirstate: factor out the part retrieve "filedata" out of `normal`Fri, 16 Jul 2021 15:07:16 +0200, by Pierre-Yves David
-
dirstate-map: factor out the change to _dirs and _alldirs on removingThu, 15 Jul 2021 02:19:41 +0200, by Pierre-Yves David
-
dirstate-map: factor out the change to _dirs and _alldirs on droppingThu, 15 Jul 2021 01:58:50 +0200, by Pierre-Yves David
-
dirstate-map: factor out the change to _dirs and _alldirs on addingThu, 15 Jul 2021 01:58:31 +0200, by Pierre-Yves David
-
dirstate-item: introduce a `dm_otherparent` propertyWed, 14 Jul 2021 22:06:13 +0200, by Pierre-Yves David
-
dirstate-item: introduce a `dm_nonnormal` propertyWed, 14 Jul 2021 21:59:18 +0200, by Pierre-Yves David
-
dirstate-v2: Reserve a few bytes of space for future extensionsFri, 16 Jul 2021 16:19:31 +0200, by Simon Sapin
-
dirstate-v2: Separate iterators for dirfoldmap and debugdirstateFri, 16 Jul 2021 14:08:26 +0200, by Simon Sapin
-
dirstate-v2: Move fixed-size tree metadata into the docket fileThu, 15 Jul 2021 23:02:17 +0200, by Simon Sapin
-
dirstate-v2: Add heuristic for when to create a new data fileThu, 08 Jul 2021 19:23:44 +0200, by Simon Sapin
-
dirstate-v2: Reuse existing paths when appending to a data fileThu, 15 Jul 2021 10:31:43 +0200, by Simon Sapin
-
dirstate-v2: Reuse existing nodes when appending to a data fileThu, 15 Jul 2021 08:53:03 +0200, by Simon Sapin
-
dirstate-v2: Support appending to the same data fileTue, 13 Jul 2021 17:18:23 +0200, by Simon Sapin
-
dirstate-v2: shrink on-disk path lengths to 16-bitsTue, 13 Jul 2021 09:44:44 +0200, by Simon Sapin
-
dirstate-v2: Rename Header to Root, move it to the end of the data fileMon, 12 Jul 2021 23:05:56 +0200, by Simon Sapin
-
dirstate-v2: Enforce data size read from the docket fileMon, 12 Jul 2021 22:46:52 +0200, by Simon Sapin
-
dirstate-v2: Introduce a docket fileThu, 08 Jul 2021 12:18:21 +0200, by Simon Sapin
-
dirstate: replace a dead conditional branch with an assert in `update_file`Thu, 15 Jul 2021 17:24:09 +0200, by Pierre-Yves David
-
dirstate-map: do not use `size` to gate copy dropping during remove_fileWed, 14 Jul 2021 23:32:35 +0200, by Pierre-Yves David
-
dirstate: drop a duplicated assertThu, 15 Jul 2021 00:27:29 +0200, by Pierre-Yves David
-
dirstate: drop duplicated checkThu, 15 Jul 2021 00:22:49 +0200, by Pierre-Yves David
-
dirstate: add a `set_possibly_dirty` in `fakedirstatewritetime`Mon, 19 Jul 2021 06:21:04 +0200, by Pierre-Yves David
-
dirstatemap: use `set_possibly_dirty` in `clearambiguoustimes`Mon, 19 Jul 2021 06:20:00 +0200, by Pierre-Yves David
-
dirstate-item: use `set_possibly_dirty` in `pure.pack_dirstate`Mon, 19 Jul 2021 06:30:04 +0200, by Pierre-Yves David
-
dirstate-item: add a `set_possibly_dirty` methodMon, 19 Jul 2021 06:29:30 +0200, by Pierre-Yves David
-
dirstate-item: add a `from_v1_data` constructorTue, 13 Jul 2021 13:06:50 +0200, by Pierre-Yves David
-
dirstate-item: use an explicit __init__ function instead of the attrs oneTue, 13 Jul 2021 13:04:49 +0200, by Pierre-Yves David
-
dirstate: deprecated `drop` outside of `update/merge`Thu, 08 Jul 2021 10:28:20 +0200, by Pierre-Yves David
-
dirstate: deprecated `remove` outside of `update/merge`Thu, 08 Jul 2021 03:30:11 +0200, by Pierre-Yves David
-
dirstate: deprecate the `add` method outside of update/merge contextThu, 08 Jul 2021 00:35:06 +0200, by Pierre-Yves David
-
upgrade: avoid a traceback in case of unrecognized revlogMon, 19 Jul 2021 22:19:36 +0200, by Pierre-Yves David
-
walk: no longer ignore revlogs of files starting with `undo.` (issue6542)Mon, 19 Jul 2021 22:39:08 +0200, by Pierre-Yves David
-
largefiles: replace use of synclfdirstate with dropTue, 13 Jul 2021 14:54:09 +0530, by Pulkit Goyal
-
testing: do not stop waiting if timeout is 0 (issue6541)Sat, 17 Jul 2021 12:47:07 +0200, by Cédric Krier
-
largefile: use `parentchange` markcommittedThu, 08 Jul 2021 22:04:31 +0200, by Pierre-Yves David
-
largefile: use `set_untracked` in the override of copy/renameThu, 08 Jul 2021 03:54:54 +0200, by Pierre-Yves David
-
largefile: use `set_untracked` in the `forget` overrideThu, 08 Jul 2021 03:50:08 +0200, by Pierre-Yves David
-
largefile: directly use set_untracked() for removing filesThu, 08 Jul 2021 03:33:56 +0200, by Pierre-Yves David
-
largefile: use `parentchange` during rollbackThu, 08 Jul 2021 01:47:41 +0200, by Pierre-Yves David
-
largefile: consider `updatelfiles` as a `parentchange`Thu, 08 Jul 2021 01:44:49 +0200, by Pierre-Yves David
-
largefile: use `set_tracked` in the `hg copy` overwriteThu, 08 Jul 2021 01:24:29 +0200, by Pierre-Yves David
-
largefile: use parentchange during mergerecordupdatesThu, 08 Jul 2021 01:24:11 +0200, by Pierre-Yves David
-
largefile: use `set_tracked` in the `hg add` overwriteThu, 08 Jul 2021 01:23:30 +0200, by Pierre-Yves David
-
largefile: synchronise the dirstate within a `parentchange` contextThu, 08 Jul 2021 01:23:06 +0200, by Pierre-Yves David
-
upgrade_utils: fix crash for removecldeltachain actionMon, 28 Jun 2021 12:12:34 +0200, by Mathias De Mare
-
windows: enforce the module policy to be c for testFri, 16 Jul 2021 14:22:02 +0200, by Pierre-Yves David
-
packaging: add command line flag to add extra vars to pyoxidizerTue, 13 Jul 2021 11:37:57 -0400, by Augie Fackler
-
pyoxidizer: add hooks to inject extra python packages and install filesMon, 12 Jul 2021 15:56:25 -0400, by Augie Fackler
-
doc: wrap the help text for the purge extensionFri, 09 Jul 2021 11:42:48 -0400, by Matt Harbison
-
dummyssh: call python script with pythonSun, 11 Jul 2021 17:03:58 +0200, by Pierre-Yves David
-
dummyssh: use subprocess instead of os.callSun, 11 Jul 2021 16:57:53 +0200, by Pierre-Yves David
-
run-test: rework the redirection script for python on windowsSun, 11 Jul 2021 16:11:58 +0200, by Pierre-Yves David
-
run-test: act that we requires MSYS to run the test on WindowsSun, 11 Jul 2021 16:09:38 +0200, by Pierre-Yves David
-
sigpipe-remote: display more information about the non-py3 pythonSun, 11 Jul 2021 15:41:18 +0200, by Pierre-Yves David
-
sigpipe-remote: check for python version earlier in the scriptSun, 11 Jul 2021 15:40:06 +0200, by Pierre-Yves David
-
check-code: add a rules to catch os.path.abspathSat, 10 Jul 2021 13:46:35 +0200, by Pierre-Yves David
-
windows: use abspath in convert.subversionSat, 10 Jul 2021 14:07:33 +0200, by Pierre-Yves David
-
windows: use abspath in convert.gitSat, 10 Jul 2021 14:07:25 +0200, by Pierre-Yves David
-
windows: use abspath in convert.bzrSat, 10 Jul 2021 14:07:14 +0200, by Pierre-Yves David
-
windows: use abspath in the git extensionSat, 10 Jul 2021 14:07:02 +0200, by Pierre-Yves David