diff --git a/hgext/fix.py b/hgext/fix.py --- a/hgext/fix.py +++ b/hgext/fix.py @@ -213,7 +213,7 @@ ), _(b'REV'), ) -revopt = (b'r', b'rev', [], _(b'revisions to fix'), _(b'REV')) +revopt = (b'r', b'rev', [], _(b'revisions to fix (ADVANCED)'), _(b'REV')) sourceopt = ( b's', b'source', diff --git a/tests/test-fix.t b/tests/test-fix.t --- a/tests/test-fix.t +++ b/tests/test-fix.t @@ -107,7 +107,6 @@ --all fix all non-public non-obsolete revisions --base REV [+] revisions to diff against (overrides automatic selection, and applies to every revision being fixed) - -r --rev REV [+] revisions to fix -s --source REV [+] fix descendants of these revisions -w --working-dir fix the working directory --whole always fix every line of a file