changeset 43824:a6483107a07a

annotate: describe --skip as taking a revset It's obvious to me, but probably wouldn't be obvious to a novice user. Differential Revision: https://phab.mercurial-scm.org/D7557
author Augie Fackler <augie@google.com>
date Thu, 05 Dec 2019 16:18:44 -0500
parents 3d53f9cc73ab
children 8f26dd09aa78
files mercurial/commands.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/commands.py	Thu Dec 05 17:42:38 2019 -0800
+++ b/mercurial/commands.py	Thu Dec 05 16:18:44 2019 -0500
@@ -362,7 +362,7 @@
             b'',
             b'skip',
             [],
-            _(b'revision to not display (EXPERIMENTAL)'),
+            _(b'revset to not display (EXPERIMENTAL)'),
             _(b'REV'),
         ),
     ]