mercurial/commands.py
branchstable
changeset 23123 c26b7a810749
parent 23122 d9e3f5055772
child 23137 7867f15b4a38
equal deleted inserted replaced
23122:d9e3f5055772 23123:c26b7a810749
  2350 
  2350 
  2351 @command('debuglocks',
  2351 @command('debuglocks',
  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 
  2359     By default, this command will show which locks are held. This
  2359     By default, this command will show which locks are held. This
  2360     includes the user and process holding the lock, the amount of time
  2360     includes the user and process holding the lock, the amount of time