mercurial/commands.py
changeset 18962 c0b2cb62067f
parent 18961 cd1ac2e54847
child 18963 c31b8dc9de67
--- a/mercurial/commands.py	Mon Apr 15 01:39:02 2013 +0200
+++ b/mercurial/commands.py	Mon Apr 15 01:41:27 2013 +0200
@@ -2494,7 +2494,7 @@
     finally:
         wlock.release()
 
-@command('debugstate',
+@command('debugdirstate|debugstate',
     [('', 'nodates', None, _('do not display the saved mtime')),
     ('', 'datesort', None, _('sort by saved mtime'))],
     _('[OPTION]...'))