Mercurial > hg
view tests/test-rebuildstate @ 8880:a3a936a2fe46
help: improve grammar/wording of 'extensions' topic
author | Greg Ward <greg-hg@gerg.ca> |
---|---|
date | Sun, 21 Jun 2009 11:23:16 -0400 |
parents | ffeb926d57ce |
children |
line wrap: on
line source
#!/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 hg debugrebuildstate echo '% state dump after' hg debugstate --nodates | sort echo '% status' hg st -A