##// END OF EJS Templates
debuglocks: add missing usage summary
Matt Mackall -
r23123:c26b7a81 stable
parent child Browse files
Show More
@@ -2352,7 +2352,7 b' def debuglabelcomplete(ui, repo, *args):'
2352 [('L', 'force-lock', None, _('free the store lock (DANGEROUS)')),
2352 [('L', 'force-lock', None, _('free the store lock (DANGEROUS)')),
2353 ('W', 'force-wlock', None,
2353 ('W', 'force-wlock', None,
2354 _('free the working state lock (DANGEROUS)'))],
2354 _('free the working state lock (DANGEROUS)'))],
2355 _(''))
2355 _('[OPTION]...'))
2356 def debuglocks(ui, repo, **opts):
2356 def debuglocks(ui, repo, **opts):
2357 """show or modify state of locks
2357 """show or modify state of locks
2358
2358
General Comments 0
You need to be logged in to leave comments. Login now