Mercurial > hg
graph
-
patchbomb: fix traceback on outgoing when not specifying revisions stableMon, 20 Sep 2021 15:16:10 +0200, by Raphaël Gomès
-
extensions: prevent a crash on py3 with a `minimumhgversion` str valueMon, 20 Sep 2021 14:21:18 -0400, by Matt Harbison
-
extensions: prevent a crash on py3 when testing a bad extension minimumMon, 20 Sep 2021 14:16:10 -0400, by Matt Harbison
-
typing: drop annotations on `mercurial/logcmdutil.walkopts` attributesMon, 20 Sep 2021 11:22:27 -0400, by Matt Harbison
-
util: eliminate the possibility of returning None from `versiontuple()`Mon, 20 Sep 2021 11:05:30 -0400, by Matt Harbison
-
archival: force a `CompressionError` to bytes before passing to `error.Abort`Mon, 20 Sep 2021 11:03:46 -0400, by Matt Harbison
-
parser: force a `ValueError` to bytes before passing to `error.ParseError`Mon, 20 Sep 2021 10:59:26 -0400, by Matt Harbison
-
util: avoid a name-error warning in the `mmapread` exception handlerMon, 20 Sep 2021 10:46:35 -0400, by Matt Harbison
-
typing: suppress an name-error warning in `mercurial/windows.py`Mon, 20 Sep 2021 10:45:18 -0400, by Matt Harbison
-
typing: suppress an import-error warning in `mercurial/utils/resourceutil.py`Mon, 20 Sep 2021 10:44:25 -0400, by Matt Harbison
-
encoding: force a few Errors to bytes before passing to `error.Abort`Mon, 20 Sep 2021 10:42:38 -0400, by Matt Harbison
-
typing: add a fake `__init__()` to bytestr to distract pytypeTue, 21 Sep 2021 00:16:35 -0400, by Matt Harbison
-
merge: with stableMon, 20 Sep 2021 15:51:23 -0400, by Augie Fackler
-
pep-517: remove the `build-backend` key to allow for users to build extensions stableThu, 09 Sep 2021 10:42:28 +0200, by Raphaël Gomès
-
dirstate: drop the `dirstatemap.dropfile` methodWed, 15 Sep 2021 18:41:38 +0200, by Pierre-Yves David
-
dirstate: use `reset_state` instead of `dropfile` in test-rebuildstate.tThu, 16 Sep 2021 15:21:22 +0200, by Pierre-Yves David
-
dirstate: use `reset_state` instead of `dropfile` in largefileThu, 16 Sep 2021 15:20:28 +0200, by Pierre-Yves David
-
dirstate: use `reset_state` in `rebuild` instead of `dropfile`Wed, 15 Sep 2021 18:40:25 +0200, by Pierre-Yves David
-
dirstate: use `reset_state` to drop file in `update_file_p1`Wed, 15 Sep 2021 18:38:24 +0200, by Pierre-Yves David
-
dirstate: support file tracked nowhere in `reset_state`Wed, 15 Sep 2021 18:36:59 +0200, by Pierre-Yves David
-
dirstate: drop dirstatemap.addfileWed, 15 Sep 2021 18:30:06 +0200, by Pierre-Yves David
-
dirstate: update the documentation of the dirstatemap APIWed, 15 Sep 2021 18:27:57 +0200, by Pierre-Yves David
-
dirstate: drop the `_addpath` methodWed, 15 Sep 2021 12:38:56 +0200, by Pierre-Yves David
-
dirstate: remove the `normallookup` functionWed, 15 Sep 2021 12:33:59 +0200, by Pierre-Yves David
-
dirstate: stop using `_normallookup` in the adddrop extensionThu, 16 Sep 2021 14:14:33 +0200, by Pierre-Yves David
-
dirstate: replace the use of `_normallookup` in `rebuild`Wed, 15 Sep 2021 18:12:55 +0200, by Pierre-Yves David
-
dirstate: replace the use of _normallookup in `setparents`Wed, 15 Sep 2021 18:16:16 +0200, by Pierre-Yves David
-
dirstate: introduce a set_tracked method on "map" and "item"Wed, 15 Sep 2021 18:05:39 +0200, by Pierre-Yves David
-
dirstate: fix restoration of "merged" state after a removeWed, 15 Sep 2021 11:13:46 +0200, by Pierre-Yves David
-
dirstate: inline the last two `_drop` usageWed, 15 Sep 2021 10:20:25 +0200, by Pierre-Yves David
-
dirstate: make a conditionnal easier to read in `setparents`Wed, 15 Sep 2021 10:02:11 +0200, by Pierre-Yves David
-
dirstate: removed the now unused `_add` methodWed, 15 Sep 2021 09:50:44 +0200, by Pierre-Yves David
-
dirstate: replace `_add` call in `setparent`Wed, 15 Sep 2021 18:18:16 +0200, by Pierre-Yves David
-
dirstate: directly call the right function in `set_tracked`Wed, 15 Sep 2021 09:41:02 +0200, by Pierre-Yves David
-
dirstate: same logic as what we did for `_drop`Wed, 15 Sep 2021 10:05:25 +0200, by Pierre-Yves David
-
dirstate: use `tracked` property in `_addpath`Wed, 15 Sep 2021 09:28:17 +0200, by Pierre-Yves David
-
rust: Update the memmap2 crate to version 0.4.0Fri, 17 Sep 2021 08:57:12 +0200, by Simon Sapin
-
tests: make removeemptydirs more portable stableFri, 17 Sep 2021 21:04:21 +0200, by Pierre-Yves David
-
check-code: make it possible to ignore the PWD check in some situation stableFri, 17 Sep 2021 21:04:17 +0200, by Pierre-Yves David
-
dirstate: fix compilation warnings in `dirstate_item_set_possibly_dirty()`Thu, 16 Sep 2021 16:42:16 -0700, by Martin von Zweigbergk
-
dirstate: make dirstate flags char be unsignedThu, 16 Sep 2021 16:29:55 -0700, by Martin von Zweigbergk
-
dirstate: introduce a `set_clean` method on dirstate's map and itemsThu, 02 Sep 2021 03:59:35 +0200, by Pierre-Yves David
-
dirstate: extract the logic to check file/dirname collision when adding a fileThu, 02 Sep 2021 04:03:20 +0200, by Pierre-Yves David
-
dirstate: make dirstatemap.set_untracked deal with added fileThu, 02 Sep 2021 02:53:47 +0200, by Pierre-Yves David
-
dirstate: remove some usage of `_drop`Thu, 02 Sep 2021 02:48:56 +0200, by Pierre-Yves David
-
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
-
narrow: show repo corruption when commiting empty files stableFri, 10 Sep 2021 14:37:03 -0400, by Valentin Gatien-Baron
-
filemerge: be more strict when detecting conflict markers, add `|` markers stableTue, 07 Sep 2021 11:50:12 -0700, by Kyle Lippincott
-
dirstate-item: implement `v1_mtime` with higher level blockFri, 27 Aug 2021 18:00:47 +0200, by Pierre-Yves David
-
dirstate-item: implement `v1_size` with higher level blockFri, 27 Aug 2021 17:59:00 +0200, by Pierre-Yves David
-
dirstate-item: implement v1_state with higher level blockFri, 27 Aug 2021 17:48:12 +0200, by Pierre-Yves David
-
dirstate-item: add more logic to `from_p2`Fri, 27 Aug 2021 18:04:49 +0200, by Pierre-Yves David
-
dirstate-item: implement `merged_removed` in a simpler wayFri, 27 Aug 2021 17:14:54 +0200, by Pierre-Yves David
-
dirstate-item: implement `removed` in a simpler wayFri, 27 Aug 2021 17:12:39 +0200, by Pierre-Yves David
-
dirstate-item: implement `from_p2_removed` in a simpler wayFri, 27 Aug 2021 17:10:26 +0200, by Pierre-Yves David
-
dirstate-item: implement `from_p2` in a simpler wayFri, 27 Aug 2021 17:09:49 +0200, by Pierre-Yves David
-
dirstate-item: implement `merged` in a simpler wayFri, 27 Aug 2021 17:09:06 +0200, by Pierre-Yves David
-
dirstate-item: implement `added` in a simpler wayFri, 27 Aug 2021 17:07:56 +0200, by Pierre-Yves David
-
dirstate-item: implement `tracked` in a simpler wayFri, 27 Aug 2021 17:07:12 +0200, by Pierre-Yves David
-
dirstate-item: keep the full information in memory (for pure form)Fri, 27 Aug 2021 15:10:21 +0200, by Pierre-Yves David
-
dirstate-item: have all the logic go through the v1_ accessorsThu, 26 Aug 2021 16:50:14 +0200, by Pierre-Yves David
-
dirstate-item: drop the deprecated __getitem__ varianteThu, 26 Aug 2021 16:39:00 +0200, by Pierre-Yves David
-
branching: merge stable into defaultMon, 30 Aug 2021 12:25:57 +0200, by Raphaël Gomès
-
tests: normalize the way some debug output it matchedFri, 27 Aug 2021 09:09:10 -0400, by Valentin Gatien-Baron
-
tests: drop hgrc bits that have become the defaultMon, 02 Aug 2021 23:46:26 -0400, by Valentin Gatien-Baron
-
tests: manual cleanup now that dummyssh usage is impliedMon, 02 Aug 2021 23:43:40 -0400, by Valentin Gatien-Baron
-
tests: rely on dummyssh being the defaultMon, 02 Aug 2021 21:25:01 -0400, by Valentin Gatien-Baron
-
tests: setup dummyssh as the default sshMon, 02 Aug 2021 21:10:42 -0400, by Valentin Gatien-Baron
-
dirstate: drop the `_otherparent` methodTue, 24 Aug 2021 21:25:35 +0200, by Pierre-Yves David
-
dirstate: drop the `_normal` methodTue, 24 Aug 2021 21:18:28 +0200, by Pierre-Yves David
-
dirstate: drop the `_merge` methodTue, 24 Aug 2021 21:16:48 +0200, by Pierre-Yves David
-
dirstate: drop the deprecated `drop` methodTue, 24 Aug 2021 21:12:39 +0200, by Pierre-Yves David
-
dirstate: drop the deprecated `merge` methodTue, 24 Aug 2021 21:11:57 +0200, by Pierre-Yves David
-
dirstate: drop the deprecated `remove` methodTue, 24 Aug 2021 21:11:42 +0200, by Pierre-Yves David
-
dirstate: drop the deprecated `add` methodTue, 24 Aug 2021 21:09:20 +0200, by Pierre-Yves David
-
dirstate: drop the deprecated `otherparent` methodTue, 24 Aug 2021 21:09:01 +0200, by Pierre-Yves David
-
dirstate: drop the deprecated `normallookup` methodTue, 24 Aug 2021 21:08:37 +0200, by Pierre-Yves David
-
dirstate: drop the deprecated `normal` methodTue, 24 Aug 2021 21:08:09 +0200, by Pierre-Yves David
-
dirstate: also wrap the new method in `dirstatenonnormalcheck`Tue, 24 Aug 2021 22:07:50 +0200, by Pierre-Yves David
-
dirstatemap: also discard item from setsFri, 20 Aug 2021 16:12:33 +0200, by Pierre-Yves David
-
dirstatemap: drop unused internal constant definitionFri, 16 Jul 2021 18:25:01 +0200, by Pierre-Yves David
-
dirstate-item: add dedicated "legacy" constructor for `addfile` caseFri, 16 Jul 2021 18:12:27 +0200, by Pierre-Yves David
-
dirstatemap: use the default code to handle "merged" caseFri, 16 Jul 2021 17:32:40 +0200, by Pierre-Yves David
-
dirstatemap: use the default code to handle "added" caseFri, 16 Jul 2021 17:29:16 +0200, by Pierre-Yves David
-
dirstatemap: use the default code to handle "removed" caseFri, 16 Jul 2021 17:23:40 +0200, by Pierre-Yves David
-
dirstatemap: use the default code to handle "clean-p2" caseFri, 16 Jul 2021 17:20:17 +0200, by Pierre-Yves David
-
dirstatemap: use the default code to handle "p2-tracked" caseFri, 16 Jul 2021 17:14:56 +0200, by Pierre-Yves David
-
dirstatemap: use the default code to handle "possibly_dirty" caseFri, 16 Jul 2021 17:10:52 +0200, by Pierre-Yves David
-
dirstatemap: use the default code to handle normal entryFri, 16 Jul 2021 17:08:41 +0200, by Pierre-Yves David