Mercurial > hg
graph
-
dirstate: move the copymap drop inside dropfileThu, 02 Sep 2021 02:44:12 +0200, by Pierre-Yves David
-
rust: Rename get_node methods to data_for_node, get_rev to data_for_revTue, 14 Sep 2021 18:25:51 +0200, by Simon Sapin
-
rust: Rename the `Revlog::get_node_rev` method to `rev_from_node`Tue, 14 Sep 2021 18:10:35 +0200, by Simon Sapin
-
rust: Make private the `index` field of the `Revlog` structTue, 14 Sep 2021 18:07:11 +0200, by Simon Sapin
-
dirstate-v2: Remove the `.d` suffix in data file namesMon, 26 Jul 2021 10:26:45 +0200, by Simon Sapin
-
rhg: Don’t compare ambiguous files one byte at a timeMon, 13 Sep 2021 18:48:48 +0200, by Simon Sapin
-
rhg: Reuse manifest when checking status of multiple ambiguous filesMon, 13 Sep 2021 18:09:10 +0200, by Simon Sapin
-
rust: Return HgError instead of RevlogError in revlog constructorsMon, 13 Sep 2021 18:02:45 +0200, by Simon Sapin
-
rhg: Align with Python on some revset parsing corner casesMon, 13 Sep 2021 17:23:42 +0200, by Simon Sapin
-
rust: Add a Filelog struct that wraps RevlogMon, 13 Sep 2021 15:42:39 +0200, by Simon Sapin
-
rust: Add Repo::manifest(revision)Mon, 13 Sep 2021 13:45:10 +0200, by Simon Sapin
-
rust: Keep lazily-initialized Changelog and Manifest log on the Repo objectMon, 13 Sep 2021 13:29:55 +0200, by Simon Sapin
-
rust: Move lazy initialization of `Repo::dirstate_map` into a generic structMon, 13 Sep 2021 13:16:10 +0200, by Simon Sapin
-
rust: Rename Manifest to Manifestlog, ManifestEntry to ManifestMon, 13 Sep 2021 13:01:25 +0200, by Simon Sapin
-
rust: Add Repo::dirstate_map and use it in `rhg status`Thu, 09 Sep 2021 21:04:55 +0200, by Simon Sapin
-
rust: Switch to the memmap2-rs crateFri, 10 Sep 2021 09:53:09 +0200, by Simon Sapin
-
rust: Make OwningDirstateMap generic and move it into hg-coreThu, 09 Sep 2021 18:07:40 +0200, by Simon Sapin
-
rust: Move PyBytesWithData out of copy-tracing codeMon, 06 Sep 2021 13:39:54 +0200, by Simon Sapin
-
rust: Move VFS code to its own moduleMon, 06 Sep 2021 11:39:59 +0200, by Simon Sapin
-
rhg: Switch rhg.ignored-extensions config to Python-compatible list syntaxFri, 03 Sep 2021 16:32:35 +0200, by Simon Sapin
-
rhg: Port Python’s `ui.configlist` as `Config::get_list`Wed, 17 Feb 2021 20:49:53 +0100, by Simon Sapin
-
rust: Generalize the `trim_end_newlines` utility of byte stringsFri, 03 Sep 2021 16:37:20 +0200, by Simon Sapin
-
dirstate-item: move the C implementation to the same logicMon, 30 Aug 2021 21:18:29 +0200, by Pierre-Yves David
-
dirstate-item: introduce low level C functionTue, 31 Aug 2021 09:23:50 +0200, by Pierre-Yves David
-
dirstate-item: factor some code in the C implementationFri, 27 Aug 2021 20:06:07 +0200, by Pierre-Yves David
-
dirstate-item: `dirstate_item_from_v1_data` replaces make_dirstate_itemFri, 27 Aug 2021 19:19:21 +0200, by Pierre-Yves David
-
pathutil: replace the `skip` argument of `dirs` with a booleanMon, 30 Aug 2021 18:45:54 +0200, by Pierre-Yves David
-
dirstate: clarify the message in nonnormal checkingThu, 02 Sep 2021 00:16:37 +0200, by Pierre-Yves David
-
merge: with stableWed, 08 Sep 2021 15:59:48 -0400, by Augie Fackler