mercurial/commands.py
changeset 18962 c0b2cb62067f
parent 18961 cd1ac2e54847
child 18963 c31b8dc9de67
equal deleted inserted replaced
18961:cd1ac2e54847 18962:c0b2cb62067f
  2492     try:
  2492     try:
  2493         repo.setparents(r1, r2)
  2493         repo.setparents(r1, r2)
  2494     finally:
  2494     finally:
  2495         wlock.release()
  2495         wlock.release()
  2496 
  2496 
  2497 @command('debugstate',
  2497 @command('debugdirstate|debugstate',
  2498     [('', 'nodates', None, _('do not display the saved mtime')),
  2498     [('', 'nodates', None, _('do not display the saved mtime')),
  2499     ('', 'datesort', None, _('sort by saved mtime'))],
  2499     ('', 'datesort', None, _('sort by saved mtime'))],
  2500     _('[OPTION]...'))
  2500     _('[OPTION]...'))
  2501 def debugstate(ui, repo, nodates=None, datesort=None):
  2501 def debugstate(ui, repo, nodates=None, datesort=None):
  2502     """show the contents of the current dirstate"""
  2502     """show the contents of the current dirstate"""