Mercurial > public > mercurial-scm > hg-stable
diff mercurial/commands.py @ 18962:c0b2cb62067f
debugstate: rename to debugdirstate
There is a lot of state, but this command is for debugging the dirstate.
author | Mads Kiilerich <madski@unity3d.com> |
---|---|
date | Mon, 15 Apr 2013 01:41:27 +0200 |
parents | cd1ac2e54847 |
children | c31b8dc9de67 |
line wrap: on
line diff
--- 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]...'))