Wed, 20 Nov 2024 15:53:19 +0100 |
Raphaël Gomès |
branching: merge stable into default
|
Mon, 18 Nov 2024 15:02:59 +0100 |
Raphaël Gomès |
rhg-status: rename a variable to be more explicit
stable
|
Mon, 18 Nov 2024 15:02:07 +0100 |
Raphaël Gomès |
rhg-status: use `Filelog` default options when opening filelogs
stable
|
Thu, 26 Sep 2024 14:26:24 +0200 |
Raphaël Gomès |
rust: don't star export from the `revlog` module
|
Wed, 25 Sep 2024 18:24:15 +0200 |
Raphaël Gomès |
rust-revlog: introduce an `options` module
|
Mon, 30 Sep 2024 12:08:49 +0200 |
Raphaël Gomès |
rust-manifest: encode flags as `Option<NonZeroU8>`
|
Wed, 19 Jun 2024 14:49:35 +0200 |
Raphaël Gomès |
rust: add Vfs trait
|
Wed, 19 Jun 2024 12:49:26 +0200 |
Raphaël Gomès |
rust: use new revlog configs in all revlog opening code
|
Thu, 01 Aug 2024 13:04:38 +0100 |
Arseniy Alekseyev |
rhg: ignore readonly FS error when saving dirstate
stable
|
Thu, 01 Aug 2024 14:00:07 +0200 |
Raphaël Gomès |
rhg: expand user and environment variables in ignore includes
stable
|
Wed, 20 Dec 2023 14:58:36 +0100 |
Raphaël Gomès |
rust-clippy: simplify `match` to `if let`
|
Mon, 18 Sep 2023 17:11:11 +0200 |
Raphaël Gomès |
rust-revlog: teach the revlog opening code to read the repo options
|
Wed, 15 Nov 2023 18:43:03 +0000 |
Arseniy Alekseyev |
rhg: support rhg status --rev --rev
|
Mon, 16 Oct 2023 18:56:40 +0100 |
Arseniy Alekseyev |
rhg: refactor hg status, make the display code usable for non-dirstate status
|
Wed, 02 Aug 2023 10:46:47 -0400 |
Spencer Baugh |
rhg: support "status FILE"
|
Thu, 06 Jul 2023 14:32:07 +0200 |
Raphaël Gomès |
rust-config: add support for default config items
|
Tue, 09 May 2023 11:35:50 +0200 |
Raphaël Gomès |
branching: merge stable into default
|
Thu, 06 Apr 2023 11:41:51 +0100 |
Arseniy Alekseyev |
rhg: support `status --print0`
|
Wed, 26 Apr 2023 15:30:35 -0400 |
Arun Kulshreshtha |
rhg: correctly relativize copy source path
stable
|
Wed, 26 Apr 2023 15:31:02 -0400 |
Arun Kulshreshtha |
rhg: don't print copy source when --no-status is passed
stable
|
Thu, 02 Mar 2023 19:02:52 +0100 |
Pierre-Yves David |
branching: merge stable into default
|
Tue, 28 Feb 2023 16:19:21 +0100 |
Raphaël Gomès |
rhg: fix race when an ambiguous file is deleted on disk
stable
|
Mon, 27 Feb 2023 15:18:50 +0100 |
Raphaël Gomès |
rhg: fix race when a fixup file is deleted on disk
stable
|
Thu, 16 Feb 2023 14:43:46 +0000 |
Arseniy Alekseyev |
rhg: nicer error message
|
Wed, 11 Jan 2023 16:42:29 +0100 |
Raphaël Gomès |
rust-ui: refactor ui code for printing narrow/sparse warnings
|
Tue, 28 Feb 2023 15:25:47 +0100 |
Raphaël Gomès |
dirstate: add a way to test races happening during status
stable
|
Wed, 25 Jan 2023 18:44:09 +0100 |
Raphaël Gomès |
rust-clippy: fix warning about nested ifs
|
Mon, 09 Jan 2023 17:40:03 +0100 |
Raphaël Gomès |
rust: run `cargo clippy`
|
Thu, 05 Jan 2023 17:15:03 +0000 |
Arseniy Alekseyev |
rhg: implement checkexec to support weird filesystems
|
Mon, 12 Dec 2022 16:38:05 +0100 |
Raphaël Gomès |
rust: add debug log about skipping dirstate update
stable
|
Tue, 15 Nov 2022 00:02:43 +0100 |
Raphaël Gomès |
rhg: upgrade `clap` dependency
|
Wed, 05 Oct 2022 15:45:05 -0400 |
Arseniy Alekseyev |
rhg: parallellize computation of [unsure_is_modified]
|
Wed, 21 Sep 2022 10:14:29 -0400 |
Arseniy Alekseyev |
rhg: enable in case ui.statuscopies=True
|
Tue, 20 Sep 2022 18:28:25 -0400 |
Arseniy Alekseyev |
rhg: support tweakdefaults
|
Tue, 20 Sep 2022 18:16:50 -0400 |
Arseniy Alekseyev |
rhg: central treatment of PLAIN and PLAINEXCEPT
|
Mon, 25 Jul 2022 15:39:04 +0200 |
Raphaël Gomès |
rhg-status: add support for narrow clones
|
Tue, 19 Jul 2022 15:37:45 +0200 |
Raphaël Gomès |
rhg: add sparse support
|
Tue, 26 Jul 2022 17:33:34 +0200 |
Raphaël Gomès |
rhg-status: extract a function for printing pattern file warnings
|
Wed, 24 Aug 2022 16:38:13 +0100 |
Arseniy Alekseyev |
rhg: make [rhg status -v] work when it needs no extra output
|
Wed, 18 May 2022 15:53:28 +0100 |
Raphaël Gomès |
rust: don't swallow valuable error information
stable
|
Mon, 28 Mar 2022 18:26:24 +0200 |
Raphaël Gomès |
rhg: use the new `set_clean` API
|
Tue, 05 Apr 2022 10:55:28 +0200 |
Raphaël Gomès |
rust: fix unsound `OwningDirstateMap`
stable
|
Mon, 14 Feb 2022 18:57:12 +0100 |
Simon Sapin |
rust: fix code formatting
|
Thu, 10 Feb 2022 19:26:10 +0100 |
Simon Sapin |
rhg: enable `rhg status` by default, without config or env opt-in
|
Tue, 08 Feb 2022 14:20:58 +0100 |
Simon Sapin |
rhg: Colorize `rhg status` output when appropriate
|
Thu, 10 Feb 2022 11:58:04 +0100 |
Simon Sapin |
rhg: Add support for HGPLAINEXPECT
|
Fri, 07 Jan 2022 14:40:21 +0100 |
Simon Sapin |
rhg: desambiguate status without decompressing filelog if possible
|
Tue, 21 Dec 2021 18:50:44 +0100 |
Simon Sapin |
rhg: Expose FilelogEntry that wraps RevlogEntry
|
Tue, 21 Dec 2021 15:57:30 +0100 |
Simon Sapin |
rhg: Rename some revlog-related types and methods
|
Sat, 18 Dec 2021 11:47:03 +0100 |
Simon Sapin |
rhg: Fall back to Python if verbose status is requested by config
|
Fri, 17 Dec 2021 16:54:22 +0100 |
Simon Sapin |
rhg: Properly format warnings related to ignore patterns
|
Fri, 17 Dec 2021 14:15:08 +0100 |
Simon Sapin |
dirstate-v2: Apply SECOND_AMBIGUOUS to directory mtimes too
|
Thu, 16 Dec 2021 17:34:51 +0100 |
Simon Sapin |
rhg: Use binary search in manifest lookup
|
Tue, 14 Dec 2021 20:36:36 +0100 |
Simon Sapin |
rhg: Skip reading the contents of ambiguous files in some cases
|
Mon, 13 Dec 2021 14:37:16 +0100 |
Simon Sapin |
rhg: Print "bad match" errors in rhg status
|
Fri, 10 Dec 2021 16:18:58 +0100 |
Simon Sapin |
rhg: Add support for `rhg status --copies`
|
Fri, 10 Dec 2021 16:57:39 +0100 |
Simon Sapin |
rhg: refactor relativize_path into a struct + method
|
Fri, 10 Dec 2021 16:31:16 +0100 |
Simon Sapin |
rhg: refactor display_status_paths with a struct for common arguments
|
Fri, 10 Dec 2021 14:27:00 +0100 |
Simon Sapin |
rhg: Add support for ui.ignore and ui.ignore.* config
|
Thu, 09 Dec 2021 10:55:17 +0100 |
Simon Sapin |
rhg: Set second_ambiguous as needed in post-status fixup
|