Mercurial > hg
diff tests/test-filebranch @ 3853:c0b449154a90
switch to the .hg/store layout, fix the tests
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
---|---|
date | Fri, 01 Dec 2006 13:34:09 +0100 |
parents | ad3d5b4367cb |
children | b0140ead7f70 |
line wrap: on
line diff
--- a/tests/test-filebranch Sun Dec 10 00:07:02 2006 +0100 +++ b/tests/test-filebranch Fri Dec 01 13:34:09 2006 +0100 @@ -53,22 +53,22 @@ hg ci -m "merge" -d "1000000 0" echo "main: we should have a merge here" -hg debugindex .hg/00changelog.i +hg debugindex .hg/store/00changelog.i echo "log should show foo and quux changed" hg log -v -r tip echo "foo: we should have a merge here" -hg debugindex .hg/data/foo.i +hg debugindex .hg/store/data/foo.i echo "bar: we shouldn't have a merge here" -hg debugindex .hg/data/bar.i +hg debugindex .hg/store/data/bar.i echo "baz: we shouldn't have a merge here" -hg debugindex .hg/data/baz.i +hg debugindex .hg/store/data/baz.i echo "quux: we shouldn't have a merge here" -hg debugindex .hg/data/quux.i +hg debugindex .hg/store/data/quux.i echo "manifest entries should match tips of all files" hg manifest --debug