Mercurial > hg
graph
-
rust: Reformat source codeThu, 14 Oct 2021 13:58:25 +0200, by Simon Sapin
-
rhg: do not try to open a nodemap for an inline indexThu, 14 Oct 2021 13:34:37 +0100, by Arseniy Alekseyev
-
rhg: stop manifest traversal when no more files are neededTue, 05 Oct 2021 15:10:42 +0100, by Arseniy Alekseyev
-
rhg: faster hg cat when many files are requestedMon, 04 Oct 2021 19:06:45 +0100, by Arseniy Alekseyev
-
dirstate-v2: Add support when Rust is not enabledFri, 16 Jul 2021 18:42:20 +0200, by Simon Sapin
-
dirstate-v2: Initial Python serializerThu, 22 Jul 2021 17:31:37 +0200, by Raphaël Gomès
-
dirstate-v2: initial Python parserSun, 03 Oct 2021 13:18:03 +0200, by Simon Sapin
-
dirstate: Move more methods to the _dirstatemapcommon base classFri, 08 Oct 2021 13:15:22 +0200, by Simon Sapin
-
dirstate-v2: Add storage space for nanoseconds precision in file mtimesWed, 13 Oct 2021 17:32:52 +0200, by Simon Sapin
-
status: Extract TruncatedTimestamp from fs::Metadata without SystemTimeWed, 13 Oct 2021 16:21:39 +0200, by Simon Sapin
-
pyoxidizer: add the user site to `sys.path` on macOSFri, 17 Sep 2021 15:07:30 -0400, by Matt Harbison
-
pyoxidizer: don't use in-memory for resources on macOSFri, 17 Sep 2021 15:02:01 -0400, by Matt Harbison
-
chistedit: rename a confusingly named variableTue, 12 Oct 2021 14:12:41 -0700, by Martin von Zweigbergk
-
chistedit: remove some local variable and access state on self insteadTue, 12 Oct 2021 14:28:51 -0700, by Martin von Zweigbergk
-
chistedit: move changeview() onto state classTue, 12 Oct 2021 09:41:11 -0700, by Martin von Zweigbergk
-
chistedit: move cycleaction() onto state classTue, 12 Oct 2021 09:38:04 -0700, by Martin von Zweigbergk
-
chistedit: move changeaction() onto state classTue, 12 Oct 2021 09:22:29 -0700, by Martin von Zweigbergk
-
chistedit: move swap() onto state classTue, 12 Oct 2021 09:20:46 -0700, by Martin von Zweigbergk
-
chistedit: move makeselection() onto state classTue, 12 Oct 2021 09:17:59 -0700, by Martin von Zweigbergk
-
chistedit: move changemode() onto state classTue, 12 Oct 2021 09:16:14 -0700, by Martin von Zweigbergk
-
chistedit: move movecursor() onto state classTue, 12 Oct 2021 09:00:51 -0700, by Martin von Zweigbergk
-
chistedit: move patchcontents() onto state classTue, 12 Oct 2021 08:56:56 -0700, by Martin von Zweigbergk
-
chistedit: move event() onto state classTue, 12 Oct 2021 08:55:19 -0700, by Martin von Zweigbergk
-
chistedit: move renderpatch() and dependencies onto state classMon, 11 Oct 2021 23:07:54 -0700, by Martin von Zweigbergk
-
chistedit: move renderrules() onto state classMon, 11 Oct 2021 23:04:29 -0700, by Martin von Zweigbergk
-
chistedit: move layout() and dependencies onto state classMon, 11 Oct 2021 23:02:49 -0700, by Martin von Zweigbergk
-
chistedit: move rendercommit() onto state classMon, 11 Oct 2021 22:51:58 -0700, by Martin von Zweigbergk
-
chistedit: move view state from a dict to a custom classMon, 11 Oct 2021 22:47:37 -0700, by Martin von Zweigbergk
-
rhg: do not fail when the repo is emptyWed, 13 Oct 2021 10:17:27 -0700, by Arseniy Alekseyev
-
rhg: handle null changelog and manifest revisionsTue, 12 Oct 2021 19:43:51 +0100, by Arseniy Alekseyev
-
rust: update the rust-cpython crate to 0.7.0Tue, 12 Oct 2021 15:43:45 +0200, by Simon Sapin
-
dirstate-v2: Name a constant in the Rust implementationSun, 03 Oct 2021 13:14:43 +0200, by Simon Sapin
-
dirstate-v2: Replace the 32-bit `mode` field with two bitsTue, 12 Oct 2021 17:57:57 +0200, by Simon Sapin
-
dirstate-v2: Store unsigned integers inside DirstateEntryMon, 11 Oct 2021 18:37:21 +0200, by Simon Sapin
-
dirstate-v2: Truncate directory mtimes to 31 bits of secondsTue, 12 Oct 2021 16:38:13 +0200, by Simon Sapin
-
dirstate-v2: Separate Rust structs for Timestamp and PackedTimestampTue, 12 Oct 2021 16:20:05 +0200, by Simon Sapin
-
dirstate-v2: Change the representation of negative directory mtimeMon, 11 Oct 2021 22:19:42 +0200, by Simon Sapin
-
dirstate-v2: Only convert from SystemTime to Timestamp and not backTue, 12 Oct 2021 15:29:05 +0200, by Simon Sapin
-
dirstate-v2: Swap the order of size and mtime on diskFri, 08 Oct 2021 12:57:24 +0200, by Simon Sapin
-
dirstate-v2: Document flags/mode/size/mtime fields of tree nodesMon, 11 Oct 2021 18:23:17 +0200, by Simon Sapin
-
help: update help text for debug-repair-issue6528Wed, 08 Sep 2021 10:47:10 +0200, by Raphaël Gomès
-
dispatch: use detailed exit code 250 for keyboard interruptTue, 02 Mar 2021 09:33:25 -0800, by Martin von Zweigbergk
-
dispatch: ignore failure to flush uiFri, 08 Oct 2021 13:36:02 -0700, by Martin von Zweigbergk
-
dispatch: don't change error status if flushing stdio failsFri, 08 Oct 2021 13:34:33 -0700, by Martin von Zweigbergk
-
dirstate-v2: Use "byte sequence" in docsMon, 11 Oct 2021 17:31:27 +0200, by Simon Sapin
-
rust: Make the hg-cpython crate default to Python 3Fri, 08 Oct 2021 11:06:03 +0200, by Simon Sapin
-
packaging: update the certifi dependencySun, 03 Oct 2021 20:11:42 -0400, by Matt Harbison
-
setup: stop packaging python3.dll and python3X.dll in the wheel distributionSun, 19 Sep 2021 01:36:37 -0400, by Matt Harbison
-
exewrapper: find the proper python3X.dll in the registrySun, 19 Sep 2021 01:23:16 -0400, by Matt Harbison
-
fix: reduce number of tool executionsThu, 02 Sep 2021 14:08:45 -0700, by Danny Hooper
-
fix: add test to demonstrate how many times tools are executedThu, 02 Sep 2021 14:07:55 -0700, by Danny Hooper
-
rhg: add ui.plain() and check it before showing relative paths in statusFri, 25 Jun 2021 15:00:08 +0530, by Pulkit Goyal
-
rhg: add relative paths support in `rhg status`Tue, 05 Oct 2021 18:10:04 +0530, by Pulkit Goyal
-
rhg: refactor function to relativize paths in utilsTue, 05 Oct 2021 18:02:22 +0530, by Pulkit Goyal
-
hg: let extensions call the func without populating opts keysWed, 06 Oct 2021 13:32:07 +0530, by Sushil khanchi
-
rhg: in rhg cat cli, fix the long name of the --rev flagTue, 05 Oct 2021 16:09:20 +0100, by Arseniy Alekseyev
-
rhg: fallback if tweakdefaults or statuscopies is enabled with statusThu, 24 Jun 2021 14:23:11 +0530, by Pulkit Goyal
-
largefiles: partially undo 61e526585b20e2ff15f19497d0451d18fea02db8 and childMon, 19 Jul 2021 04:13:50 +0530, by Pulkit Goyal
-
largefiles: add tr backup for largefilesdirstateMon, 19 Jul 2021 04:12:14 +0530, by Pulkit Goyal
-
largefiles: pass current transaction to `lfdirstate.write()`Mon, 19 Jul 2021 04:11:08 +0530, by Pulkit Goyal
-
merge: with stableThu, 07 Oct 2021 10:23:57 -0400, by Augie Fackler
-
dirstate-v2: Add internal documentationFri, 01 Oct 2021 12:17:09 +0200, by Simon Sapin
-
dirstate-v2: Move data file info in the docket closer togetherFri, 01 Oct 2021 12:27:17 +0200, by Simon Sapin
-
dirstate-item: drop the legacy new_normal constructorFri, 01 Oct 2021 09:29:50 +0200, by Pierre-Yves David
-
dirstate-item: replace call to new_normalFri, 01 Oct 2021 09:29:32 +0200, by Pierre-Yves David
-
dirstate-item: replace a call to new_normalFri, 01 Oct 2021 09:28:19 +0200, by Pierre-Yves David
-
dirstate-item: drop the legacy new_possibly_dirty constructorFri, 01 Oct 2021 09:25:13 +0200, by Pierre-Yves David
-
dirstate-item: replace call to new_possibly_dirtyFri, 01 Oct 2021 09:24:48 +0200, by Pierre-Yves David
-
dirstate-item: drop the legacy new_from_p2 constructorFri, 01 Oct 2021 09:23:28 +0200, by Pierre-Yves David
-
dirstate-item: replace call to new_from_p2Fri, 01 Oct 2021 09:21:52 +0200, by Pierre-Yves David
-
dirstate-item: drop the legacy new_added constructorFri, 01 Oct 2021 09:16:53 +0200, by Pierre-Yves David
-
dirstate-item: replace call to new_addedFri, 01 Oct 2021 09:15:03 +0200, by Pierre-Yves David
-
dirstate-item: drop the legacy new_merged constructorFri, 01 Oct 2021 09:14:10 +0200, by Pierre-Yves David
-
dirstate-item: replace call to new_mergedFri, 01 Oct 2021 09:12:52 +0200, by Pierre-Yves David
-
dirstate-item: drop the `merged` propertyFri, 01 Oct 2021 03:30:00 +0200, by Pierre-Yves David
-
dirstate-item: replace another usage of `merged`Fri, 01 Oct 2021 03:29:33 +0200, by Pierre-Yves David
-
dirstate-item: replace a `merged` usage with `p2_info`Fri, 01 Oct 2021 03:28:01 +0200, by Pierre-Yves David
-
dirstate-item: drop the `from_p2` propertyFri, 01 Oct 2021 03:26:12 +0200, by Pierre-Yves David
-
dirstate-item: directly use `p2_info` in `v1_size`Fri, 01 Oct 2021 03:24:57 +0200, by Pierre-Yves David
-
dirstate-item: use the `p2_info` property to replace more verbose callFri, 01 Oct 2021 04:04:38 +0200, by Pierre-Yves David
-
status: process `from_p2` file the same as `merged` oneWed, 29 Sep 2021 02:06:04 +0200, by Pierre-Yves David
-
dirstate: drop an incorrect commentFri, 01 Oct 2021 02:43:39 +0200, by Pierre-Yves David
-
dirstate: drop some duplicated codeFri, 01 Oct 2021 01:45:20 +0200, by Pierre-Yves David
-
dirstate: align the dirstate's API to the lower level onesThu, 30 Sep 2021 16:33:12 +0200, by Pierre-Yves David
-
dirstate-item: introduce a `p1_tracked` propertyFri, 01 Oct 2021 04:07:21 +0200, by Pierre-Yves David
-
dirstate-item: introduce a `p2_info` property that combine two othersFri, 01 Oct 2021 04:04:09 +0200, by Pierre-Yves David
-
dirstate: narrow gathering of parent dataFri, 01 Oct 2021 02:01:12 +0200, by Pierre-Yves David
-
dirstate: align the dirstatemap's API to the data changeFri, 01 Oct 2021 01:27:53 +0200, by Pierre-Yves David
-
dirstate-v2: Store a bitfield on disk instead of v1-like stateFri, 01 Oct 2021 18:49:33 +0200, by Simon Sapin
-
dirstate-item: change the internal storage and constructor valueFri, 01 Oct 2021 20:35:30 +0200, by Pierre-Yves David
-
dirstatemap: drop legacy method on the dirstatemap wrapperSat, 02 Oct 2021 11:39:57 +0200, by Pierre-Yves David
-
dirstatemap: align the Rust wrapper implementation of `setparent`Sat, 02 Oct 2021 00:15:24 +0200, by Pierre-Yves David
-
dirstatemap: fix copymap.pop in Rust to return the value it popsSat, 02 Oct 2021 00:44:17 +0200, by Pierre-Yves David
-
dirstate-item: implement `drop_merge_data` on the Rust DirstateItemSat, 02 Oct 2021 00:14:32 +0200, by Pierre-Yves David
-
dirstatemap: use a common implement for reset_stateSat, 02 Oct 2021 00:02:55 +0200, by Pierre-Yves David
-
dirstatemap: add a common `_drop_entry` method for dirstatemapSat, 02 Oct 2021 00:01:56 +0200, by Pierre-Yves David
-
dirstatemap: use common code for set_cleanFri, 01 Oct 2021 23:49:40 +0200, by Pierre-Yves David
-
dirstatemap: use common code for set_possibly_dirtyFri, 01 Oct 2021 23:42:24 +0200, by Pierre-Yves David
-
dirstatemap: use a common implement for set_trackedFri, 01 Oct 2021 23:24:01 +0200, by Pierre-Yves David
-
dirstatemap: add a common `_insert_entry` method for dirstatemapFri, 01 Oct 2021 23:13:44 +0200, by Pierre-Yves David
-
dirstatemap: use a common implementation for `dirstatemap.set_untracked`Fri, 01 Oct 2021 19:14:09 +0200, by Pierre-Yves David
-
dirstatemap: add a common `_refresh_entry` method for dirstatemapFri, 01 Oct 2021 18:54:40 +0200, by Pierre-Yves David
-
dirstatemap: create `_dirs_incr/_dirs_decr` methods on the common classFri, 01 Oct 2021 18:52:26 +0200, by Pierre-Yves David
-
dirstatemap: small rework of the `set_untracked` methodFri, 01 Oct 2021 18:49:21 +0200, by Pierre-Yves David
-
dirstatemap: arrange methods by categorySat, 02 Oct 2021 12:10:46 +0200, by Pierre-Yves David
-
dirstatemap: move a multiple simple functions in the common classSat, 02 Oct 2021 12:01:50 +0200, by Pierre-Yves David
-
dirstatemap: rename `_rustmap` to `_map`Fri, 01 Oct 2021 17:10:24 +0200, by Pierre-Yves David
-
dirstatemap: use a common __init__ for dirstatemapFri, 01 Oct 2021 16:52:44 +0200, by Pierre-Yves David
-
dirstatemap: introduce a common base for the dirstatemap classFri, 01 Oct 2021 16:14:29 +0200, by Pierre-Yves David
-
errors: raise InputError from revsingle() iff revset provided by the userTue, 28 Sep 2021 15:11:22 -0700, by Martin von Zweigbergk
-
errors: raise InputError from revpair() iff revset provided by the userTue, 28 Sep 2021 13:59:01 -0700, by Martin von Zweigbergk
-
errors: raise InputError on bad revset to revrange() iff provided by the userTue, 28 Sep 2021 08:47:11 -0700, by Martin von Zweigbergk
-
phase: avoid a no-op resolution of revset from revnumsTue, 28 Sep 2021 09:08:43 -0700, by Martin von Zweigbergk
-
dirstate: push back the future a bit in the testFri, 01 Oct 2021 15:19:37 +0200, by Pierre-Yves David
-
dirstate-item: point out that `merged` is set only with p1_trackedThu, 30 Sep 2021 18:07:31 +0200, by Pierre-Yves David
-
dirstate-item: update the attribute documentationWed, 29 Sep 2021 01:23:10 +0200, by Pierre-Yves David
-
dirstate-item: use `any_tracked` moreFri, 01 Oct 2021 03:50:37 +0200, by Pierre-Yves David
-
dirstate-item: drop an outdated commentsFri, 01 Oct 2021 03:49:03 +0200, by Pierre-Yves David
-
dirstate: remove a update_file's special case for `merged` fileFri, 01 Oct 2021 00:00:29 +0200, by Pierre-Yves David
-
dirstate: remove a update_file's special case for tracked file with p2 dataThu, 30 Sep 2021 18:00:39 +0200, by Pierre-Yves David
-
dirstate: deprecate `__getitem__` accessWed, 29 Sep 2021 02:34:32 +0200, by Pierre-Yves David
-
dirstate-item: use item's property instead of `state` in largefileWed, 29 Sep 2021 18:39:02 +0200, by Pierre-Yves David
-
dirstate-item: use `added` instead of `state` when moving dirstateWed, 29 Sep 2021 18:37:54 +0200, by Pierre-Yves David
-
dirstate-item: use item's property instead of `state` in revertWed, 29 Sep 2021 18:37:20 +0200, by Pierre-Yves David
-
dirstate-item: use item's property when computing a copiesWed, 29 Sep 2021 18:36:12 +0200, by Pierre-Yves David
-
dirstate-item: use item's property instead of `state` in copyWed, 29 Sep 2021 18:32:21 +0200, by Pierre-Yves David
-
dirstate-item: use `added` in debugrebuilddirstateWed, 29 Sep 2021 17:52:39 +0200, by Pierre-Yves David
-
dirstate-item: use `maybe_clean` instead of `state` in recordWed, 29 Sep 2021 17:42:57 +0200, by Pierre-Yves David
-
dirstate-item: use `any_tracked` instead of `state` to apply patchesWed, 29 Sep 2021 15:40:13 +0200, by Pierre-Yves David
-
dirstate-item: use item's property instead of `state` in addremoveWed, 29 Sep 2021 15:39:33 +0200, by Pierre-Yves David
-
dirstate-item: use `tracked` instead of `state` during copy detectionWed, 29 Sep 2021 15:26:30 +0200, by Pierre-Yves David
-
dirstate-item: use `maybe_clean` instead of `state` in `strip`Wed, 29 Sep 2021 15:23:57 +0200, by Pierre-Yves David
-
dirstate-item: use `tracked` instead of `state` in context.matchesWed, 29 Sep 2021 15:07:21 +0200, by Pierre-Yves David
-
dirstate-item: use `tracked` instead of the `state` in context's iterThu, 30 Sep 2021 15:28:42 +0200, by Pierre-Yves David
-
dirstate-item: use `tracked` instead of the `state` in contextWed, 29 Sep 2021 14:57:54 +0200, by Pierre-Yves David
-
dirstate-item: use item's property to deal with hgsubstate in mqWed, 29 Sep 2021 14:56:23 +0200, by Pierre-Yves David
-
dirstate-item: use `added` instead of the `state` in the `mq` extensionWed, 29 Sep 2021 14:56:05 +0200, by Pierre-Yves David
-
dirstate-item: use maybe_clean instead of `state` in the eol extensionWed, 29 Sep 2021 14:55:29 +0200, by Pierre-Yves David
-
dirstate: move verification code within the dirstate itselfThu, 30 Sep 2021 12:00:15 +0200, by Pierre-Yves David
-
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
-
dirstate: fix leak of entry object in dirstate_item_from_v1_data()Thu, 23 Sep 2021 16:52:35 +0900, by Yuya Nishihara
-
dirstate: fix parse_dirstate() to error out if NULL entry createdThu, 23 Sep 2021 16:44:17 +0900, by Yuya Nishihara
-
rust: Remove EntryState::UnknownMon, 20 Sep 2021 20:55:38 +0200, by Simon Sapin
-
dirstate: Remove the `state == ' '` special caseMon, 20 Sep 2021 20:21:35 +0200, by Simon Sapin
-
debugsate: Change debug_iter() to yield tuples instead of DirstateItemMon, 20 Sep 2021 20:20:55 +0200, by Simon Sapin
-
debugstate: Always call dirstatemap.debug_iter()Mon, 20 Sep 2021 19:59:09 +0200, by Simon Sapin
-
rust: Make the fields of DirstateEntry privateFri, 17 Sep 2021 13:33:45 +0200, by Simon Sapin
-
rust: Remove support for passing a dict to the Rust pathutil.dirs()Mon, 20 Sep 2021 13:16:36 +0200, by Simon Sapin
-
rust: Remove the `rustext.parsers` moduleMon, 20 Sep 2021 12:52:32 +0200, by Simon Sapin
-
dirstate: remove now-unused .directories() methodFri, 17 Sep 2021 14:36:54 +0200, by Simon Sapin
-
rust: Move DirstateEntry to its own moduleFri, 17 Sep 2021 12:42:24 +0200, by Simon Sapin
-
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