view tests/test-permissions.out @ 11744:5b53aa2d4b99

tests: unify test-tags
author Matt Mackall <mpm@selenic.com>
date Tue, 03 Aug 2010 00:10:28 -0500
parents c1b11ee12fe7
children 4c94b6d0fb1c
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 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