# HG changeset patch # User Augie Fackler # Date 2019-12-05 21:18:44 # Node ID a6483107a07a782dfb660f733820b102c9178b09 # Parent 3d53f9cc73ab799ed90f551c4f8018c9250b0766 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 diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -362,7 +362,7 @@ def addremove(ui, repo, *pats, **opts): b'', b'skip', [], - _(b'revision to not display (EXPERIMENTAL)'), + _(b'revset to not display (EXPERIMENTAL)'), _(b'REV'), ), ]