fix test-permissions output

This commit is contained in:
Benoit Boissinot 2007-08-24 00:56:08 +02:00
parent cfb5e37845
commit b884c9144e
2 changed files with 7 additions and 1 deletions

View File

@ -14,4 +14,4 @@ chmod -w .hg/store/data/a.i
echo barber > a
hg commit -m "2" -d "1000000 0" 2>/dev/null || echo commit failed
chmod -w ../t
hg diff
hg diff --nodates

View File

@ -14,3 +14,9 @@ crosschecking files in changesets and manifests
checking files
1 files, 1 changesets, 1 total revisions
commit failed
diff -r c1fab96507ef a
--- a/a
+++ b/a
@@ -1,1 +1,1 @@ foo
-foo
+barber