Mercurial > hg
changeset 23123:c26b7a810749 stable
debuglocks: add missing usage summary
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Sat, 01 Nov 2014 13:13:04 -0500 |
parents | d9e3f5055772 |
children | 4c490626af13 |
files | mercurial/commands.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commands.py Sat Nov 01 19:02:31 2014 +0100 +++ b/mercurial/commands.py Sat Nov 01 13:13:04 2014 -0500 @@ -2352,7 +2352,7 @@ [('L', 'force-lock', None, _('free the store lock (DANGEROUS)')), ('W', 'force-wlock', None, _('free the working state lock (DANGEROUS)'))], - _('')) + _('[OPTION]...')) def debuglocks(ui, repo, **opts): """show or modify state of locks