Mercurial > public > mercurial-scm > hg
diff tests/test-verify @ 9690:b33d70849a20
verify: report existence of journal
author | Sune Foldager <cryo@cyanite.org> |
---|---|
date | Mon, 02 Nov 2009 10:15:04 +0100 |
parents | da1b93583855 |
children | 581066a319e5 |
line wrap: on
line diff
--- a/tests/test-verify Sun Nov 01 03:26:10 2009 +0100 +++ b/tests/test-verify Mon Nov 02 10:15:04 2009 +0100 @@ -14,6 +14,12 @@ hg verify echo +echo % verify with journal +touch .hg/store/journal +hg verify +rm .hg/store/journal + +echo echo % introduce some bugs in repo cd .hg/store/data mv _f_o_o.txt.i X_f_o_o.txt.i