comparison mercurial/commands.py @ 43842: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 71dbd6f6fcb8
children fb4a6d584756
comparison
equal deleted inserted replaced
43841:3d53f9cc73ab 43842:a6483107a07a
360 ), 360 ),
361 ( 361 (
362 b'', 362 b'',
363 b'skip', 363 b'skip',
364 [], 364 [],
365 _(b'revision to not display (EXPERIMENTAL)'), 365 _(b'revset to not display (EXPERIMENTAL)'),
366 _(b'REV'), 366 _(b'REV'),
367 ), 367 ),
368 ] 368 ]
369 + diffwsopts 369 + diffwsopts
370 + walkopts 370 + walkopts