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 |