Submitter | phabricator |
---|---|
Date | Oct. 16, 2019, 9:06 p.m. |
Message ID | <e1847eb51a3ac0daff37ed0b20c3b74a@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/42430/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -3318,7 +3318,7 @@ ] + formatteropts + walkopts, - _(b'[OPTION]... PATTERN [FILE]...'), + _(b'[--diff] [OPTION]... PATTERN [FILE]...'), helpcategory=command.CATEGORY_FILE_CONTENTS, inferrepo=True, intents={INTENT_READONLY},