view tests/test-permissions.out @ 12257:470e0b1ddc6e

tests: unify test-merge-internal-tools-pattern
author Adrian Buehlmann <adrian@cadifra.com>
date Sat, 11 Sep 2010 20:04:35 +0200
parents 4c94b6d0fb1c
children
line wrap: on
line source

% 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 2a18120dc1c9 a
--- a/a
+++ b/a
@@ -1,1 +1,1 @@
-foo
+barber
% hg status
M a
? dir/a
% hg status
dir: Permission denied
M a