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
|
Thu, 25 Nov 2021 18:33:51 +0100 |
Simon Sapin |
rhg: Update the dirstate on disk after status
|
Tue, 16 Nov 2021 11:53:58 +0000 |
Arseniy Alekseyev |
rhg: add support for narrow clones and sparse checkouts
|
Mon, 25 Oct 2021 11:36:22 +0200 |
Pierre-Yves David |
dirstate: remove `lastnormaltime` mechanism
|
Fri, 26 Nov 2021 15:59:09 +0100 |
Simon Sapin |
rhg: Add support for `rhg status -n`
|
Tue, 23 Nov 2021 20:04:22 +0100 |
Simon Sapin |
rhg: Fix status desambiguation of symlinks and executable files
|
Tue, 23 Nov 2021 19:40:29 +0100 |
Simon Sapin |
rhg: Rename cat_file_is_modified
|
Tue, 23 Nov 2021 19:39:51 +0100 |
Simon Sapin |
rhg: Also parse flags in the manifest parser
|
Tue, 23 Nov 2021 18:27:42 +0100 |
Simon Sapin |
rhg: Propogate manifest parse errors instead of panicking
|
Tue, 09 Nov 2021 18:56:55 +0100 |
Simon Sapin |
rhg: Config commands.status.terse is not supported
|
Tue, 09 Nov 2021 18:39:37 +0100 |
Simon Sapin |
rhg: Propagate config errors in `rhg status`
|
Tue, 09 Nov 2021 15:43:29 +0100 |
Simon Sapin |
rhg: Fix `rhg status` file content comparison
|
Mon, 18 Oct 2021 11:23:07 +0200 |
Simon Sapin |
dirstate: store mtimes with nanosecond precision in memory
|
Fri, 25 Jun 2021 15:00:08 +0530 |
Pulkit Goyal |
rhg: add ui.plain() and check it before showing relative paths in status
|
Tue, 05 Oct 2021 18:10:04 +0530 |
Pulkit Goyal |
rhg: add relative paths support in `rhg status`
|
Thu, 24 Jun 2021 14:23:11 +0530 |
Pulkit Goyal |
rhg: fallback if tweakdefaults or statuscopies is enabled with status
|
Mon, 27 Sep 2021 13:52:49 +0200 |
Simon Sapin |
dirstate: Remove the Rust abstraction DirstateMapMethods
|
Tue, 14 Sep 2021 18:25:51 +0200 |
Simon Sapin |
rust: Rename get_node methods to data_for_node, get_rev to data_for_rev
|
Mon, 13 Sep 2021 18:48:48 +0200 |
Simon Sapin |
rhg: Don’t compare ambiguous files one byte at a time
|
Mon, 13 Sep 2021 18:09:10 +0200 |
Simon Sapin |
rhg: Reuse manifest when checking status of multiple ambiguous files
|
Thu, 09 Sep 2021 21:04:55 +0200 |
Simon Sapin |
rust: Add Repo::dirstate_map and use it in `rhg status`
|
Thu, 15 Jul 2021 23:02:17 +0200 |
Simon Sapin |
dirstate-v2: Move fixed-size tree metadata into the docket file
|
Mon, 12 Jul 2021 22:46:52 +0200 |
Simon Sapin |
dirstate-v2: Enforce data size read from the docket file
|
Thu, 08 Jul 2021 12:18:21 +0200 |
Simon Sapin |
dirstate-v2: Introduce a docket file
|
Tue, 25 May 2021 09:20:30 +0200 |
Simon Sapin |
rhg: Add support for dirstate-v2
|
Sat, 22 May 2021 17:35:54 +0200 |
Simon Sapin |
rhg: A missing .hg/dirstate file is not an error
|
Sat, 22 May 2021 17:32:09 +0200 |
Simon Sapin |
rhg: Sort `rhg status` output correctly
|
Tue, 06 Apr 2021 15:14:19 +0200 |
Simon Sapin |
rust: Move "lookup" a.k.a. "unsure" paths into `DirstateStatus` struct
|
Tue, 16 Mar 2021 15:12:03 +0100 |
Georges Racinet |
rhg: Initial support for the 'status' command
|