comparison 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
comparison
equal deleted inserted replaced
9689:57cee011ffcb 9690:b33d70849a20
10 hg ci -mtest1 10 hg ci -mtest1
11 11
12 echo 12 echo
13 echo % verify 13 echo % verify
14 hg verify 14 hg verify
15
16 echo
17 echo % verify with journal
18 touch .hg/store/journal
19 hg verify
20 rm .hg/store/journal
15 21
16 echo 22 echo
17 echo % introduce some bugs in repo 23 echo % introduce some bugs in repo
18 cd .hg/store/data 24 cd .hg/store/data
19 mv _f_o_o.txt.i X_f_o_o.txt.i 25 mv _f_o_o.txt.i X_f_o_o.txt.i