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:09:10 +0200 |
Simon Sapin |
rhg: Reuse manifest when checking status of multiple ambiguous files
|
Mon, 13 Sep 2021 18:02:45 +0200 |
Simon Sapin |
rust: Return HgError instead of RevlogError in revlog constructors
|
Mon, 13 Sep 2021 15:42:39 +0200 |
Simon Sapin |
rust: Add a Filelog struct that wraps Revlog
|
Mon, 13 Sep 2021 13:45:10 +0200 |
Simon Sapin |
rust: Add Repo::manifest(revision)
|
Mon, 13 Sep 2021 13:29:55 +0200 |
Simon Sapin |
rust: Keep lazily-initialized Changelog and Manifest log on the Repo object
|
Mon, 13 Sep 2021 13:16:10 +0200 |
Simon Sapin |
rust: Move lazy initialization of `Repo::dirstate_map` into a generic struct
|
Thu, 09 Sep 2021 21:04:55 +0200 |
Simon Sapin |
rust: Add Repo::dirstate_map and use it in `rhg status`
|
Mon, 06 Sep 2021 11:39:59 +0200 |
Simon Sapin |
rust: Move VFS code to its own module
|
Fri, 03 Sep 2021 16:37:20 +0200 |
Simon Sapin |
rust: Generalize the `trim_end_newlines` utility of byte strings
|
Thu, 29 Jul 2021 12:22:25 +0200 |
Simon Sapin |
rhg: Propagate permission errors when finding a repository
stable
|
Thu, 08 Jul 2021 12:18:21 +0200 |
Simon Sapin |
dirstate-v2: Introduce a docket file
|
Mon, 07 Jun 2021 17:27:49 +0530 |
Pulkit Goyal |
rhg: add exit code to HgError::Abort()
|
Mon, 24 May 2021 16:27:54 +0530 |
Pulkit Goyal |
rhg: look for repository in ancestors also instead of cwd only
|
Sun, 11 Apr 2021 00:50:10 +0530 |
Pulkit Goyal |
rhg: read [paths] for `--repository` value
|
Tue, 25 May 2021 09:20:30 +0200 |
Simon Sapin |
rhg: Add support for dirstate-v2
|
Tue, 16 Mar 2021 15:12:03 +0100 |
Georges Racinet |
rhg: Initial support for the 'status' command
|
Mon, 08 Mar 2021 08:55:48 +0100 |
Simon Sapin |
rhg: Add support for the HGRCSKIPREPO environment variable
|
Mon, 08 Mar 2021 08:35:43 +0100 |
Simon Sapin |
rhg: Don’t make repository path absolute too early
|
Thu, 04 Mar 2021 13:30:20 +0100 |
Simon Sapin |
rhg: Align with Python on some more error messages
|
Wed, 03 Mar 2021 19:08:27 +0100 |
Simon Sapin |
rhg: Fall back to Python for bundle repositories
|
Wed, 03 Mar 2021 18:43:05 +0100 |
Simon Sapin |
rhg: Print non-absolutized path in "repository {} not found" errors
|
Thu, 04 Mar 2021 13:26:53 +0100 |
Simon Sapin |
rhg: Ignore trailing newlines in .hg/sharedpath
|
Thu, 25 Feb 2021 23:14:35 +0100 |
Simon Sapin |
rhg: Bug fix: with share-safe, always read store requirements
|
Tue, 16 Feb 2021 13:08:37 +0100 |
Simon Sapin |
rhg: Add support for the blackbox extension
|
Thu, 11 Feb 2021 15:51:11 +0100 |
Simon Sapin |
rust: Add a log file rotation utility
|
Mon, 15 Feb 2021 20:13:09 +0100 |
Simon Sapin |
rhg: Move `Repo` object creation into `main()`
|
Mon, 08 Feb 2021 23:41:58 +0100 |
Simon Sapin |
rhg: add limited support for the `config` sub-command
|
Mon, 08 Feb 2021 21:37:30 +0100 |
Simon Sapin |
rhg: Add support for -R and --repository command-line arguments
|
Thu, 04 Feb 2021 15:04:53 +0100 |
Simon Sapin |
rhg: Parse per-repository configuration
|