author | Matt Mackall <mpm@selenic.com> |
Sat, 01 Nov 2014 13:13:04 -0500 | |
branch | stable |
changeset 23123 | c26b7a810749 |
parent 23122 | d9e3f5055772 |
child 23124 | 4c490626af13 |
--- 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