author | Matt Mackall <mpm@selenic.com> |
Fri, 21 Mar 2008 15:44:11 -0500 | |
changeset 6340 | 949e607ac544 |
parent 6296 | a9e6b8875805 |
child 6344 | ffeb926d57ce |
permissions | -rwxr-xr-x |
#!/bin/sh # basic test for hg debugrebuildstate hg init repo cd repo touch foo bar hg ci -Am 'add foo bar' touch baz hg add baz hg rm bar echo '% state dump' hg debugstate --nodates | sort echo '% status' hg st -A hg debugrebuildstate echo '% state dump' hg debugstate --nodates | sort echo '% status' hg st -A