Mercurial > hg-stable
changeset 49521:3854eb90629b
rhg: enable in case ui.statuscopies=True
rhg already has code to support ui.statuscopies, but it's disabled,
for seemingly no good reason.
author | Arseniy Alekseyev <aalekseyev@janestreet.com> |
---|---|
date | Wed, 21 Sep 2022 10:14:29 -0400 |
parents | e84064e88e5d |
children | 52464a20add0 |
files | rust/rhg/src/commands/status.rs |
diffstat | 1 files changed, 0 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/rust/rhg/src/commands/status.rs Thu Sep 22 18:44:28 2022 -0400 +++ b/rust/rhg/src/commands/status.rs Wed Sep 21 10:14:29 2022 -0400 @@ -185,11 +185,6 @@ pub fn run(invocation: &crate::CliInvocation) -> Result<(), CommandError> { // TODO: lift these limitations - if invocation.config.get_bool(b"ui", b"statuscopies")? { - return Err(CommandError::unsupported( - "ui.statuscopies is not yet supported with rhg status", - )); - } if invocation .config .get(b"commands", b"status.terse")