Mercurial > hg
graph
-
windows: use raw string in test log pathsFri, 22 Oct 2021 09:45:35 +0200, by Raphaël Gomès
-
pull: make the new argument a keyword argumentFri, 29 Oct 2021 14:40:46 +0200, by Pierre-Yves David
-
dirstate: make sure that status does not overlook the fallback flagsThu, 28 Oct 2021 17:44:58 +0200, by Pierre-Yves David
-
dirstate: use a single closure for get_flagsThu, 28 Oct 2021 17:26:03 +0200, by Pierre-Yves David
-
tests: allow Google's internal builds of clang-format to be used stableFri, 30 Apr 2021 16:00:40 -0700, by Kyle Lippincott
-
merge: with stableTue, 26 Oct 2021 10:23:14 -0400, by Augie Fackler
-
relnotes: update release notes for upcoming 5.9.3 stable 5.9.3Mon, 25 Oct 2021 17:57:01 +0200, by Raphaël Gomès
-
typing: add more type hints to the errors moduleSat, 23 Oct 2021 17:13:57 -0400, by Matt Harbison
-
typing: add a few assertions to revlog.py to help pytypeSat, 23 Oct 2021 16:04:05 -0400, by Matt Harbison
-
dirstate: group return logic and clarify each function in flagfuncThu, 21 Oct 2021 09:22:06 +0200, by Raphaël Gomès
-
dirstate: add missing return on platforms without exec or symlinkWed, 20 Oct 2021 18:40:03 +0200, by Raphaël Gomès
-
parsers: don't ask about symlinks on platforms that don't support themWed, 20 Oct 2021 18:25:49 +0200, by Raphaël Gomès
-
parsers: don't ask about the exec bit on platforms that don't have itWed, 20 Oct 2021 18:05:16 +0200, by Raphaël Gomès
-
tests: fix test-convert-git to work w/ "git pull" requiring strategyTue, 19 Oct 2021 18:06:07 -0700, by Kyle Lippincott
-
branching: merge stable into defaultThu, 21 Oct 2021 17:25:41 +0200, by Raphaël Gomès
-
heptapod-ci: actually give pytest more time before timeout stableThu, 21 Oct 2021 14:03:33 +0200, by Raphaël Gomès
-
tests: better determinism in test-chg.t stableWed, 20 Oct 2021 18:44:26 +0100, by Arseniy Alekseyev
-
hg: remove reserved identifiersThu, 21 Oct 2021 11:21:21 +0200, by David Demelier
-
python: compatibility for python 3.11 (issue6604) stableTue, 19 Oct 2021 16:05:20 +0200, by Raphaël Gomès
-
pyoxidizer: force pip to not use pep517 in order to be able to install hg stableWed, 20 Oct 2021 16:54:43 +0200, by Raphaël Gomès
-
merge-halt: fix issue with merge.on-failure=halt breaking unshelve stableTue, 19 Oct 2021 16:14:53 -0700, by Kyle Lippincott
-
merge-halt: demonstrate unshelve issue with merge.on-failure=halt stableTue, 19 Oct 2021 16:14:46 -0700, by Kyle Lippincott
-
rust-nodemap: backed out mitigation for issue 6554 stableTue, 19 Oct 2021 19:05:41 +0200, by Georges Racinet
-
pyoxidizer: update README.md with several small fixesMon, 18 Oct 2021 16:24:00 -0700, by Kyle Lippincott
-
pyoxidizer: disable using in-memory resourcesMon, 18 Oct 2021 16:18:41 -0700, by Kyle Lippincott
-
dirstate-v2: reorder flag to group related one togetherWed, 20 Oct 2021 00:21:41 +0200, by Pierre-Yves David
-
dirstate-v2: read the fallback value in RustTue, 19 Oct 2021 20:14:17 +0200, by Pierre-Yves David
-
dirstate-v2: adjust the meaning of directory flagsTue, 19 Oct 2021 18:18:05 +0200, by Pierre-Yves David
-
dirstate-v2: actually use sub-second mtime precisionWed, 13 Oct 2021 15:58:14 +0200, by Simon Sapin
-
dirstate: ignore sub-second component when either is zero in mtimeThu, 14 Oct 2021 13:54:39 +0200, by Simon Sapin
-
dirstate-v2: add a new MTIME_SECOND_AMBIGUOUS flagsTue, 19 Oct 2021 22:04:14 +0200, by Pierre-Yves David
-
dirstate: store mtimes with nanosecond precision in memoryMon, 18 Oct 2021 11:23:07 +0200, by Simon Sapin
-
rust: remove now-unused DirstateEntry::clear_ambiguous_mtime methodTue, 19 Oct 2021 21:03:13 +0200, by Simon Sapin
-
dirstate: align Rust function name to `need_delay`Tue, 19 Oct 2021 22:14:48 +0200, by Pierre-Yves David
-
dirstate: rename a `very_likely_equal` method to `likely_equal`Mon, 18 Oct 2021 19:02:40 +0200, by Simon Sapin
-
backout: backed out changeset 2f2107c01deeTue, 19 Oct 2021 19:03:39 +0200, by Raphaël Gomès
-
backout: backed out changeset 6edc8800dbc3Tue, 19 Oct 2021 19:04:11 +0200, by Raphaël Gomès
-
dirstate-v2: preserve the fallback values on diskMon, 18 Oct 2021 10:56:54 +0200, by Pierre-Yves David
-
dirstate: make DirstateItem constructor accept fallback valueMon, 18 Oct 2021 20:02:05 +0200, by Pierre-Yves David
-
dirstate: add a concept of "fallback" flags to dirstate itemMon, 18 Oct 2021 20:02:15 +0200, by Pierre-Yves David
-
dirstate-v2: adds two flag to track the presence of some unrecorded filesFri, 15 Oct 2021 16:33:19 +0200, by Pierre-Yves David
-
dirstate-v2: adds a flag to mark a file as modifiedFri, 15 Oct 2021 16:12:00 +0200, by Simon Sapin
-
rhg: simplify split_metadataTue, 19 Oct 2021 10:52:13 +0100, by Arseniy Alekseyev
-
pyoxidizer: default to a meaningless release instead of hardcoding 5.8Fri, 27 Aug 2021 14:40:09 +0200, by Raphaël Gomès
-
copy: recommend `--at-rev .` if target was added in parent commitThu, 14 Oct 2021 10:58:39 -0700, by Martin von Zweigbergk
-
fix: appease pyflakes and make unused variables more obviousMon, 18 Oct 2021 10:14:44 +0200, by Raphaël Gomès
-
bookmarks: add a `ignore` variant of the bookmark modeFri, 15 Oct 2021 04:41:24 +0200, by Pierre-Yves David
-
bookmarks: add support for `mirror` mode to `incoming`Fri, 15 Oct 2021 04:25:58 +0200, by Pierre-Yves David
-
bookmarks: move the `mirror` option to the `paths` sectionFri, 15 Oct 2021 03:49:05 +0200, by Pierre-Yves David
-
path: keep the path instance in the `pulloperation`Fri, 15 Oct 2021 03:28:28 +0200, by Pierre-Yves David
-
path: return path instance directly from get_pull_pathsFri, 15 Oct 2021 02:44:14 +0200, by Pierre-Yves David
-
path: unify path creation in `get_pull_paths`Fri, 15 Oct 2021 02:36:54 +0200, by Pierre-Yves David
-
path: add a new argument to control path validationFri, 15 Oct 2021 02:36:38 +0200, by Pierre-Yves David
-
rhg: internally, return a structured representation from hg catFri, 15 Oct 2021 14:05:20 +0100, by Arseniy Alekseyev
-
rhg: fix `hg cat` interaction with null revisionThu, 14 Oct 2021 19:02:08 +0100, by Arseniy Alekseyev
-
dirstate-v2: add an option to prevent unintentional slow dirstate-v2Fri, 15 Oct 2021 01:27:39 +0200, by Pierre-Yves David
-
rhg: fix formatting error reported by test-check-format-rust.tThu, 14 Oct 2021 22:35:46 -0700, by Martin von Zweigbergk
-
chistedit: add option to show order of commits in opposite orderTue, 12 Oct 2021 13:54:06 -0700, by Martin von Zweigbergk
-
dirstate-v2: Separate HAS_FILE_MTIME and HAS_DIRECTORY_MTIME flagsThu, 14 Oct 2021 16:39:16 +0200, by Simon Sapin
-
dirstate-v2: Extend node flags to 16 bitsThu, 14 Oct 2021 16:06:31 +0200, by Simon Sapin
-
narrow: raise StateError when working copy is stale (for detailed exit code)Thu, 14 Oct 2021 08:58:07 -0700, by Martin von Zweigbergk
-
dirstate-v2: Use attributes as intended instead of properties in v2_data()Thu, 14 Oct 2021 15:05:04 +0200, by Simon Sapin
-
dirstate: Remove unused variableThu, 14 Oct 2021 13:59:18 +0200, by Simon Sapin
-
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
-
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
-
dirstatemap: conclude `reset_state` with logic using the new __init__Fri, 16 Jul 2021 17:03:39 +0200, by Pierre-Yves David
-
dirstatemap: temporarily return early in `reset_state`Fri, 16 Jul 2021 16:29:16 +0200, by Pierre-Yves David
-
dirstate-item: feed more information to `__init__`Fri, 16 Jul 2021 16:52:53 +0200, by Pierre-Yves David
-
rust-dirstatemap: temporarily use `from_v1_data` in `addfile`Fri, 20 Aug 2021 22:35:52 +0200, by Pierre-Yves David
-
dirstatemap: temporarily use `from_v1_data` in `addfile`Fri, 16 Jul 2021 16:30:52 +0200, by Pierre-Yves David
-
dirstate-item: fix the declaration of the Cext `from_v1_meth`Fri, 20 Aug 2021 18:11:49 +0200, by Pierre-Yves David
-
dirstate-item: fix Cext declaration of dm_nonnormal and dm_otherparentFri, 20 Aug 2021 22:30:30 +0200, by Pierre-Yves David
-
dirstatemap: replace `removefile` by an explicit `entry.set_untracked()`Fri, 20 Aug 2021 11:27:01 +0200, by Pierre-Yves David
-
dirstate: forward `remove` call to newer `API`Fri, 20 Aug 2021 11:23:52 +0200, by Pierre-Yves David
-
fix: again allow formatting the working copy while merging stable 5.9.1Fri, 27 Aug 2021 13:51:44 -0700, by Martin von Zweigbergk
-
packaging: reference proper output directory stableThu, 26 Aug 2021 17:39:11 -0700, by Gregory Szorc
-
packaging: pass extra_pyoxidizer_vars only to pyoxidizer stableWed, 25 Aug 2021 19:33:25 -0700, by Gregory Szorc
-
hg: don't attempt to extend `sys.path` with the user site without `APPDATA` stableThu, 26 Aug 2021 11:04:14 -0400, by Matt Harbison
-
ci: only run the phabricator step if the previous on succeeded stableThu, 26 Aug 2021 09:49:09 +0200, by Pierre-Yves David
-
branching: merge stable into defaultWed, 25 Aug 2021 15:15:19 +0200, by Raphaël Gomès
-
store: return just one filename in walk functionsMon, 02 Aug 2021 08:05:13 -0400, by Valentin Gatien-Baron
-
tests: rename test-clone-uncompressed.tSun, 01 Aug 2021 10:57:21 -0400, by Valentin Gatien-Baron
-
debugrebuildfncache: add a cheaper option to rebuild the fncacheFri, 06 Aug 2021 16:27:17 -0400, by Valentin Gatien-Baron
-
test: reduce noise, so the important bits stand outFri, 06 Aug 2021 16:17:17 -0400, by Valentin Gatien-Baron
-
wireprotov1peer: update all rpcs to use the new batchable schemeTue, 24 Aug 2021 17:27:16 +0200, by Valentin Gatien-Baron
-
wireprotov1peer: simplify the way batchable rpcs are definedTue, 24 Aug 2021 17:27:16 +0200, by Valentin Gatien-Baron
-
clone: properly create target directories during local clone (issue6581) stableWed, 25 Aug 2021 11:32:49 +0200, by Pierre-Yves David
-
clone: add a file demonstrating issue6581 in test-clone-stream.t stableWed, 25 Aug 2021 10:00:55 +0200, by Pierre-Yves David
-
clone: verify the local clone in test-clone-stream.t stableWed, 25 Aug 2021 10:42:09 +0200, by Pierre-Yves David
-
clone: automatically glob stream clone output in test stableWed, 25 Aug 2021 10:08:37 +0200, by Pierre-Yves David
-
clone: fix a comment in test-clone-stream.t stableWed, 25 Aug 2021 09:32:21 +0200, by Pierre-Yves David
-
windows: degrade to py2 behavior when reading a non-symlink as a symlink stableSun, 22 Aug 2021 17:59:21 -0400, by Matt Harbison
-
pyoxidizer: add user-site to `sys.path` on Windows stableWed, 18 Aug 2021 21:59:55 -0400, by Matt Harbison
-
zeroconf: fix an issue concatenating bytes and str stableWed, 18 Aug 2021 14:58:42 -0400, by Matt Harbison
-
revlog: fix more type confusion in index_replace_sidedata_info (issue6580) stableTue, 24 Aug 2021 23:42:35 +0200, by Julien Cristau
-
revlog: fix type confusion with sidedata_comp_len (issue6580) stableTue, 24 Aug 2021 12:44:34 +0200, by Julien Cristau
-
dirstate: directly call the dirstatemap in `set_untracked`Fri, 20 Aug 2021 11:23:41 +0200, by Pierre-Yves David
-
resources: narrow the try:except clause to minimumThu, 19 Aug 2021 17:42:55 +0200, by Pierre-Yves David
-
merge with stableSun, 22 Aug 2021 16:32:06 -0400, by Matt Harbison
-
resources: stop important a non existent FileNotFoundError stableThu, 19 Aug 2021 17:47:27 +0200, by Pierre-Yves David
-
template: FileNotFoundError is actually a built in exception stableThu, 19 Aug 2021 17:46:46 +0200, by Pierre-Yves David
-
pyoxidizer: always run the associated CI jobs stable 5.9Mon, 16 Aug 2021 18:39:58 +0200, by Pierre-Yves David
-
pyoxidizer: skip for ZeroConf related test for now stableWed, 18 Aug 2021 21:28:36 +0200, by Pierre-Yves David
-
pyoxidizer: disable the test for disabled & broken extensions help stableWed, 18 Aug 2021 21:05:46 +0200, by Pierre-Yves David
-
pyoxidizer: re-install PYTHONPATH behavior stableWed, 18 Aug 2021 21:37:55 +0200, by Pierre-Yves David
-
windows: add pytest-vcr to the dependencies stableWed, 18 Aug 2021 16:48:32 +0200, by Pierre-Yves David
-
pyoxidizer: wrap the pyoxidizer script on multiple line stableWed, 18 Aug 2021 16:02:46 +0200, by Pierre-Yves David
-
pyoxidized: silence the fuzzywuzzy warning about python-Levenshtein stableWed, 18 Aug 2021 15:05:25 +0200, by Pierre-Yves David
-
pyoxidized: adapt output of test-install.t stableWed, 18 Aug 2021 14:57:34 +0200, by Pierre-Yves David
-
pyoxidized: disable part of `test-install.t` related to pip and virtualenv stableWed, 18 Aug 2021 13:02:08 +0200, by Pierre-Yves David
-
pyoxidized: adapt output of test-bad-extension.t stableWed, 18 Aug 2021 12:53:40 +0200, by Pierre-Yves David
-
pyoxidized: adapt output of test-flagprocessor.t stableWed, 18 Aug 2021 12:49:55 +0200, by Pierre-Yves David
-
pyoxidized: adapt output of `test-phases.t` stableWed, 18 Aug 2021 12:42:16 +0200, by Pierre-Yves David
-
pyoxidized: add a copy of the `doc` directory in the right location stableWed, 18 Aug 2021 01:27:45 +0200, by Pierre-Yves David
-
pyoxidized: add a copy of the `contrib` directory in the right location stableWed, 18 Aug 2021 01:26:25 +0200, by Pierre-Yves David
-
pyoxidized: add a copy of the `defaultrc` file in the right location stableWed, 18 Aug 2021 01:18:34 +0200, by Pierre-Yves David
-
pyoxidized: add a copy of the `helptext` directory in the right location stableWed, 18 Aug 2021 02:08:03 +0200, by Pierre-Yves David
-
template: handle missing resource in `_readmapfile` stableWed, 18 Aug 2021 01:41:02 +0200, by Pierre-Yves David
-
pyoxidized: add a copy of the `templates` directory in the right location stableWed, 18 Aug 2021 01:10:40 +0200, by Pierre-Yves David
-
pyoxidized: add a dedicated target in the tests stableWed, 18 Aug 2021 01:07:38 +0200, by Pierre-Yves David
-
pyoxidized: adapt test-devel-warnings.t stableTue, 17 Aug 2021 20:48:52 +0200, by Pierre-Yves David
-
test-extension: adapt output to pyoxidizer stableTue, 17 Aug 2021 21:57:59 +0200, by Pierre-Yves David
-
pyoxidized: add a `pyoxidizer` hghave keyword for line matching stableTue, 17 Aug 2021 20:48:34 +0200, by Pierre-Yves David
-
templater: swap `\` with `/` in more location stableTue, 17 Aug 2021 14:38:25 +0200, by Pierre-Yves David
-
templater: swap `\` with `/` to allow the resource logic to kicks in stableTue, 17 Aug 2021 13:22:06 +0200, by Pierre-Yves David
-
heptapod-ci: extend timeout for pytype checking stableThu, 05 Aug 2021 18:38:42 +0200, by Raphaël Gomès
-
run-tests: introduce a --pyoxidized option stableTue, 10 Aug 2021 12:56:32 +0200, by Pierre-Yves David
-
ci: add a "all" template to easily control "when" test run stableTue, 10 Aug 2021 11:45:43 +0200, by Pierre-Yves David
-
issue6528: add a config option to control the fixing on the fly stable 5.9rc1Sat, 07 Aug 2021 16:51:47 +0200, by Pierre-Yves David
-
issue6528: also filter delta on the fly when applying a changegroup stableSat, 07 Aug 2021 14:12:28 +0200, by Pierre-Yves David
-
filelog: open the writing context a bit earlier in `addgroup` stableSat, 07 Aug 2021 14:13:53 +0200, by Pierre-Yves David
-
issue6528: implement _is_revision_affected_fast using callback stableSat, 07 Aug 2021 12:39:01 +0200, by Pierre-Yves David
-
issue6528: implement _is_revision_affected using callback stableSat, 07 Aug 2021 12:38:48 +0200, by Pierre-Yves David
-
debugcommands: add a `--paranoid` option to `debug-repair-issue-6528` stableFri, 06 Aug 2021 12:10:36 +0200, by Raphaël Gomès
-
repair: improve performance of detection of revisions affected by issue6528 stableThu, 05 Aug 2021 17:00:03 +0200, by Raphaël Gomès
-
debugcommands: introduce a debug command to repair repos affected by issue6528 stableTue, 27 Jul 2021 21:45:27 +0200, by Raphaël Gomès
-
contrib: switch the Windows bootstrap environment to py3.9 stableMon, 09 Aug 2021 19:49:57 -0400, by Matt Harbison
-
contrib: comment out the 64-bit py38 dependency installation on Windows stableMon, 09 Aug 2021 19:36:26 -0400, by Matt Harbison
-
contrib: drop python2.7 from the Windows dependency install script stableMon, 09 Aug 2021 19:32:44 -0400, by Matt Harbison
-
contrib: log the command and args for every process installing windows deps stableMon, 09 Aug 2021 19:24:46 -0400, by Matt Harbison
-
windows-ci: run Windows CI automatically alongside the others stableFri, 23 Jul 2021 10:47:12 +0200, by Raphaël Gomès
-
vfs: always use / as file separator (issue6546) stableThu, 05 Aug 2021 12:53:44 +0200, by Pierre-Yves David
-
pager: account for flakiness in Windows output stableThu, 05 Aug 2021 18:25:35 +0200, by Raphaël Gomès
-
windows-ci: clean up the Heptapod CI file now that the baseline is solid stableFri, 23 Jul 2021 10:45:08 +0200, by Raphaël Gomès
-
test-nointerrupt: make "sure" the handler "might" trigger (issue6558) stableTue, 03 Aug 2021 21:22:02 +0200, by Pierre-Yves David
-
testing: make sure write_file is "atomic" stableTue, 03 Aug 2021 19:26:26 +0200, by Pierre-Yves David
-
test: disable test-subrepo-git.t in python2 + chg stableWed, 04 Aug 2021 19:45:13 +0200, by Pierre-Yves David
-
hgwebdir: avoid systematic full garbage collectionTue, 20 Jul 2021 17:20:19 +0200, by Georges Racinet
-
check-module-imports: ignore non-stdlib module installed by distribution stableTue, 03 Aug 2021 18:29:31 +0200, by Pierre-Yves David
-
remotefilelog: fix what looks like a wrong refactoring stableMon, 02 Aug 2021 08:06:27 -0400, by Valentin Gatien-Baron
-
rust-nodemap: falling back to C impl as mitigation stableSun, 01 Aug 2021 14:39:38 +0200, by Georges Racinet
-
obsolete: disable other evolution config options if createmarkers is off stableWed, 28 Jul 2021 13:45:07 +0300, by Anton Shestakov
-
fix: use obsolete.isenabled() to check for experimental.allowdivergence stableWed, 28 Jul 2021 13:47:21 +0300, by Anton Shestakov
-
rebase: use obsolete.isenabled() to check for experimental.allowdivergence stableWed, 28 Jul 2021 13:45:41 +0300, by Anton Shestakov
-
obsolete: disable other evolution config options if createmarkers is offWed, 28 Jul 2021 13:45:07 +0300, by Anton Shestakov
-
fix: use obsolete.isenabled() to check for experimental.allowdivergenceWed, 28 Jul 2021 13:47:21 +0300, by Anton Shestakov
-
rebase: use obsolete.isenabled() to check for experimental.allowdivergenceWed, 28 Jul 2021 13:45:41 +0300, by Anton Shestakov
-
heptapod-ci: enable pytype testing for all pipelines stableMon, 02 Aug 2021 16:23:45 +0200, by Raphaël Gomès
-
pytype: add assertions to explain revlogv2 invariants to Pytype stableMon, 02 Aug 2021 16:21:54 +0200, by Raphaël Gomès
-
typing: add several assertions to dirstatemap to appease pytype stableFri, 30 Jul 2021 00:11:56 -0400, by Matt Harbison
-
windows: avoid a bytes vs unicode crash reading passwords on py2 stableMon, 02 Aug 2021 10:51:19 -0400, by Matt Harbison
-
streamclone: ensure the server sends the right amount of data stableSun, 01 Aug 2021 10:54:03 -0400, by Valentin Gatien-Baron
-
rewriteutil: fix crash when a rewritten message references f{6,64} stableThu, 29 Jul 2021 16:23:45 -0400, by Augie Fackler
-
tests: add explicit coverage for update_hash_refs from rewriteutil stableThu, 29 Jul 2021 16:18:35 -0400, by Augie Fackler
-
store: document the decoding discrepancy in store.py stableTue, 27 Jul 2021 19:36:20 +0200, by Pierre-Yves David
-
clone: add a file with special character while testing uncompressed stableTue, 27 Jul 2021 19:19:00 +0200, by Pierre-Yves David
-
clone: test local clone in `test-clone-uncompressed.t` too stableTue, 27 Jul 2021 19:16:30 +0200, by Pierre-Yves David
-
test-transaction-safety: relax some of the synchronisation schedule stableTue, 27 Jul 2021 00:49:16 +0200, by Pierre-Yves David
-
test-transaction-safety: document the test schedule stableTue, 27 Jul 2021 00:44:57 +0200, by Pierre-Yves David
-
rhg: Propagate permission errors when finding a repository stableThu, 29 Jul 2021 12:22:25 +0200, by Simon Sapin
-
rhg: Add build and config instructions to the README file stableThu, 29 Jul 2021 11:53:03 +0200, by Simon Sapin
-
dirstate: use `add` in the deprecation message about `add` stableWed, 28 Jul 2021 12:39:06 +0200, by Pierre-Yves David
-
help: correct config.profiling.freq name (frequency->freq) stableMon, 26 Jul 2021 15:02:23 -0700, by Kyle Lippincott
-
run-tests: use a small timeout for chg instance stableWed, 28 Jul 2021 13:18:13 +0200, by Pierre-Yves David
-
run-tests: do not inherit file descriptor when running a command stableWed, 28 Jul 2021 14:56:10 +0200, by Pierre-Yves David
-
dummyssh: make sure we don't inherit files descriptor to the children stableWed, 28 Jul 2021 14:55:06 +0200, by Pierre-Yves David
-
tests: make test-serve works on system that allow user to bind low port stableThu, 29 Jul 2021 02:20:26 +0200, by Pierre-Yves David
-
git: restore basic functionality (issue6545) stableThu, 29 Jul 2021 17:04:55 -0400, by Augie Fackler
-
typing: add several assertions to dirstatemap to appease pytypeFri, 30 Jul 2021 00:11:56 -0400, by Matt Harbison
-
help: indicate how to run downgrade a repository using persistent nodemap stableMon, 26 Jul 2021 21:55:53 +0200, by Pierre-Yves David
-
help: use the correct spelling for `slow-path` in persistent nodemap help stableMon, 26 Jul 2021 21:52:10 +0200, by Pierre-Yves David
-
fix: use scmutil.movedirstate() instead of reimplementing stableMon, 11 Mar 2019 10:59:35 -0700, by Martin von Zweigbergk
-
fix: rewrite writeworkingdir() to explicitly not work with merges stableMon, 11 Mar 2019 10:56:56 -0700, by Martin von Zweigbergk
-
tests: demonstrate bug in `hg fix` with incorrectly dirty working copy stableThu, 22 Jul 2021 17:12:56 -0700, by Martin von Zweigbergk
-
typing: convert an annotation to an assertion in commands.py stableWed, 21 Jul 2021 15:34:35 -0400, by Matt Harbison
-
test: remove `sleep` usage in `test-nointerrupt.t` (issue6271) stableTue, 20 Jul 2021 23:04:28 +0200, by Pierre-Yves David
-
branching: merge default into stable stable 5.9rc0Wed, 21 Jul 2021 22:52:09 +0200, by Pierre-Yves David
-
relnotes: document the change in the dirstate APIMon, 19 Jul 2021 23:14:38 +0200, by Pierre-Yves David
-
dirstate: deprecate the `add` methodMon, 19 Jul 2021 08:56:56 +0200, by Pierre-Yves David
-
mq: replace `add` call with newer APISun, 18 Jul 2021 22:35:37 +0200, by Pierre-Yves David
-
largefile: use `update_file` instead of `add` in `synclfdirstate`Mon, 19 Jul 2021 08:59:00 +0200, by Pierre-Yves David
-
largefile: use `update_file` instead of `add` in `mergerecordupdates`Mon, 19 Jul 2021 03:19:06 +0200, by Pierre-Yves David
-
dirstate: deprecate the `drop` methodMon, 19 Jul 2021 09:05:25 +0200, by Pierre-Yves David
-
narrow: stop using `drop` in the `updateworkingcopy`Mon, 19 Jul 2021 17:33:45 +0200, by Pierre-Yves David
-
mq: replace `drop` call with newer APISun, 18 Jul 2021 22:32:55 +0200, by Pierre-Yves David
-
largefile: use `update_file` instead of `drop` during `rollback`Mon, 19 Jul 2021 09:15:37 +0200, by Pierre-Yves David
-
largefile: use `update_file` instead of `drop` in `synclfdirstate`Mon, 19 Jul 2021 09:14:24 +0200, by Pierre-Yves David
-
sparse: use `update_file` instead of `drop`Mon, 19 Jul 2021 09:08:54 +0200, by Pierre-Yves David
-
sparse: use `update_file` instead of `drop` in `refreshwdir`Mon, 19 Jul 2021 01:58:45 +0200, by Pierre-Yves David
-
amend: use `update_file` instead of `drop`Mon, 19 Jul 2021 09:07:08 +0200, by Pierre-Yves David
-
context: use `update_file` instead of `drop` in `markcommitted`Mon, 19 Jul 2021 03:16:40 +0200, by Pierre-Yves David
-
dirstate: deprecate the `merge` method in all casesMon, 19 Jul 2021 16:21:22 +0200, by Pierre-Yves David
-
mq: drop the use of `dirstate.merged`Sun, 18 Jul 2021 22:45:18 +0200, by Pierre-Yves David
-
dirstate: deprecate the `otherparent` method in all casesMon, 19 Jul 2021 00:31:59 +0200, by Pierre-Yves David
-
dirstate: deprecate the `normallookup` method in all casesMon, 19 Jul 2021 00:26:02 +0200, by Pierre-Yves David
-
narrow: stop using `normallookup` during a testMon, 19 Jul 2021 15:41:51 +0200, by Pierre-Yves David
-
narrow: use `update_file` instead of `normallookup` after updateMon, 19 Jul 2021 08:44:49 +0200, by Pierre-Yves David
-
test: use the internal `_normallookup` in `test-rebuildstate.t`Mon, 19 Jul 2021 15:34:17 +0200, by Pierre-Yves David
-
sparse: use `update_file` instead of `normallookup` in refreshwdirMon, 19 Jul 2021 01:59:09 +0200, by Pierre-Yves David
-
keyword: use `update_file_p1` instead of `normallookup`Mon, 19 Jul 2021 02:05:29 +0200, by Pierre-Yves David
-
fix: use `set_possibly_dirty` instead of `normallookup`Mon, 19 Jul 2021 05:41:32 +0200, by Pierre-Yves David
-
eol: use `set_possibly_dirty` instead of `normallookup`Mon, 19 Jul 2021 05:41:02 +0200, by Pierre-Yves David
-
mq: replace `normallookup` call with newer APISun, 18 Jul 2021 22:50:02 +0200, by Pierre-Yves David
-
revert: use `set_possibly_dirty` instead of `normallookup`Mon, 19 Jul 2021 03:52:54 +0200, by Pierre-Yves David
-
dirstate: enforce `possibly_dirty` in `set_tracked`Mon, 19 Jul 2021 14:02:58 +0200, by Pierre-Yves David
-
record: use `update_file` instead of `normallookup`Mon, 19 Jul 2021 01:17:56 +0200, by Pierre-Yves David
-
copy: use `set_tracked` instead of `normallookup` in `dirstatecopy`Mon, 19 Jul 2021 05:43:43 +0200, by Pierre-Yves David
-
amend: use `update_file` instead of `normallookup`Mon, 19 Jul 2021 01:18:23 +0200, by Pierre-Yves David
-
mergestate: use `update_file` to handle for `ACTION_EXEC`Mon, 19 Jul 2021 05:45:22 +0200, by Pierre-Yves David
-
mergestate: use `update_file` to handle for `ACTION_ADD_MODIFIED`Mon, 19 Jul 2021 05:44:57 +0200, by Pierre-Yves David
-
largefile: use `update_file` for `synclfdirstate` "m" caseMon, 19 Jul 2021 05:47:54 +0200, by Pierre-Yves David
-
largefile: use `update_file` for `synclfdirstate` "n" caseMon, 19 Jul 2021 05:47:33 +0200, by Pierre-Yves David
-
largefile: replace the `normallookup` call when creating a new lfdirstateMon, 19 Jul 2021 02:44:11 +0200, by Pierre-Yves David
-
largefile: use `update_file` instead of `normallookup` in `updatelfiles`Mon, 19 Jul 2021 05:46:16 +0200, by Pierre-Yves David
-
largefile: use `set_possibly_dirty` instead of `normallookup`Sun, 18 Jul 2021 23:43:08 +0200, by Pierre-Yves David
-
dirstate: add a `set_possibly_dirty` methodSun, 18 Jul 2021 23:42:22 +0200, by Pierre-Yves David
-
dirstate: deprecate the `normal` method in all casesMon, 19 Jul 2021 00:29:36 +0200, by Pierre-Yves David
-
test: use `set_tracked` in `test-context`Mon, 19 Jul 2021 06:44:08 +0200, by Pierre-Yves David
-
mq: replace usage of `normal` with newer APISun, 18 Jul 2021 22:49:26 +0200, by Pierre-Yves David
-
largefile: use `update_file` instead of `normal` in `synclfdirstate`Mon, 19 Jul 2021 02:46:09 +0200, by Pierre-Yves David
-
largefile: use `set_clean` instead of `normal` in `repo.status`Mon, 19 Jul 2021 02:40:51 +0200, by Pierre-Yves David
-
largefile: use `set_clean` instead of `normal` in `lfdirstatestatus`Mon, 19 Jul 2021 02:39:35 +0200, by Pierre-Yves David
-
largefile: use `update_file` instead of `normal` in `updatelfiles`Mon, 19 Jul 2021 02:39:01 +0200, by Pierre-Yves David
-
largefile: respect the `normal` signatureMon, 19 Jul 2021 02:38:40 +0200, by Pierre-Yves David
-
keyword: use `set_clean` instead of `normal`Mon, 19 Jul 2021 02:05:24 +0200, by Pierre-Yves David
-
sparse: use `update_file` instead of `normal` in `refreshwdir`Mon, 19 Jul 2021 01:58:34 +0200, by Pierre-Yves David
-
sparse: use `update_file` instead of `normal` during `applyupdates`Mon, 19 Jul 2021 01:58:24 +0200, by Pierre-Yves David
-
sparse: apply update with in a `parentchange` contextMon, 19 Jul 2021 04:26:06 +0200, by Pierre-Yves David
-
revert: use `set_clean` instead of `normal`Mon, 19 Jul 2021 03:52:20 +0200, by Pierre-Yves David
-
context: use `update_file` instead of `normal` in `markcommitted`Mon, 19 Jul 2021 03:15:57 +0200, by Pierre-Yves David
-
context: use new API instead of `normal` during fixup post statusMon, 19 Jul 2021 01:44:24 +0200, by Pierre-Yves David
-
dirstate: introduce a `set_clean` methodMon, 19 Jul 2021 00:47:59 +0200, by Pierre-Yves David
-
largefile: use `update_file` instead of `normal`Mon, 19 Jul 2021 00:04:24 +0200, by Pierre-Yves David
-
largefile: adjust the dirstate post update within a `parentchange` contextMon, 19 Jul 2021 00:05:47 +0200, by Pierre-Yves David
-
dirstate: deprecate `dirstate.remove` in all casesFri, 16 Jul 2021 14:06:32 +0200, by Pierre-Yves David
-
largefile: use `update_file` instead of `remove` in `synclfdirstate`Mon, 19 Jul 2021 03:20:28 +0200, by Pierre-Yves David
-
largefile: rearrange conditionnal in `synclfdirstate`Mon, 19 Jul 2021 03:25:21 +0200, by Pierre-Yves David
-
largefile: use `update_file` instead of `remove` in `mergerecordupdates`Mon, 19 Jul 2021 03:20:04 +0200, by Pierre-Yves David
-
mq: use `update_file_p1` instead of `remove` when adjusting dirstateSat, 17 Jul 2021 00:15:31 +0200, by Pierre-Yves David
-
dirstate: properly update `_lastnormaltime` in `update_file_p1`Mon, 19 Jul 2021 04:43:28 +0200, by Pierre-Yves David
-
dirstate: properly update `_lastnormaltime` in `update_file`Mon, 19 Jul 2021 04:43:14 +0200, by Pierre-Yves David
-
dirstate: use `reset_state` in `update_file_p1`Thu, 15 Jul 2021 04:55:57 +0200, by Pierre-Yves David
-
dirstate: rename `update_file_reference` to `update_file_p1`Thu, 15 Jul 2021 04:34:51 +0200, by Pierre-Yves David
-
dirstate-map: move most of `dirstate.update_file` logic in the dsmapMon, 19 Jul 2021 07:23:55 +0200, by Pierre-Yves David
-
dirstate: replace `update_parent_file_data` with simpler `update_parent` callFri, 16 Jul 2021 22:30:11 +0200, by Pierre-Yves David
-
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
-
windows: use abspath in urlSat, 10 Jul 2021 14:06:46 +0200, by Pierre-Yves David
-
windows: use abspath in subrepoutilSat, 10 Jul 2021 14:06:39 +0200, by Pierre-Yves David
-
windows: use abspath in subrepoSat, 10 Jul 2021 14:06:29 +0200, by Pierre-Yves David
-
windows: use abspath in hgwebdirSat, 10 Jul 2021 14:06:19 +0200, by Pierre-Yves David
-
windows: use abspath in mercurial/hg.pySat, 10 Jul 2021 14:06:06 +0200, by Pierre-Yves David
-
windows: use abspath in extensionsSat, 10 Jul 2021 14:05:59 +0200, by Pierre-Yves David
-
windows: use abspath in commandserverSat, 10 Jul 2021 14:05:49 +0200, by Pierre-Yves David
-
windows: use abspath in chgserverSat, 10 Jul 2021 14:05:38 +0200, by Pierre-Yves David
-
windows: introduce a `util.abspath` to replace os.path.abspathSat, 10 Jul 2021 13:46:24 +0200, by Pierre-Yves David
-
windows: enforce upper case drive letter for getcwd in mercurial tooSat, 10 Jul 2021 13:10:18 +0200, by Pierre-Yves David
-
hg-ssh: normalize the drive of the current working directory on windowsFri, 09 Jul 2021 23:38:24 +0200, by Pierre-Yves David
-
run-tests: enforce the drive letter from `getcwd` to upper caseSat, 10 Jul 2021 01:15:03 +0200, by Pierre-Yves David
-
sigpipe-remote: simply delegate pipe forwarding to subprocess we can killMon, 12 Jul 2021 03:30:04 +0200, by Pierre-Yves David
-
sigpipe-remote: verify the script is IO are unbufferedMon, 12 Jul 2021 03:29:21 +0200, by Pierre-Yves David
-
sigpipe-remote: check environment variable soonerSun, 11 Jul 2021 23:08:00 +0200, by Pierre-Yves David
-
test-sigpipe: run the hook using `sh`Mon, 12 Jul 2021 00:14:11 +0200, by Pierre-Yves David
-
windows: add windows behavior on broken pagerThu, 10 Jun 2021 17:58:03 +0200, by Raphaël Gomès
-
mergestate: use dirstate.update_file API in recordupdates()Wed, 07 Jul 2021 23:04:19 +0530, by Pulkit Goyal
-
dirstate: add dedicated function for updating data of a fileFri, 09 Jul 2021 15:27:38 +0530, by Pulkit Goyal
-
dirstate: add a `update_file` functionWed, 07 Jul 2021 19:36:14 +0200, by Pierre-Yves David
-
resolve: use the `parentchange` context manager to apply merge actionThu, 08 Jul 2021 04:29:36 +0200, by Pierre-Yves David
-
sparse: adjust the temporary includes within a `parentchange` contextThu, 08 Jul 2021 22:08:32 +0200, by Pierre-Yves David
-
amend: adjust the dirstate within a `parentchange` contextThu, 08 Jul 2021 21:26:21 +0200, by Pierre-Yves David
-
dirstate: use the right internal API in a test scriptThu, 08 Jul 2021 21:20:37 +0200, by Pierre-Yves David
-
sparse: clear rules in the context of a `parentchanges` contextThu, 08 Jul 2021 19:06:32 +0200, by Pierre-Yves David
-
sparse: make sure we adjust the dirstate at the same time as the parentThu, 08 Jul 2021 18:59:55 +0200, by Pierre-Yves David
-
narrow: update narrow spec within a dirstate.parentchange contextThu, 08 Jul 2021 18:51:45 +0200, by Pierre-Yves David
-
revert: use `set_untracked` instead of `drop` when applicableThu, 08 Jul 2021 18:30:24 +0200, by Pierre-Yves David
-
revert: use `set_untracked` when performing a revertThu, 08 Jul 2021 04:47:36 +0200, by Pierre-Yves David
-
mq: use `set_untracked` in `qrename`Thu, 08 Jul 2021 04:26:30 +0200, by Pierre-Yves David
-
context: use `dirstate.set_untracked` in `context.forget`Thu, 08 Jul 2021 01:06:46 +0200, by Pierre-Yves David
-
dirstate: add a `set_untracked` method for "hg remove"-like usageThu, 08 Jul 2021 00:54:40 +0200, by Pierre-Yves David
-
mq: use `set_tracked` in `qrename`Thu, 08 Jul 2021 04:32:31 +0200, by Pierre-Yves David
-
mq: update the dirstate and its parent within a `parentchange` contextThu, 08 Jul 2021 03:42:14 +0200, by Pierre-Yves David
-
context: use `dirstate.set_tracked` for `revert`Thu, 08 Jul 2021 01:20:46 +0200, by Pierre-Yves David
-
context: use `dirstate.set_tracked` in context.copyThu, 08 Jul 2021 00:57:25 +0200, by Pierre-Yves David
-
context: use `dirstate.set_tracked` in `context.add`Thu, 08 Jul 2021 00:58:44 +0200, by Pierre-Yves David
-
dirstate: add a `set_tracked` method for "hg add"-like usageThu, 08 Jul 2021 03:03:34 +0200, by Pierre-Yves David
-
dirstate: add a function to update tracking status while "moving" parentsSat, 10 Jul 2021 23:31:51 +0200, by Pierre-Yves David
-
dirstate: introduce an internal `_drop` methodThu, 08 Jul 2021 10:05:23 +0200, by Pierre-Yves David
-
dirstate: introduce an internal `_remove` methodWed, 07 Jul 2021 19:32:22 +0200, by Pierre-Yves David
-
dirstate: introduce an internal `_add` methodWed, 07 Jul 2021 19:31:52 +0200, by Pierre-Yves David
-
run-tests: rely on an actual executable in PATH instead of alias for `hg`Fri, 09 Jul 2021 22:37:24 +0200, by Pierre-Yves David
-
tests: blacklist a handful of test with `rhg` or `chg`Fri, 09 Jul 2021 20:42:26 +0200, by Pierre-Yves David
-
run-tests: use more explicit signaling for `chg`Sat, 10 Jul 2021 01:58:34 +0200, by Pierre-Yves David
-
run-tests: drop the `rhg` flag for `hghave.py` if unsetSat, 10 Jul 2021 01:57:35 +0200, by Pierre-Yves David
-
run-tests: introduce a `HGTEST_REAL_HG` variable for testFri, 09 Jul 2021 20:03:46 +0200, by Pierre-Yves David
-
run-test: clarify the error with a bad --with-hg is passedFri, 09 Jul 2021 17:06:53 +0200, by Pierre-Yves David
-
windows: make sure we fully read and cleanly close the connectionSat, 10 Jul 2021 17:19:07 +0200, by Pierre-Yves David
-
test-bookmark: clarify the path involved in a pull creating divergenceSat, 10 Jul 2021 02:42:09 +0200, by Pierre-Yves David
-
test-removeemptydirs: adjust to Windows behavior for the `histedit` caseSat, 10 Jul 2021 02:25:06 +0200, by Pierre-Yves David
-
test-removeemptydirs: clarify the state of things in the `histedit` caseSat, 10 Jul 2021 02:18:56 +0200, by Pierre-Yves David
-
test-infinitepush: drop unused helperFri, 09 Jul 2021 20:09:46 +0200, by Pierre-Yves David
-
run-tests: setup "correct" python earlierFri, 09 Jul 2021 17:02:01 +0200, by Pierre-Yves David
-
run-tests: cleanup windows generation of the python / python3 pointeurFri, 09 Jul 2021 16:28:45 +0200, by Pierre-Yves David
-
run-tests: always define a custom-bin directoryFri, 09 Jul 2021 15:29:58 +0200, by Pierre-Yves David
-
run-tests: explicitly track that `pythondir` was inferredFri, 09 Jul 2021 16:18:41 +0200, by Pierre-Yves David
-
run-tests: use a global WINDOWS constant instead of multiple testsFri, 09 Jul 2021 15:39:43 +0200, by Pierre-Yves David
-
test-run-test: use explicit variables to clarify pathsFri, 09 Jul 2021 13:36:39 +0200, by Pierre-Yves David
-
run-tests: also catch double-escapes for $TESTTMPWed, 23 Jun 2021 14:34:55 +0200, by Raphaël Gomès
-
ci-windows: introduce manual windows CIThu, 08 Jul 2021 17:13:18 +0200, by Raphaël Gomès
-
dirstate-item: deprecate tuple access on the classSun, 04 Jul 2021 23:41:54 +0200, by Pierre-Yves David
-
dirstate-item: use the v1_serialization method in debugstateMon, 05 Jul 2021 06:44:49 +0200, by Pierre-Yves David
-
dirstate-item: also build DistateItem in dirstate.directories()Mon, 05 Jul 2021 10:32:49 +0200, by Pierre-Yves David
-
parsers: move DirstateItem to attr.sThu, 08 Jul 2021 17:09:57 -0400, by Augie Fackler
-
cmdutil: fix newandmodified file accounting for --interactive commitsFri, 02 Jul 2021 11:44:13 -0700, by Daniel Ploch
-
test-run-tests: add missing backslash for WindowsWed, 07 Jul 2021 15:09:26 +0200, by Raphaël Gomès
-
windows: use cpu-intensive task instead of real time in testThu, 24 Jun 2021 12:54:55 +0200, by Raphaël Gomès
-
windows: use shell function instead of variable substitutionThu, 24 Jun 2021 12:51:53 +0200, by Raphaël Gomès
-
compat: normalise path before comparison in revlog splitting testTue, 06 Jul 2021 10:51:41 +0200, by Raphaël Gomès
-
windows: replicate the normalizing behavior of os.environThu, 08 Jul 2021 15:55:15 +0200, by Raphaël Gomès
-
encoding: move case-related utils upThu, 08 Jul 2021 15:55:04 +0200, by Raphaël Gomès
-
dirstate: drop the last explicit `state` usage in the moduleSun, 04 Jul 2021 02:24:15 +0200, by Pierre-Yves David
-
test: use a python script in `test-transaction-rollback-on-sigpipe.t`Fri, 02 Jul 2021 20:20:37 +0200, by Pierre-Yves David
-
test: make sure we hit the SIGPIPE in test-transaction-rollback-on-sigpipeFri, 02 Jul 2021 20:53:23 +0200, by Pierre-Yves David
-
test: clarify some output in `test-transaction-rollback-on-sigpipe`Fri, 02 Jul 2021 20:22:56 +0200, by Pierre-Yves David
-
tests: add test case for issue 6262Tue, 29 Jun 2021 13:58:18 -0700, by Martin von Zweigbergk
-
rewriteutil: look up common predecessor on unfiltered repoTue, 29 Jun 2021 14:02:34 -0700, by Martin von Zweigbergk
-
tests: demonstrate crash when common predecessor of divergence is hiddenWed, 07 Jul 2021 10:07:28 -0700, by Martin von Zweigbergk
-
shallowutil: dedent code after the previous changeWed, 07 Jul 2021 11:48:08 -0400, by Augie Fackler
-
shallowutil: narrow scope of try/except blockWed, 07 Jul 2021 11:47:02 -0400, by Augie Fackler
-
remotefilelog: stop using RuntimeError for control flowWed, 07 Jul 2021 11:45:17 -0400, by Augie Fackler
-
remotefilelog: tweak corrupt cache test to grep more flexiblyWed, 07 Jul 2021 13:20:47 -0400, by Augie Fackler
-
dirstatenonnormalcheck: fix some bytes formating on python3Mon, 05 Jul 2021 06:39:29 +0200, by Pierre-Yves David
-
dirstate-item: use the properties in `contrib/dirstatenonnormalcheck.py`Mon, 05 Jul 2021 06:38:58 +0200, by Pierre-Yves David
-
dirstate-item: use the properties in largefilesMon, 05 Jul 2021 06:27:26 +0200, by Pierre-Yves David
-
dirstate-item: use the `state` property in debugpathcompleteMon, 05 Jul 2021 06:45:32 +0200, by Pierre-Yves David
-
dirstate-item: use the properties in fakedirstatewritetimeMon, 05 Jul 2021 06:24:51 +0200, by Pierre-Yves David
-
dirstate-item: use the properties in dirstatemapMon, 05 Jul 2021 03:58:38 +0200, by Pierre-Yves David
-
dirstate-item: use the properties in pathutilMon, 05 Jul 2021 03:57:40 +0200, by Pierre-Yves David
-
dirstate-item: use need_delay when packing dirstateMon, 05 Jul 2021 03:57:11 +0200, by Pierre-Yves David
-
dirstate-item: rename the class to DirstateItemSun, 04 Jul 2021 22:27:29 +0200, by Pierre-Yves David
-
dirstate-entry: add a `mtime` propertySun, 04 Jul 2021 02:37:38 +0200, by Pierre-Yves David
-
dirstate-entry: add a `size` propertySun, 04 Jul 2021 02:34:24 +0200, by Pierre-Yves David
-
dirstate-entry: add a `mode` propertySun, 04 Jul 2021 02:33:21 +0200, by Pierre-Yves David
-
dirstate: no longer pass `oldstate` to the `dropfile`Sun, 04 Jul 2021 02:28:08 +0200, by Pierre-Yves David
-
dirstate: drop last explicite `state` usage in statusSun, 04 Jul 2021 02:21:59 +0200, by Pierre-Yves David
-
dirstate: reorder "state" checking conditionalSun, 04 Jul 2021 02:15:41 +0200, by Pierre-Yves David
-
dirstate-entry: add a `need_delay` methodSun, 04 Jul 2021 02:13:53 +0200, by Pierre-Yves David
-
dirstate-entry: add a `tracked` propertySun, 04 Jul 2021 02:12:54 +0200, by Pierre-Yves David
-
dirstate: drop `state` to `_addpath`Sun, 04 Jul 2021 01:59:41 +0200, by Pierre-Yves David
-
dirstate: infer the 'n' state from `from_p2`Sun, 04 Jul 2021 01:58:03 +0200, by Pierre-Yves David
-
dirstate: infer the 'n' state from `possibly_dirty`Sun, 04 Jul 2021 01:57:28 +0200, by Pierre-Yves David
-
dirstate: use a `merged` parameter to _addpathSun, 04 Jul 2021 01:48:11 +0200, by Pierre-Yves David
-
dirstate-entry: add a `added` propertySun, 04 Jul 2021 01:44:43 +0200, by Pierre-Yves David
-
dirstate: use a `added` parameter to _addpathSun, 04 Jul 2021 01:42:10 +0200, by Pierre-Yves David
-
dirstate: no longer pass the `oldstate` value to the dirstatemapSat, 03 Jul 2021 20:59:26 +0200, by Pierre-Yves David
-
dirstate: stop using `oldstate` in `dirstate._addpath`Sat, 03 Jul 2021 20:57:44 +0200, by Pierre-Yves David
-
dirstate: drop the now unused magic constants for the dirstate moduleSat, 03 Jul 2021 20:53:52 +0200, by Pierre-Yves David
-
dirstate: move the handling of special case within the dirstatemapSun, 04 Jul 2021 20:23:19 +0200, by Pierre-Yves David
-
rust: bump rust-cpython version for 0.6.0Sun, 04 Jul 2021 20:41:27 +0200, by Pierre-Yves David
-
rust-dirstate: make the MTIME_UNSET publicSun, 04 Jul 2021 20:40:10 +0200, by Pierre-Yves David
-
rust-dirstatemap: expand the wrapping code a bitSun, 04 Jul 2021 19:42:03 +0200, by Pierre-Yves David
-
dirstate-entry: restrict `from_p2` property to tracked fileSun, 04 Jul 2021 01:14:15 +0200, by Pierre-Yves David
-
dirstate-entry: `merged_removed` and `from_p2_removed` propertiesSat, 03 Jul 2021 20:34:09 +0200, by Pierre-Yves David
-
dirstate-entry: add a `removed` propertySat, 03 Jul 2021 04:18:54 +0200, by Pierre-Yves David
-
dirstate-entry: add a `from_p2` propertySat, 03 Jul 2021 04:26:28 +0200, by Pierre-Yves David
-
dirstate-entry: add a `merged` propertySat, 03 Jul 2021 04:07:21 +0200, by Pierre-Yves David
-
dirstate-entry: add a `state` property (and use it)Sun, 04 Jul 2021 03:29:20 +0200, by Pierre-Yves David
-
dirstate: move most of the `remove` logic with dirstatemap `removefile`Sat, 03 Jul 2021 19:52:00 +0200, by Pierre-Yves David
-
dirstate: add a `in_merge` propertySat, 03 Jul 2021 20:12:46 +0200, by Pierre-Yves David
-
dirstate-entry: introduce dedicated accessors for v1 serializationSat, 03 Jul 2021 04:01:17 +0200, by Pierre-Yves David
-
dirstate-entry: goes through the `dirstatetuple` constructor in all casesSat, 03 Jul 2021 03:55:23 +0200, by Pierre-Yves David
-
dirstate-entry: turn dirstate tuple into a real object (like in C)Sat, 03 Jul 2021 03:48:35 +0200, by Pierre-Yves David
-
corruption: backout changeset 49fd21f32695 (issue6528) stable 5.8.1Tue, 06 Jul 2021 16:12:09 +0200, by Pierre-Yves David
-
stream: double check that self.vfs is *not* in the vfsmap stableThu, 24 Jun 2021 03:22:03 +0200, by Pierre-Yves David
-
dirstate: split dirstatemap in its own fileFri, 02 Jul 2021 02:27:48 +0200, by Pierre-Yves David
-
run-tests: stop writing a `python3` symlink pointing to python2Fri, 02 Jul 2021 23:09:44 +0200, by Pierre-Yves David
-
check-code: stop forbidding return code resultTue, 06 Jul 2021 12:42:32 +0200, by Pierre-Yves David
-
run-tests: avoid an early returnFri, 02 Jul 2021 22:58:04 +0200, by Pierre-Yves David
-
run-tests: clarify pyexename assignementFri, 02 Jul 2021 22:53:17 +0200, by Pierre-Yves David
-
run-tests: factor appdata outFri, 02 Jul 2021 22:50:43 +0200, by Pierre-Yves David
-
run-tests: unroll a non-so-one-linerFri, 02 Jul 2021 22:48:47 +0200, by Pierre-Yves David
-
run-tests: unroll a non-so-one-linerFri, 02 Jul 2021 22:48:35 +0200, by Pierre-Yves David
-
testing: fix _timeout_factorFri, 02 Jul 2021 20:18:42 +0200, by Pierre-Yves David
-
exchange: use "served" repo filter to guess what the server will publishSat, 03 Jul 2021 10:21:16 +0300, by Anton Shestakov
-
rust: Document the DirstateMapMethods traitThu, 01 Jul 2021 18:51:18 +0200, by Simon Sapin
-
dirstate: document the dirstatetuple contentFri, 02 Jul 2021 02:36:07 +0200, by Pierre-Yves David
-
dirstate: explicitely deal with the `added` case in `_addpath`Fri, 02 Jul 2021 02:17:31 +0200, by Pierre-Yves David
-
dirstate: add an explicit `possibly_dirty` parameter to `_addpath`Fri, 02 Jul 2021 02:17:18 +0200, by Pierre-Yves David
-
dirstate: add an explicit `from_p2` parameter to `_addpath`Fri, 02 Jul 2021 02:01:10 +0200, by Pierre-Yves David
-
dirstate: add default value to _addpathFri, 02 Jul 2021 02:05:47 +0200, by Pierre-Yves David
-
dirstate: move the _rangemask filtering closer to its storageFri, 02 Jul 2021 01:02:46 +0200, by Pierre-Yves David
-
dirstate: introduce a symbolic constant for the AMBIGUOUS_TIME markerThu, 01 Jul 2021 19:15:30 +0200, by Pierre-Yves David
-
dirstate: introduce a symbolic constant for the NONNORMAL markerThu, 01 Jul 2021 19:15:22 +0200, by Pierre-Yves David
-
dirstate: introduce a symbolic constant for the FROM_P2 markerThu, 01 Jul 2021 19:04:11 +0200, by Pierre-Yves David
-
dirstate: split a not-so-one-linerThu, 01 Jul 2021 18:59:29 +0200, by Pierre-Yves David
-
dirstate: split a not-so-one-linerThu, 01 Jul 2021 18:57:35 +0200, by Pierre-Yves David
-
dirstate: split a not-so-one-linerThu, 01 Jul 2021 18:56:34 +0200, by Pierre-Yves David
-
dirstate-tree: Keep a counter of descendant nodes that have an entryMon, 28 Jun 2021 16:50:19 +0200, by Simon Sapin
-
dirstate: Removed unused instances of `DirsMultiset`Mon, 28 Jun 2021 15:52:10 +0200, by Simon Sapin
-
dirstate-v2: Use 32-bit integers instead of 64-bit for offsetsMon, 28 Jun 2021 15:41:50 +0200, by Simon Sapin
-
status: Extend read_dir caching to directories with ignored filesThu, 24 Jun 2021 21:54:14 +0200, by Simon Sapin
-
dirstate-v2: Drop cached read_dir results after .hgignore changesFri, 04 Jun 2021 15:26:38 +0200, by Simon Sapin
-
censor: split the core of the logic into its own functionTue, 22 Jun 2021 22:52:08 +0200, by Pierre-Yves David
-
censor: migrate the logic to a set of `censor_revs`Tue, 22 Jun 2021 23:20:32 +0200, by Pierre-Yves David
-
censor: rename `rl` to `revlog` in the main functionTue, 22 Jun 2021 22:35:37 +0200, by Pierre-Yves David
-
censor: extract the part about creating and opening new files in a functionTue, 22 Jun 2021 22:28:51 +0200, by Pierre-Yves David
-
censor: extract the part about recomputing delta in a functionTue, 22 Jun 2021 22:10:22 +0200, by Pierre-Yves David
-
censor: extract the part about writing the other revision in a functionTue, 22 Jun 2021 21:49:31 +0200, by Pierre-Yves David
-
censor: extract the part about writing the censored revision in a functionTue, 22 Jun 2021 21:41:33 +0200, by Pierre-Yves David
-
censor: put the tuple of open files in an explicit variableTue, 22 Jun 2021 21:22:55 +0200, by Pierre-Yves David
-
revlog: rewrite `censors.py` to `rewrite.py`Tue, 22 Jun 2021 11:09:25 +0200, by Pierre-Yves David
-
copies: Keep changelog sidedata file open during copy tracingThu, 17 Jun 2021 19:48:25 +0200, by Simon Sapin
-
purge: restore the `testedwith` declarationTue, 22 Jun 2021 13:18:29 -0400, by Matt Harbison
-
rust: remove dead utils moduleMon, 21 Jun 2021 17:29:22 +0200, by Raphaël Gomès
-
rebase: use str-keyed opts in remaining placesMon, 21 Jun 2021 10:01:55 -0700, by Martin von Zweigbergk
-
rebase: keep str-keyed opts long enough to make `action` a strMon, 21 Jun 2021 09:54:36 -0700, by Martin von Zweigbergk
-
benchmarks: restore `output` variable lost in D10884Tue, 22 Jun 2021 08:24:27 -0700, by Martin von Zweigbergk
-
censor: implement censoring for revlogv2Mon, 07 Jun 2021 11:59:27 +0200, by Pierre-Yves David
-
deltas: at a `target_rev` parameter to finddeltainfoSun, 20 Jun 2021 23:05:58 +0200, by Pierre-Yves David
-
revlog: list older-but-still-around file in `files`Wed, 09 Jun 2021 19:47:29 +0200, by Pierre-Yves David
-
revlog: add docket method to request new content filesSat, 29 May 2021 00:11:12 +0200, by Pierre-Yves David
-
revlog: add a way to keep track of older uids in the docketThu, 20 May 2021 21:47:09 +0200, by Pierre-Yves David
-
revlog: factor the logic to determine the delta compression outMon, 21 Jun 2021 15:00:53 +0200, by Pierre-Yves David
-
nodemap: fix some comment formattingThu, 10 Jun 2021 00:16:54 +0200, by Pierre-Yves David
-
revlogv2: fix `hg verify` with revlog v2Wed, 09 Jun 2021 12:19:42 +0200, by Pierre-Yves David
-
revlogv2: also test that local clone worksTue, 08 Jun 2021 02:34:59 +0200, by Pierre-Yves David
-
clone: also report the bookmark file as copiedTue, 08 Jun 2021 03:56:33 +0200, by Pierre-Yves David
-
clone: reuse the stream clone logic for local cloneTue, 08 Jun 2021 02:06:45 +0200, by Pierre-Yves David
-
copyfiles: add a way to relax the file system checking for hardlinkWed, 09 Jun 2021 15:33:58 +0200, by Pierre-Yves David
-
copyfile: add a option callback for failed hardlinkingTue, 08 Jun 2021 02:31:17 +0200, by Pierre-Yves David
-
streamingclone: extract the scanning part from the generation partTue, 08 Jun 2021 02:06:02 +0200, by Pierre-Yves David
-
vfs: add a `register_file` method on the vfs classTue, 08 Jun 2021 02:05:05 +0200, by Pierre-Yves David
-
clone: use "official" API to create local clone destinationWed, 09 Jun 2021 01:10:34 +0200, by Pierre-Yves David
-
localrepo: introduce a clone_requirements functionWed, 09 Jun 2021 01:10:26 +0200, by Pierre-Yves David
-
createrepository: allow to directly pass the target requirementsMon, 07 Jun 2021 20:40:43 +0200, by Pierre-Yves David
-
narrowbundle: use new context manager for silencing the uiFri, 18 Jun 2021 16:03:42 -0700, by Martin von Zweigbergk
-
debugbackupbundle: use new context manager for silencing the uiFri, 18 Jun 2021 16:00:58 -0700, by Martin von Zweigbergk
-
ui: add a context manager for silencing the ui (pushbuffer+popbuffer)Fri, 18 Jun 2021 15:48:51 -0700, by Martin von Zweigbergk
-
shelve: don't swallow errors that happen when reverting the working copyFri, 18 Jun 2021 14:17:43 -0700, by Martin von Zweigbergk
-
histedit: don't swallow errors that happen when updating the working copyFri, 18 Jun 2021 13:55:45 -0700, by Martin von Zweigbergk
-
histedit: don't record labels for output that we will discardFri, 18 Jun 2021 13:44:05 -0700, by Martin von Zweigbergk
-
dog-raft: work with str-keyed opts throughoutThu, 10 Jun 2021 15:56:55 -0700, by Martin von Zweigbergk
-
cmdutil: make resolvecommitoptions() work on str-keyed optsThu, 10 Jun 2021 15:45:22 -0700, by Martin von Zweigbergk
-
cmdutil: make amend() take str-keyed optsThu, 10 Jun 2021 14:55:10 -0700, by Martin von Zweigbergk
-
commit: keep opts dict str-keyed a bit longerThu, 10 Jun 2021 14:47:14 -0700, by Martin von Zweigbergk
-
dog-raft: keep opts dict str-keyed a bit longerThu, 10 Jun 2021 14:36:26 -0700, by Martin von Zweigbergk
-
cmdutil: make checknotesize() work on str-keyed optsThu, 10 Jun 2021 14:25:16 -0700, by Martin von Zweigbergk
-
amend: work mostly with str-type **opts for simplicityThu, 10 Jun 2021 10:53:43 -0700, by Martin von Zweigbergk
-
revlog: use file read caching for sidedataTue, 15 Jun 2021 12:34:14 +0200, by Simon Sapin
-
revlog: Extract low-level random-access file read caching logicTue, 08 Jun 2021 19:55:00 +0200, by Simon Sapin
-
typing: disable warnings for a couple of Windows specific attributesFri, 11 Jun 2021 23:39:31 -0400, by Matt Harbison
-
typing: suppress a false error in mercurial/revlogutils/docket.py on py2Sat, 12 Jun 2021 14:50:33 -0400, by Matt Harbison
-
transaction: simplify `undo.backupfiles` file creation with a variableWed, 09 Jun 2021 00:59:44 +0200, by Pierre-Yves David
-
transaction: narrow the error filtering when failing to rename undo fileWed, 09 Jun 2021 00:59:04 +0200, by Pierre-Yves David
-
transaction: clarify a conditionnal about version checkWed, 09 Jun 2021 01:13:09 +0200, by Pierre-Yves David
-
transaction: extract message about different version in a constantsWed, 09 Jun 2021 01:14:18 +0200, by Pierre-Yves David
-
transaction: explain why some recovery failedWed, 09 Jun 2021 01:12:03 +0200, by Pierre-Yves David
-
copyfiles: deal with existing file when hardlinkingMon, 07 Jun 2021 21:09:31 +0200, by Pierre-Yves David
-
clone: cleanup the "cleanup dir" logic used during local cloneTue, 08 Jun 2021 03:40:36 +0200, by Pierre-Yves David
-
config: add an experimental option to list all known configFri, 09 Apr 2021 17:04:39 +0200, by Pierre-Yves David
-
revlog: byteify a few error stringsSat, 12 Jun 2021 00:51:34 -0400, by Matt Harbison
-
revlog: fix a typo closing the wrong fileSat, 12 Jun 2021 00:50:03 -0400, by Matt Harbison
-
py3: byteify the version string passed to the deprecation warning methodFri, 11 Jun 2021 23:57:14 -0400, by Matt Harbison
-
urlutil: byteify several localized messagesFri, 11 Jun 2021 23:51:27 -0400, by Matt Harbison
-
urlutil: use the deprecation warning function on the `ui` objectFri, 11 Jun 2021 23:50:29 -0400, by Matt Harbison
-
dirstate-v2: Store a hash of ignore patterns (.hgignore)Wed, 02 Jun 2021 11:25:18 +0200, by Simon Sapin
-
rhg: propogate error coming from HgError::Abort to CommandErrorMon, 07 Jun 2021 17:29:32 +0530, by Pulkit Goyal
-
rhg: add exit code to HgError::Abort()Mon, 07 Jun 2021 17:27:49 +0530, by Pulkit Goyal
-
rhg: split non_repo_config and `--config` loading in different functionsMon, 07 Jun 2021 17:19:46 +0530, by Pulkit Goyal
-
rhg: look for repository in ancestors also instead of cwd onlyMon, 24 May 2021 16:27:54 +0530, by Pulkit Goyal
-
rhg: read [paths] for `--repository` valueSun, 11 Apr 2021 00:50:10 +0530, by Pulkit Goyal
-
merge: with stableMon, 07 Jun 2021 17:10:35 -0400, by Augie Fackler
-
revlog: allow to pass an existing docket to `_loadindex()`Sun, 30 May 2021 18:09:29 +0200, by Pierre-Yves David
-
revlog: add a ways to blacklist some revision when searching for a deltaSun, 30 May 2021 18:10:15 +0200, by Pierre-Yves David
-
util: add `nb_bytes` argument to `copyfile` to partially copy a fileSun, 30 May 2021 18:08:52 +0200, by Pierre-Yves David
-
revlog: move `revisioninfo` in `revlogutils`Sun, 30 May 2021 16:20:36 +0200, by Pierre-Yves David
-
revlog: use the `entry` function in bundlerepoSun, 30 May 2021 17:11:49 +0200, by Pierre-Yves David
-
revlog: use entry in revlogv0.pySun, 30 May 2021 17:11:21 +0200, by Pierre-Yves David
-
revlog: use the new `entry` function in revlog.pySun, 30 May 2021 17:11:10 +0200, by Pierre-Yves David
-
revlog: add a function to build index entry tupleSun, 30 May 2021 17:10:56 +0200, by Pierre-Yves David
-
revlog: move `offset_type` to `revlogutils`Sun, 30 May 2021 16:19:36 +0200, by Pierre-Yves David
-
revlog: move entry documentation alongside new related constantsSat, 22 May 2021 00:06:22 +0200, by Pierre-Yves David
-
censor: drop size limitation on the tombstoneFri, 21 May 2021 20:08:11 +0200, by Pierre-Yves David
-
revlog: move censoring code in a dedicated moduleSat, 29 May 2021 00:11:56 +0200, by Pierre-Yves David
-
censor: reduce risk of censor test blowing up output limitSat, 29 May 2021 00:11:32 +0200, by Pierre-Yves David
-
revlog: store sidedata in their own fileFri, 28 May 2021 23:41:17 +0200, by Pierre-Yves David
-
revlog: fix docket.date_filepath docstringFri, 28 May 2021 23:41:12 +0200, by Pierre-Yves David
-
revlog: use dedicated code for reading sidedataThu, 27 May 2021 04:09:30 +0200, by Pierre-Yves David
-
revlog: simplify "partial read" error messageThu, 27 May 2021 04:09:10 +0200, by Pierre-Yves David
-
revlog: no longer return sidedata from `_revisiondata`Thu, 27 May 2021 03:41:02 +0200, by Pierre-Yves David
-
revlog: use `self.sidedata` directly in `revlog.clone`Thu, 27 May 2021 03:28:15 +0200, by Pierre-Yves David
-
revlog: use `self.sidedata` directly to construct changelogrevisionThu, 27 May 2021 03:23:34 +0200, by Pierre-Yves David
-
revlog: implement sidedata without using _revisiondataThu, 27 May 2021 03:21:53 +0200, by Pierre-Yves David
-
revlogv2: drop "sidedatacompression" from the list of todosFri, 28 May 2021 23:44:58 +0200, by Pierre-Yves David
-
rust: Use a maintained crate for SHA-1 hashingWed, 02 Jun 2021 10:00:50 +0200, by Simon Sapin
-
rust: Parse "subinclude"d files along the way, not laterWed, 02 Jun 2021 18:03:43 +0200, by Simon Sapin
-
rust: Make some file path parameters less genericWed, 02 Jun 2021 18:14:44 +0200, by Simon Sapin
-
convert-bazaar: use breezy package instead of old bzr oneMon, 26 Apr 2021 22:59:56 +0200, by Raphaël Gomès
-
bzr: only support bzr conversion on Python3Wed, 21 Apr 2021 10:58:21 +0200, by Raphaël Gomès
-
rewriteutil: add pointer to help text when rewrite would cause divergenceTue, 01 Jun 2021 22:38:29 -0700, by Martin von Zweigbergk
-
rhg: Add support for dirstate-v2Tue, 25 May 2021 09:20:30 +0200, by Simon Sapin
-
rhg: Remove some intermediate Vecs in `rhg files`Wed, 26 May 2021 11:53:37 +0200, by Simon Sapin
-
merge: make applyupdates() not mutate mresult argumentTue, 01 Jun 2021 15:19:08 -0700, by Martin von Zweigbergk
-
index: use an explicit constant for INDEX_HEADER format and use it for docketThu, 03 Jun 2021 16:12:03 +0200, by Pierre-Yves David
-
verify: use some intermediate variables instead of a multi-linerTue, 01 Jun 2021 09:18:27 +0200, by Pierre-Yves David
-
verify: use some intermediate variables instead of a multi-linerTue, 01 Jun 2021 09:18:20 +0200, by Pierre-Yves David
-
verify: use some intermediate variables instead of a multi-linerTue, 01 Jun 2021 09:14:58 +0200, by Pierre-Yves David
-
verify: use some intermediate variables instead of a multi-linerTue, 01 Jun 2021 09:13:33 +0200, by Pierre-Yves David
-
verify: use some intermediate variables instead of a multi-linerTue, 01 Jun 2021 09:11:54 +0200, by Pierre-Yves David
-
verify: use some intermediate variables instead of a multi-linerTue, 01 Jun 2021 09:11:07 +0200, by Pierre-Yves David
-
verify: use some intermediate variables instead of a multi-linerTue, 01 Jun 2021 09:11:01 +0200, by Pierre-Yves David
-
verify: use some intermediate variables instead of a multi-linerTue, 01 Jun 2021 09:09:01 +0200, by Pierre-Yves David
-
verify: use some intermediate variables instead of a multi-linerTue, 01 Jun 2021 09:06:33 +0200, by Pierre-Yves David
-
verify: use some intermediate variables instead of a multi-linerTue, 01 Jun 2021 09:05:53 +0200, by Pierre-Yves David
-
verify: use some intermediate variables instead of a multi-linerTue, 01 Jun 2021 09:05:23 +0200, by Pierre-Yves David
-
verify: use some intermediate variables instead of a multi-linerTue, 01 Jun 2021 09:03:48 +0200, by Pierre-Yves David
-
verify: use some intermediate variables instead of a multi-linerTue, 01 Jun 2021 09:03:24 +0200, by Pierre-Yves David
-
verify: use some intermediate variables instead of a multi-linerTue, 01 Jun 2021 09:01:23 +0200, by Pierre-Yves David
-
verify: use some intermediate variables instead of a multi-linerTue, 01 Jun 2021 08:59:50 +0200, by Pierre-Yves David
-
verify: use some intermediate variables instead of a multi-linerTue, 01 Jun 2021 08:59:07 +0200, by Pierre-Yves David
-
verify: expand a one liner into explicit commandsTue, 01 Jun 2021 08:58:53 +0200, by Pierre-Yves David
-
verify: align a comment lineTue, 01 Jun 2021 08:54:53 +0200, by Pierre-Yves David
-
dirstate-v2: Drop parent directory cache when removing a dirstate nodeTue, 01 Jun 2021 16:55:59 +0200, by Simon Sapin
-
dirstate-v2: Add --dirs to debugdirstate commandMon, 31 May 2021 19:54:41 +0200, by Simon Sapin
-
dirstate-v2: Write .hg/dirstate back to disk on directory cache changesMon, 31 May 2021 18:35:44 +0200, by Simon Sapin
-
dirstate-v2: Skip readdir in status based on directory mtimeFri, 28 May 2021 11:48:59 +0200, by Simon Sapin
-
dirstate-v2: Allow tree nodes without an entry to store a timestampThu, 27 May 2021 18:40:54 +0200, by Simon Sapin
-
dirstate-tree: Change status() results to not borrow DirstateMapFri, 28 May 2021 20:07:27 +0200, by Simon Sapin
-
dirstate-tree: Fix status algorithm with unreadable directoryFri, 28 May 2021 12:16:14 +0200, by Simon Sapin
-
docket: make compatible with py3.6, where Struct.format is bytesTue, 25 May 2021 16:46:32 -0700, by Martin von Zweigbergk
-
packaging: disable rust extensions again on CentOS stableTue, 15 Jun 2021 09:06:12 +0200, by Mathias De Mare
-
cext: fix memory leak in phases computation stableSun, 06 Jun 2021 01:24:30 +0200, by Georges Racinet
-
revlogv2: make sure bundling pick a compatible bundle formatSun, 30 May 2021 22:12:48 +0200, by Pierre-Yves David
-
censor: do not process sidedata of censored revision while bundlingSun, 30 May 2021 20:42:51 +0200, by Pierre-Yves David
-
changegroup: fix deltachunk API to be consistent from one class to anotherFri, 28 May 2021 20:00:27 +0200, by Pierre-Yves David
-
fuzz: add hg to sys.path when constructing mpatch corpusThu, 27 May 2021 12:10:59 -0400, by Augie Fackler
-
dirstate-tree: Skip readdir() in `hg status -mard`Wed, 19 May 2021 16:18:16 +0200, by Simon Sapin
-
dirstate-v2: Parse the dirstate lazily, with copy-on-write nodesWed, 19 May 2021 13:15:00 +0200, by Simon Sapin
-
dirstate-v2: Make the dirstate bytes buffer available in more placesWed, 19 May 2021 13:15:00 +0200, by Simon Sapin
-
dirstate-v2: Make more APIs fallible, returning ResultWed, 19 May 2021 13:15:00 +0200, by Simon Sapin
-
dirstate-v2: Add a zero-size error type for dirstate v2 parse errorsWed, 19 May 2021 13:15:00 +0200, by Simon Sapin