# HG changeset patch # User Benoit Boissinot # Date 1187909768 -7200 # Node ID 74723744d8e0c664c90c0ac4f6392c63aabe2b6e # Parent 551958d5082cbf21d8249fd8eccffb76c77603c6 fix test-permissions output diff --git a/tests/test-permissions b/tests/test-permissions --- a/tests/test-permissions +++ b/tests/test-permissions @@ -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 diff --git a/tests/test-permissions.out b/tests/test-permissions.out --- a/tests/test-permissions.out +++ b/tests/test-permissions.out @@ -14,3 +14,9 @@ crosschecking files in changesets and ma 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