# HG changeset patch # User Matt Mackall # Date 1414865584 18000 # Node ID c26b7a810749917707ab0d7dec6bff9453dcd2c1 # Parent d9e3f50557724ac9f9dcf83c0d3b8bf463e13b2c debuglocks: add missing usage summary diff -r d9e3f5055772 -r c26b7a810749 mercurial/commands.py --- 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