Wed, 22 Sep 2021 11:28:52 +0200 Simon Sapin rust: Add Python bindings for DirstateEntry as rustext.dirstate.DirstateItem
Mon, 20 Sep 2021 19:18:21 +0200 Simon Sapin rust: Align DirstateEntry internals with Python/C DirstateItem
Tue, 28 Sep 2021 09:40:57 +0200 Raphaël Gomès branching: merge stable into default
Tue, 21 Sep 2021 18:18:56 +0200 Pierre-Yves David manifestlog: also monitor `00manifest.n` when applicable stable
Tue, 21 Sep 2021 18:03:37 +0200 Pierre-Yves David changelog: also monitor `00changelog.n` when applicable (issue6554) stable
Tue, 21 Sep 2021 21:18:50 +0200 Pierre-Yves David persistent-nodemap: introduce a test to highlight possible race stable
Tue, 21 Sep 2021 21:18:44 +0200 Pierre-Yves David test: enable share-safe in test-persistent-nodemap stable
Tue, 21 Sep 2021 18:02:07 +0200 Pierre-Yves David filecache: abstract the fetching of the list of tracked file stable
Mon, 20 Sep 2021 18:18:15 +0200 Pierre-Yves David persistent-nodemap: use quiet upgrade in tests stable
Mon, 20 Sep 2021 18:08:46 +0200 Pierre-Yves David persistent-nodemap: fix a typo in a test comment stable
Wed, 22 Sep 2021 17:14:54 -0400 Valentin Gatien-Baron bookmarks: add an option to make pull mirror remote bookmarks
Thu, 23 Sep 2021 09:42:20 -0700 Martin von Zweigbergk errors: use InputError for bad path arguments to `hg annotate`
Thu, 23 Sep 2021 09:40:01 -0700 Martin von Zweigbergk errors: use InputError for bad --similarity value
Thu, 23 Sep 2021 09:38:45 -0700 Martin von Zweigbergk errors: use InputError for some invalid revsets and such
Thu, 23 Sep 2021 17:05:37 -0400 Augie Fackler merge: with stable
Thu, 23 Sep 2021 16:52:35 +0900 Yuya Nishihara dirstate: fix leak of entry object in dirstate_item_from_v1_data()
Thu, 23 Sep 2021 16:44:17 +0900 Yuya Nishihara dirstate: fix parse_dirstate() to error out if NULL entry created
Mon, 20 Sep 2021 20:55:38 +0200 Simon Sapin rust: Remove EntryState::Unknown
Mon, 20 Sep 2021 20:21:35 +0200 Simon Sapin dirstate: Remove the `state == ' '` special case
Mon, 20 Sep 2021 20:20:55 +0200 Simon Sapin debugsate: Change debug_iter() to yield tuples instead of DirstateItem
Mon, 20 Sep 2021 19:59:09 +0200 Simon Sapin debugstate: Always call dirstatemap.debug_iter()
Fri, 17 Sep 2021 13:33:45 +0200 Simon Sapin rust: Make the fields of DirstateEntry private
Mon, 20 Sep 2021 13:16:36 +0200 Simon Sapin rust: Remove support for passing a dict to the Rust pathutil.dirs()
Mon, 20 Sep 2021 12:52:32 +0200 Simon Sapin rust: Remove the `rustext.parsers` module
Fri, 17 Sep 2021 14:36:54 +0200 Simon Sapin dirstate: remove now-unused .directories() method
Fri, 17 Sep 2021 12:42:24 +0200 Simon Sapin rust: Move DirstateEntry to its own module
Mon, 20 Sep 2021 15:16:10 +0200 Raphaël Gomès patchbomb: fix traceback on outgoing when not specifying revisions stable
Mon, 20 Sep 2021 14:21:18 -0400 Matt Harbison extensions: prevent a crash on py3 with a `minimumhgversion` str value
Mon, 20 Sep 2021 14:16:10 -0400 Matt Harbison extensions: prevent a crash on py3 when testing a bad extension minimum
Mon, 20 Sep 2021 11:22:27 -0400 Matt Harbison typing: drop annotations on `mercurial/logcmdutil.walkopts` attributes
Mon, 20 Sep 2021 11:05:30 -0400 Matt Harbison util: eliminate the possibility of returning None from `versiontuple()`
Mon, 20 Sep 2021 11:03:46 -0400 Matt Harbison archival: force a `CompressionError` to bytes before passing to `error.Abort`
Mon, 20 Sep 2021 10:59:26 -0400 Matt Harbison parser: force a `ValueError` to bytes before passing to `error.ParseError`
Mon, 20 Sep 2021 10:46:35 -0400 Matt Harbison util: avoid a name-error warning in the `mmapread` exception handler
Mon, 20 Sep 2021 10:45:18 -0400 Matt Harbison typing: suppress an name-error warning in `mercurial/windows.py`
Mon, 20 Sep 2021 10:44:25 -0400 Matt Harbison typing: suppress an import-error warning in `mercurial/utils/resourceutil.py`
Mon, 20 Sep 2021 10:42:38 -0400 Matt Harbison encoding: force a few Errors to bytes before passing to `error.Abort`
Tue, 21 Sep 2021 00:16:35 -0400 Matt Harbison typing: add a fake `__init__()` to bytestr to distract pytype
Mon, 20 Sep 2021 15:51:23 -0400 Augie Fackler merge: with stable
Thu, 09 Sep 2021 10:42:28 +0200 Raphaël Gomès pep-517: remove the `build-backend` key to allow for users to build extensions stable
Wed, 15 Sep 2021 18:41:38 +0200 Pierre-Yves David dirstate: drop the `dirstatemap.dropfile` method
Thu, 16 Sep 2021 15:21:22 +0200 Pierre-Yves David dirstate: use `reset_state` instead of `dropfile` in test-rebuildstate.t
Thu, 16 Sep 2021 15:20:28 +0200 Pierre-Yves David dirstate: use `reset_state` instead of `dropfile` in largefile
Wed, 15 Sep 2021 18:40:25 +0200 Pierre-Yves David dirstate: use `reset_state` in `rebuild` instead of `dropfile`
Wed, 15 Sep 2021 18:38:24 +0200 Pierre-Yves David dirstate: use `reset_state` to drop file in `update_file_p1`
Wed, 15 Sep 2021 18:36:59 +0200 Pierre-Yves David dirstate: support file tracked nowhere in `reset_state`
Wed, 15 Sep 2021 18:30:06 +0200 Pierre-Yves David dirstate: drop dirstatemap.addfile
Wed, 15 Sep 2021 18:27:57 +0200 Pierre-Yves David dirstate: update the documentation of the dirstatemap API
Wed, 15 Sep 2021 12:38:56 +0200 Pierre-Yves David dirstate: drop the `_addpath` method
Wed, 15 Sep 2021 12:33:59 +0200 Pierre-Yves David dirstate: remove the `normallookup` function
Thu, 16 Sep 2021 14:14:33 +0200 Pierre-Yves David dirstate: stop using `_normallookup` in the adddrop extension
Wed, 15 Sep 2021 18:12:55 +0200 Pierre-Yves David dirstate: replace the use of `_normallookup` in `rebuild`
Wed, 15 Sep 2021 18:16:16 +0200 Pierre-Yves David dirstate: replace the use of _normallookup in `setparents`
Wed, 15 Sep 2021 18:05:39 +0200 Pierre-Yves David dirstate: introduce a set_tracked method on "map" and "item"
Wed, 15 Sep 2021 11:13:46 +0200 Pierre-Yves David dirstate: fix restoration of "merged" state after a remove
Wed, 15 Sep 2021 10:20:25 +0200 Pierre-Yves David dirstate: inline the last two `_drop` usage
Wed, 15 Sep 2021 10:02:11 +0200 Pierre-Yves David dirstate: make a conditionnal easier to read in `setparents`
Wed, 15 Sep 2021 09:50:44 +0200 Pierre-Yves David dirstate: removed the now unused `_add` method
Wed, 15 Sep 2021 18:18:16 +0200 Pierre-Yves David dirstate: replace `_add` call in `setparent`
Wed, 15 Sep 2021 09:41:02 +0200 Pierre-Yves David dirstate: directly call the right function in `set_tracked`
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip