tests/test-permissions.out
author Adrian Buehlmann <adrian@cadifra.com>
Thu, 02 Sep 2010 15:08:36 +0200
changeset 12150 bca69641de61
parent 11663 c1b11ee12fe7
child 12156 4c94b6d0fb1c
permissions -rw-r--r--
tests: unify test-diff-copy-depth

% hg init t
% hg add a
% hg commit
% hg verify
checking changesets
checking manifests
crosschecking files in changesets and manifests
checking files
1 files, 1 changesets, 1 total revisions
% hg verify
checking changesets
checking manifests
crosschecking files in changesets and manifests
checking files
verify failed
% hg verify
checking changesets
checking manifests
crosschecking files in changesets and manifests
checking files
1 files, 1 changesets, 1 total revisions
% hg commit
commit failed
% hg diff
diff -r c1fab96507ef a
--- a/a
+++ b/a
@@ -1,1 +1,1 @@
-foo
+barber
% hg status
M a
? dir/a
% hg status
dir: Permission denied
M a