Mercurial > hg
graph
-
dirstate-entry: use `?` for the state of entry without any trackingWed, 29 Sep 2021 14:52:44 +0200, by Pierre-Yves David
-
dirstate-item: introduce a `any_tracked` propertyWed, 29 Sep 2021 14:51:31 +0200, by Pierre-Yves David
-
dirstate-item: introduce a `maybe_clean` propertyWed, 29 Sep 2021 14:41:19 +0200, by Pierre-Yves David
-
dirstate: add a `get_entry` method to the dirstateWed, 29 Sep 2021 02:37:24 +0200, by Pierre-Yves David
-
dirstate-item: Make constructor parameters optionalThu, 30 Sep 2021 18:06:34 +0200, by Simon Sapin
-
hg-core: silence dead-code warning by adding RevlogEntry::revion() accessorFri, 01 Oct 2021 08:44:56 -0700, by Martin von Zweigbergk
-
rust: remove dead codeFri, 01 Oct 2021 18:14:56 +0200, by Raphaël Gomès
-
rust-revset: support explicit `.` revisionSat, 11 Sep 2021 00:09:29 +0200, by Raphaël Gomès
-
rust-revset: add separate match logic for shortcutsSat, 11 Sep 2021 00:05:08 +0200, by Raphaël Gomès
-
rhg: fall back if subrepos are detectedMon, 13 Sep 2021 15:12:35 +0200, by Raphaël Gomès
-
rhg: fallback if `defaults` config is set for the current commandWed, 01 Sep 2021 18:09:35 +0200, by Raphaël Gomès
-
rhg: fallback if the current command has any generic hook definedWed, 01 Sep 2021 17:41:51 +0200, by Raphaël Gomès
-
rhg-cat: fallback in presence of a filesetWed, 01 Sep 2021 17:41:08 +0200, by Raphaël Gomès
-
rhg-cat: fallback when detecting `.` or `..` path segmentsWed, 01 Sep 2021 17:40:25 +0200, by Raphaël Gomès
-
rhg: add support for calling `rhg cat` without a revisionWed, 01 Sep 2021 16:13:25 +0200, by Raphaël Gomès
-
branching: merge with stableThu, 30 Sep 2021 17:34:28 +0200, by Raphaël Gomès
-
windows-ci: temporarily allow Windows jobs to fail stable 5.9.2Tue, 28 Sep 2021 13:26:08 +0200, by Raphaël Gomès
-
dirstate: Remove the Rust abstraction DirstateMapMethodsMon, 27 Sep 2021 13:52:49 +0200, by Simon Sapin
-
dirstate: Remove the flat Rust DirstateMap implementationMon, 27 Sep 2021 12:09:15 +0200, by Simon Sapin
-
dirstate: drop the from_p2_removed methodTue, 28 Sep 2021 20:00:19 +0200, by Pierre-Yves David
-
dirstate: inline the `from_p2_removed` logicTue, 28 Sep 2021 19:29:44 +0200, by Pierre-Yves David
-
dirstate: drop the merged_removed methodTue, 28 Sep 2021 19:15:46 +0200, by Pierre-Yves David
-
dirstate: inline the merged_removed logicTue, 28 Sep 2021 19:12:44 +0200, by Pierre-Yves David
-
dirstate: drop some safety assert in largefileTue, 28 Sep 2021 18:57:20 +0200, by Pierre-Yves David
-
dirstate: drop unused condition in `from_p2`Tue, 28 Sep 2021 18:29:57 +0200, by Pierre-Yves David
-
dirstate: drop all logic around the "non-normal" setsTue, 28 Sep 2021 20:05:37 +0200, by Pierre-Yves David
-
dirstate: use a new `drop_merge_data` in `setparent`Wed, 22 Sep 2021 17:46:29 +0200, by Pierre-Yves David
-
dirstate: move parent state handling in the dirstatemapWed, 22 Sep 2021 15:17:12 +0200, by Pierre-Yves David
-
dirstate: stop checking for path collision when adjusting parentsWed, 22 Sep 2021 09:46:37 +0200, by Pierre-Yves David
-
dirstate: drop the `_updatedfiles` setWed, 22 Sep 2021 15:08:47 +0200, by Pierre-Yves David
-
dirstate: drop the `clearambiguoustimes` method for the mapWed, 22 Sep 2021 15:23:03 +0200, by Pierre-Yves David
-
dirstate: simplify the ambiguity clearing at write timeWed, 22 Sep 2021 14:54:42 +0200, by Pierre-Yves David
-
histedit: use more specific exceptions for more detailed exit codesTue, 28 Sep 2021 09:32:24 -0700, by Martin von Zweigbergk
-
histedit: remove redundant checks for unfinished histedit stateTue, 28 Sep 2021 09:25:05 -0700, by Martin von Zweigbergk
-
dirstate: Appease pytypeTue, 28 Sep 2021 13:43:14 +0200, by Simon Sapin
-
dirstate: Pass the final DirstateItem to _rustmap.addfile()Thu, 23 Sep 2021 18:29:40 +0200, by Simon Sapin
-
dirstate: Replace dropfile with drop_item_and_copy_sourceThu, 23 Sep 2021 15:36:43 +0200, by Simon Sapin
-
rust: Remove some obsolete doc-commentsThu, 23 Sep 2021 15:29:38 +0200, by Simon Sapin
-
dirstate: Remove return boolean from dirstatemap.dropfileThu, 23 Sep 2021 15:26:33 +0200, by Simon Sapin
-
dirstate: Propagate dirstate-v2 parse errors from set_dirstate_itemWed, 22 Sep 2021 18:56:58 +0200, by Simon Sapin
-
dirstate: Don’t drop unrelated data in DirstateMap::set_entryWed, 22 Sep 2021 18:42:00 +0200, by Simon Sapin
-
dirstate: Skip no-op conversion in Rust DirstateMap::set_v1Wed, 22 Sep 2021 18:21:58 +0200, by Simon Sapin
-
dirstate: Use the Rust implementation of DirstateItem when Rust is enabledWed, 22 Sep 2021 11:33:29 +0200, by Simon Sapin
-
rust: Add Python bindings for DirstateEntry as rustext.dirstate.DirstateItemWed, 22 Sep 2021 11:28:52 +0200, by Simon Sapin
-
rust: Align DirstateEntry internals with Python/C DirstateItemMon, 20 Sep 2021 19:18:21 +0200, by Simon Sapin
-
branching: merge stable into defaultTue, 28 Sep 2021 09:40:57 +0200, by Raphaël Gomès
-
manifestlog: also monitor `00manifest.n` when applicable stableTue, 21 Sep 2021 18:18:56 +0200, by Pierre-Yves David
-
changelog: also monitor `00changelog.n` when applicable (issue6554) stableTue, 21 Sep 2021 18:03:37 +0200, by Pierre-Yves David
-
persistent-nodemap: introduce a test to highlight possible race stableTue, 21 Sep 2021 21:18:50 +0200, by Pierre-Yves David
-
test: enable share-safe in test-persistent-nodemap stableTue, 21 Sep 2021 21:18:44 +0200, by Pierre-Yves David
-
filecache: abstract the fetching of the list of tracked file stableTue, 21 Sep 2021 18:02:07 +0200, by Pierre-Yves David
-
persistent-nodemap: use quiet upgrade in tests stableMon, 20 Sep 2021 18:18:15 +0200, by Pierre-Yves David
-
persistent-nodemap: fix a typo in a test comment stableMon, 20 Sep 2021 18:08:46 +0200, by Pierre-Yves David
-
bookmarks: add an option to make pull mirror remote bookmarksWed, 22 Sep 2021 17:14:54 -0400, by Valentin Gatien-Baron
-
errors: use InputError for bad path arguments to `hg annotate`Thu, 23 Sep 2021 09:42:20 -0700, by Martin von Zweigbergk
-
errors: use InputError for bad --similarity valueThu, 23 Sep 2021 09:40:01 -0700, by Martin von Zweigbergk
-
errors: use InputError for some invalid revsets and suchThu, 23 Sep 2021 09:38:45 -0700, by Martin von Zweigbergk
-
merge: with stableThu, 23 Sep 2021 17:05:37 -0400, by Augie Fackler