rust/rhg/src/commands/status.rs
changeset 49514 e37416d432e9
parent 49512 6939d5ed20e0
child 49516 3854eb90629b
--- a/rust/rhg/src/commands/status.rs	Thu Sep 22 17:16:54 2022 -0400
+++ b/rust/rhg/src/commands/status.rs	Tue Sep 20 18:28:25 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"tweakdefaults")? {
-        return Err(CommandError::unsupported(
-            "ui.tweakdefaults is not yet supported with rhg status",
-        ));
-    }
     if invocation.config.get_bool(b"ui", b"statuscopies")? {
         return Err(CommandError::unsupported(
             "ui.statuscopies is not yet supported with rhg status",