log rust/rhg/src/commands/status.rs @ 48495:e293ff808a05

age author description
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