Mercurial > hg
graph
-
rhg: Print "bad match" errors in rhg statusMon, 13 Dec 2021 14:37:16 +0100, by Simon Sapin
-
share: make it possible to control the working copy format variantTue, 07 Dec 2021 15:14:08 +0100, by Pierre-Yves David
-
share: move the requirement initialisation code aroundTue, 07 Dec 2021 14:51:45 +0100, by Pierre-Yves David
-
test: use `hg debugrequires` instead of `cat` in some testsWed, 08 Dec 2021 05:35:32 +0100, by Pierre-Yves David
-
test: simplify `debugformat` matching in test-phases.tWed, 08 Dec 2021 05:42:01 +0100, by Pierre-Yves David
-
test: simplify `debugformat` matching in test-copies-chain-mergeTue, 07 Dec 2021 23:49:35 +0100, by Pierre-Yves David
-
status: when extracting arguments from `opts`, use the same default valuesTue, 07 Dec 2021 15:53:55 -0800, by Kyle Lippincott
-
directaccess: fix uses of commands.status() that don't go through flag parsingTue, 07 Dec 2021 15:48:22 -0800, by Kyle Lippincott
-
test: add test for a former race resulting in bad dirstateSun, 07 Nov 2021 16:25:42 -0500, by Valentin Gatien-Baron
-
rhg: fix a crash on non-generaldelta revlogsTue, 07 Dec 2021 18:57:43 +0000, by Arseniy Alekseyev
-
rhg: centralize index header parsingTue, 07 Dec 2021 18:12:13 +0000, by Arseniy Alekseyev
-
rhg: demonstrate that rhg breaks on non-generaldelta revlogsTue, 07 Dec 2021 17:50:19 +0000, by Arseniy Alekseyev
-
tests: add a short `sleep` in test-status.tFri, 10 Dec 2021 23:08:25 +0100, by Simon Sapin
-
rhg: Add support for `rhg status --copies`Fri, 10 Dec 2021 16:18:58 +0100, by Simon Sapin
-
rhg: refactor relativize_path into a struct + methodFri, 10 Dec 2021 16:57:39 +0100, by Simon Sapin
-
rhg: refactor display_status_paths with a struct for common argumentsFri, 10 Dec 2021 16:31:16 +0100, by Simon Sapin
-
rhg: Add support for ui.ignore and ui.ignore.* configFri, 10 Dec 2021 14:27:00 +0100, by Simon Sapin
-
doc: remove a spurious ^L in some docFri, 10 Dec 2021 17:20:21 +0100, by Pierre-Yves David
-
upgrade: drop some dead codeMon, 06 Dec 2021 21:30:32 +0100, by Pierre-Yves David
-
upgrade: only process revlogs that needs it by defaultMon, 06 Dec 2021 17:54:39 +0100, by Pierre-Yves David
-
upgrade: issue a message when a revlog type has to be upgradedMon, 06 Dec 2021 17:13:26 +0100, by Pierre-Yves David
-
upgrade: explicitly warn when a `--no-xxx` flag is overwrittenMon, 06 Dec 2021 17:12:21 +0100, by Pierre-Yves David
-
upgrade: make the list of explicitly specified revlog a dictMon, 06 Dec 2021 14:40:13 +0100, by Pierre-Yves David
-
upgrade: move the revlog selection code lower down the chainMon, 06 Dec 2021 11:59:48 +0100, by Pierre-Yves David
-
rhg: Set second_ambiguous as needed in post-status fixupThu, 09 Dec 2021 10:55:17 +0100, by Simon Sapin
-
dirstate: Document Timestamp.second_ambiguousThu, 09 Dec 2021 10:23:41 +0100, by Simon Sapin
-
hghave: fix the check for suid on platforms lacking support stableMon, 13 Dec 2021 00:18:31 -0500, by Matt Harbison
-
rhg: support the new extension suboptions syntaxTue, 07 Dec 2021 12:34:58 +0100, by Raphaël Gomès
-
branching: merge stable into defaultWed, 08 Dec 2021 10:14:37 +0100, by Raphaël Gomès
-
dirstate-v2: fix upgrade on an empty repository stableMon, 06 Dec 2021 10:08:04 +0100, by Pierre-Yves David
-
dirstate-v2: test upgrade without rust too stableMon, 06 Dec 2021 10:52:40 +0100, by Pierre-Yves David
-
upgrade: don't use `dd status=none` in the test stableTue, 07 Dec 2021 10:03:00 +0100, by Pierre-Yves David
-
test-upgrade: narrow the `debugformat` call when upgrading to dirstate-v2 stableMon, 06 Dec 2021 10:23:51 +0100, by Pierre-Yves David
-
filemerge: remove `premerge` argument from `_makebackup()`Mon, 06 Dec 2021 12:30:54 -0800, by Martin von Zweigbergk
-
filemerge: inline `_filemerge()` into `filemerge()`Fri, 03 Dec 2021 22:45:35 -0800, by Martin von Zweigbergk
-
filemerge: make `_filemerge()` do both premerge and mergeFri, 03 Dec 2021 21:41:43 -0800, by Martin von Zweigbergk
-
filemerge: merge `premerge()` into `filemerge()`Fri, 03 Dec 2021 16:21:46 -0800, by Martin von Zweigbergk
-
mergestate: inline `_resolve()` into `resolve()`Fri, 03 Dec 2021 15:43:54 -0800, by Martin von Zweigbergk
-
mergestate: make `_resolve()` do both preresolve and resolveFri, 03 Dec 2021 13:53:02 -0800, by Martin von Zweigbergk
-
mergestate: merge `preresolve()` into `resolve()`Thu, 02 Dec 2021 22:59:36 -0800, by Martin von Zweigbergk
-
tests: remove unnecessary explicit args from `failfilemerge.py`Fri, 03 Dec 2021 21:50:25 -0800, by Martin von Zweigbergk
-
simplemerge: set `conflicts` earlier for :union toolMon, 29 Nov 2021 23:00:29 -0800, by Martin von Zweigbergk
-
downgrade: don't assume existence of nodemap files when downgrading stableThu, 25 Nov 2021 18:26:50 +0100, by Raphaël Gomès
-
typo: s/unkown/unknown across the codebaseFri, 26 Nov 2021 11:53:54 +0100, by Raphaël Gomès
-
rhg: Update the dirstate on disk after statusThu, 25 Nov 2021 18:33:51 +0100, by Simon Sapin
-
rhg: Add Repo::write_dirstateThu, 02 Dec 2021 15:10:03 +0100, by Simon Sapin
-
rhg: Add lazy/cached dirstate data file ID parsing on RepoThu, 02 Dec 2021 12:05:36 +0100, by Simon Sapin
-
rhg: Make Repo::dirstate_parents a LazyCellMon, 29 Nov 2021 19:00:11 +0100, by Simon Sapin
-
rust: Add Vfs::write_atomicMon, 29 Nov 2021 18:46:04 +0100, by Simon Sapin
-
rhg: Initial repository lockingMon, 22 Mar 2021 09:07:10 +0100, by Simon Sapin
-
rust: Serializing a DirstateMap does not mutate it anymoreMon, 29 Nov 2021 17:37:08 +0100, by Simon Sapin
-
rhg: don't run `blackbox` if not activatedFri, 26 Nov 2021 15:07:59 +0100, by Raphaël Gomès
-
rust: add function to check if an extension is enabledFri, 26 Nov 2021 15:05:58 +0100, by Raphaël Gomès
-
dirstate: remove unused methodFri, 03 Dec 2021 15:06:40 +0100, by Raphaël Gomès
-
fsmonitor: fix criteria for nonnormalset computation stableTue, 07 Dec 2021 15:01:30 +0100, by Raphaël Gomès
-
fsmonitor: incorporate fixes for Python 3.10 (issue6612) stableMon, 06 Dec 2021 11:10:59 +0100, by Raphaël Gomès
-
python2-compat: fix extensions' tests on python2Sat, 04 Dec 2021 03:51:33 +0100, by Pierre-Yves David
-
rhg: add support for narrow clones and sparse checkoutsTue, 16 Nov 2021 11:53:58 +0000, by Arseniy Alekseyev
-
update: reformat the `commands.update.check` helpFri, 03 Dec 2021 14:36:40 +0100, by Pierre-Yves David
-
update: properly overwrite `check` config with `--no-` variantsFri, 03 Dec 2021 12:03:23 +0100, by Pierre-Yves David
-
update: add a test for `--merge` overriding the "abort" configFri, 03 Dec 2021 12:19:36 +0100, by Pierre-Yves David
-
update: use long version of the flag in the testFri, 03 Dec 2021 12:01:00 +0100, by Pierre-Yves David
-
backout: backed out changeset 5d83a40cd3f8Mon, 22 Nov 2021 10:47:12 +0100, by Raphaël Gomès
-
status: keep second-ambiguous mtimes during fixupWed, 24 Nov 2021 05:00:28 +0100, by Pierre-Yves David
-
dirstate-item: make sure we load `mtime-second-ambiguous` from diskWed, 24 Nov 2021 04:43:57 +0100, by Pierre-Yves David
-
dirstate-item: make sure we set the mtime-second-ambiguous on v2 writeWed, 24 Nov 2021 05:00:06 +0100, by Pierre-Yves David
-
dirstate-item: ignore mtime to write v1 when `mtime-second-ambiguous` is setWed, 24 Nov 2021 04:59:48 +0100, by Pierre-Yves David
-
dirstate-item: implement the comparison logic for mtime-second-ambiguousWed, 24 Nov 2021 04:51:05 +0100, by Pierre-Yves David
-
dirstate-item: add a "second_ambiguous` flag in the mtime tupleWed, 24 Nov 2021 04:40:00 +0100, by Pierre-Yves David
-
dirstate: drop comparison primitive on the timestamp classTue, 23 Nov 2021 19:27:17 +0100, by Pierre-Yves David
-
largefile: use the proper "mtime boundary" logic during fixupTue, 23 Nov 2021 18:13:33 +0100, by Pierre-Yves David
-
status: move the boundary comparison logic within the timestamp moduleTue, 23 Nov 2021 18:03:51 +0100, by Pierre-Yves David
-
tests: remove potential mtime ambiguity in a dirstate testTue, 23 Nov 2021 18:11:42 +0100, by Pierre-Yves David
-
dirstate: cleanup remaining of "now" during writeFri, 19 Nov 2021 03:03:01 +0100, by Pierre-Yves David
-
dirstate: remove need_delay logicFri, 19 Nov 2021 03:04:42 +0100, by Pierre-Yves David
-
dirstate: remove `lastnormaltime` mechanismMon, 25 Oct 2021 11:36:22 +0200, by Pierre-Yves David
-
status: use filesystem time boundary to invalidate racy mtimeThu, 18 Nov 2021 13:12:40 +0100, by Pierre-Yves David
-
test: use a different timestamp for the updated fileThu, 18 Nov 2021 15:00:13 +0100, by Pierre-Yves David
-
win32text: drop associated dirstate cache information on revertTue, 23 Nov 2021 03:22:30 +0100, by Pierre-Yves David
-
dirstate: stop gathering parentfiledata in update_fileWed, 17 Nov 2021 20:27:27 +0100, by Pierre-Yves David
-
dirstate: stop gathering parentfiledata in update_file_p1Wed, 17 Nov 2021 20:26:33 +0100, by Pierre-Yves David
-
dirstate: make it mandatory to provide parentfiledata in `set_clean`Wed, 17 Nov 2021 20:26:14 +0100, by Pierre-Yves David
-
dirstate: do no use `set_clean` in revertMon, 22 Nov 2021 15:58:51 +0100, by Pierre-Yves David
-
status: adapt the "keyword" extensions to gather stats at lookup timeThu, 18 Nov 2021 22:49:05 +0100, by Pierre-Yves David
-
status: adapt largefile to gather stats at lookup timeThu, 18 Nov 2021 22:46:50 +0100, by Pierre-Yves David
-
status: gather fixup info at comparison timeWed, 17 Nov 2021 23:37:47 +0100, by Pierre-Yves David
-
update: filter the ambiguous mtime in update directlyWed, 17 Nov 2021 10:22:15 +0100, by Pierre-Yves David
-
dirstate: move "get fs now" in the timestamp utility moduleWed, 17 Nov 2021 12:24:00 +0100, by Pierre-Yves David
-
dirstate-item: allow mtime to be None in "parentdata"Wed, 17 Nov 2021 10:26:48 +0100, by Pierre-Yves David
-
dirstate: add a comment about a racy piece of code during updatesWed, 17 Nov 2021 02:58:44 +0100, by Pierre-Yves David
-
tests: add missing `head` for when things go wrongMon, 25 Oct 2021 15:11:53 +0200, by Raphaël Gomès
-
tests: ensure a status will have non ambiguous mtime in some race testTue, 23 Nov 2021 16:32:56 +0100, by Pierre-Yves David
-
tests: make sure no ambiguities remains after the commitThu, 18 Nov 2021 00:08:57 +0100, by Pierre-Yves David
-
dirstate: clarify a `hg update` invocation in a testThu, 04 Nov 2021 17:49:25 +0100, by Pierre-Yves David
-
test: mark rhg output as flakyWed, 01 Dec 2021 00:04:29 +0100, by Pierre-Yves David
-
chistedit: explain which order the commits are presented inMon, 18 Oct 2021 12:30:53 -0700, by Martin von Zweigbergk
-
errors: use detailed error for invalid commit-extras argumentMon, 22 Nov 2021 17:21:55 -0800, by Martin von Zweigbergk
-
errors: use detailed exit code in pathauditorFri, 19 Nov 2021 16:21:00 -0800, by Martin von Zweigbergk
-
errors: use detailed exit code for RepoLookupErrorFri, 19 Nov 2021 16:16:21 -0800, by Martin von Zweigbergk
-
errors: use detailed exit code for detected case-collisionFri, 19 Nov 2021 15:40:56 -0800, by Martin von Zweigbergk
-
errors: use detailed exit code when trying to merge file outside narrowspecFri, 19 Nov 2021 15:39:35 -0800, by Martin von Zweigbergk
-
errors: use detailed exit code for non-integer number of diff context linesFri, 19 Nov 2021 15:38:36 -0800, by Martin von Zweigbergk
-
patch: add hint about mangled whitespace on bad patchFri, 19 Nov 2021 09:17:30 -0800, by Martin von Zweigbergk
-
errors: return more detailed errors when failing to parse or apply patchFri, 19 Nov 2021 12:57:53 -0800, by Martin von Zweigbergk
-
extensions: add a default "*" suboptions prefixFri, 26 Nov 2021 17:22:14 +0100, by Pierre-Yves David
-
extension: add a `required` suboption to enforce the use of an extensionsFri, 26 Nov 2021 17:17:49 +0100, by Pierre-Yves David
-
extensions: highlight the name of the faulty extensions in the error messageMon, 29 Nov 2021 13:09:04 +0100, by Pierre-Yves David
-
extensions: refactor handling of loading error make it reusableFri, 26 Nov 2021 16:55:34 +0100, by Pierre-Yves David
-
extensions: ignore "sub-options" when looking for extensionsFri, 26 Nov 2021 16:51:58 +0100, by Pierre-Yves David
-
automation: support Python 3.10 on WindowsTue, 23 Nov 2021 17:52:38 -0800, by Gregory Szorc
-
contrib: update Windows environment to Python 3.9.9Mon, 15 Nov 2021 20:10:50 -0800, by Gregory Szorc
-
rhg: implement the debugignorerhg subcommandMon, 29 Nov 2021 14:07:47 +0000, by Arseniy Alekseyev
-
rhg: refactor to use IgnoreFnType alias more widelyMon, 29 Nov 2021 14:06:41 +0000, by Arseniy Alekseyev
-
rhg: only complain about poorly configured fallback when falling backThu, 11 Nov 2021 14:26:25 +0000, by Arseniy Alekseyev
-
packaging: bump pygit2 to 1.7.1Wed, 24 Nov 2021 20:51:01 -0500, by Matt Harbison
-
packaging: bump windows_curses to 2.3.0Wed, 24 Nov 2021 20:45:27 -0500, by Matt Harbison
-
packaging: regenerate the requirements files with pip-tools 6.4.0Wed, 24 Nov 2021 20:43:05 -0500, by Matt Harbison
-
rhg: Add support for `rhg status -n`Fri, 26 Nov 2021 15:59:09 +0100, by Simon Sapin
-
filemerge: simplify slightly by using filectx.decodeddata()Fri, 19 Nov 2021 18:48:34 -0800, by Martin von Zweigbergk
-
filemerge: rename _formatconflictmarker() since it formats a labelFri, 19 Nov 2021 18:14:25 -0800, by Martin von Zweigbergk
-
rhg: Fix status desambiguation of symlinks and executable filesTue, 23 Nov 2021 20:04:22 +0100, by Simon Sapin
-
rhg: Rename cat_file_is_modifiedTue, 23 Nov 2021 19:40:29 +0100, by Simon Sapin
-
rhg: Also parse flags in the manifest parserTue, 23 Nov 2021 19:39:51 +0100, by Simon Sapin
-
rhg: Propogate manifest parse errors instead of panickingTue, 23 Nov 2021 18:27:42 +0100, by Simon Sapin
-
tests: Adapt test-basic.t expected output for rhgFri, 19 Nov 2021 17:34:48 +0100, by Simon Sapin
-
rhg: Colored output is not supportedTue, 09 Nov 2021 19:28:13 +0100, by Simon Sapin
-
rhg: [encode] and [decode] config sections are not supportedTue, 09 Nov 2021 19:09:57 +0100, by Simon Sapin
-
rhg: Config commands.status.terse is not supportedTue, 09 Nov 2021 18:56:55 +0100, by Simon Sapin
-
rhg: Propagate config errors in `rhg status`Tue, 09 Nov 2021 18:39:37 +0100, by Simon Sapin
-
rhg: $HG_PENDING is not supportedTue, 09 Nov 2021 17:09:40 +0100, by Simon Sapin
-
rhg: Enable `rhg status` in most testsTue, 09 Nov 2021 19:55:46 +0100, by Simon Sapin
-
dockerrpm: always use current user and group stableWed, 17 Nov 2021 13:28:22 +0100, by Mathias De Mare
-
cext: fix Python 3.11 compatibility - Py_SIZE is not an lvalue (issue6610) stableThu, 18 Nov 2021 12:31:37 +0100, by Mads Kiilerich
-
branching: merge stable into defaultFri, 19 Nov 2021 11:20:10 +0100, by Raphaël Gomès
-
cext: define S_IFLNK on Python 2.7 and Windows stableMon, 15 Nov 2021 19:53:01 -0800, by Gregory Szorc
-
tests: dd status=noxfer is not portable (issue6523) stableMon, 15 Nov 2021 12:03:28 +0100, by Thomas Klausner
-
tests: use more portable mkdir -p instead of --parents (issue6591) stableMon, 15 Nov 2021 00:15:21 +0100, by Thomas Klausner
-
tests: fix test-censor by improving regexp (issue6585) stableMon, 15 Nov 2021 00:08:02 +0100, by Thomas Klausner
-
ci: stop running with Python 2Wed, 10 Nov 2021 08:09:34 -0800, by Martin von Zweigbergk
-
internals: typo pass on the dirstate-v2 help file stableWed, 10 Nov 2021 11:43:22 +0100, by Raphaël Gomès
-
dirstate-v2: fix confusion between requirement and format config variable stableWed, 10 Nov 2021 11:42:13 +0100, by Raphaël Gomès
-
internals: correct dirstate-v2 format variable in the documentation stableWed, 10 Nov 2021 10:58:13 +0100, by Raphaël Gomès
-
hghave: update dirstate-v2 format config option stableWed, 10 Nov 2021 10:50:54 +0100, by Raphaël Gomès
-
merge: with stableWed, 10 Nov 2021 14:54:55 -0500, by Augie Fackler
-
tests: accept alternative privileged port allocation failure stableTue, 09 Nov 2021 02:19:43 +0100, by pacien
-
tests: allow the true command to be provided by coreutils stableTue, 09 Nov 2021 02:16:43 +0100, by pacien
-
rhg: more efficient `HgPath::join`Tue, 26 Oct 2021 19:47:30 +0100, by Arseniy Alekseyev
-
relnotes: update 6.0 with the last changes for the releaseTue, 09 Nov 2021 15:25:38 +0100, by Raphaël Gomès
-
rhg: Fix `rhg status` file content comparisonTue, 09 Nov 2021 15:43:29 +0100, by Simon Sapin
-
rhg: make it possible to opt out of `rhg cat`Wed, 27 Oct 2021 19:37:46 +0100, by Arseniy Alekseyev
-
tests: run the whole hg-core/path_auditor test in a clean temp dir stableTue, 09 Nov 2021 02:00:25 +0100, by pacien
-
fsmonitor: fix traceback after removal of nonnormalset (issue6600)Wed, 20 Oct 2021 10:25:51 +0200, by Raphaël Gomès
-
fsmonitor: fix traceback about bytes and str incompatibilityWed, 20 Oct 2021 10:26:39 +0200, by Raphaël Gomès
-
backout: backed out changeset 67d14d4e036cWed, 27 Oct 2021 15:18:52 +0200, by Raphaël Gomès
-
backout: backed out changeset f78d8b8c46d7Wed, 27 Oct 2021 12:07:58 +0200, by Raphaël Gomès
-
relnotes: clear next release notesThu, 04 Nov 2021 12:35:05 +0100, by Raphaël Gomès
-
relnotes: add 6.0 release notesThu, 04 Nov 2021 12:34:51 +0100, by Raphaël Gomès
-
relnotes: fix wrong command name in 5.9 relnotes stableThu, 04 Nov 2021 09:55:37 +0100, by Raphaël Gomès
-
pyoxidizer: use in-memory resources on non-Windows platformsWed, 03 Nov 2021 14:11:11 -0700, by Kyle Lippincott
-
compat: don't rely on cpython-specific builtins manipulationWed, 03 Nov 2021 12:35:57 +0100, by Raphaël Gomès
-
rust-format: update rustfmt versionWed, 03 Nov 2021 17:06:01 +0100, by Raphaël Gomès
-
rust: update the minimum version of RustWed, 25 Aug 2021 17:53:19 +0200, by Raphaël Gomès
-
dirstate-v2: freeze the on-disk formatWed, 20 Oct 2021 00:57:02 +0200, by Pierre-Yves David
-
merge: with stableMon, 01 Nov 2021 14:59:07 -0400, by Augie Fackler
-
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