drop: update -r description from 'revs' to 'rev'

Differential Revision: https://phab.mercurial-scm.org/D658
This commit is contained in:
Phil Cohen 2017-09-07 12:47:43 -07:00
parent 38c4cde5a3
commit e3d9d9e6d3

View File

@ -76,7 +76,7 @@ def extsetup(ui):
@command('drop',
[('r', 'rev', [], _("revisions to drop"))],
[('r', 'rev', [], _("revision to drop"))],
_('hg drop [OPTION] [REV]'))
def drop(ui, repo, *revs, **opts):
"""drop changeset from stack