Mercurial > hg
view tests/test-rebuildstate @ 5474:5d8f5ad45c12
Added signature for changeset 23889160905a1b09fffe1c07378e9fc1827606eb
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Fri, 19 Oct 2007 18:25:28 -0500 |
parents | b304c2496f52 |
children | e7ed5d07cc4c |
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 echo '% state dump' hg debugstate | cut -b 1-16,35- | sort echo '% status' hg st -A hg debugrebuildstate echo '% state dump' hg debugstate | cut -b 1-16,35- | sort echo '% status' hg st -A