Submitter | phabricator |
---|---|
Date | March 16, 2021, 8:42 a.m. |
Message ID | <differential-rev-PHID-DREV-3wmloqwurhgklwuynvco-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/48542/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/mercurial/debugcommands.py b/mercurial/debugcommands.py --- a/mercurial/debugcommands.py +++ b/mercurial/debugcommands.py @@ -989,14 +989,14 @@ ( b'', b'local-as-revs', - "", - 'treat local has having these revisions only', + b"", + b'treat local has having these revisions only', ), ( b'', b'remote-as-revs', - "", - 'use local as remote, with only these these revisions', + b"", + b'use local as remote, with only these these revisions', ), ] + cmdutil.remoteopts