##// END OF EJS Templates
merge with stable
merge with stable

File last commit:

r12156:4c94b6d0 default
r12278:c4c2ba55 merge default
Show More
test-permissions.out
36 lines | 640 B | text/plain | TextLexer
/ tests / test-permissions.out
Martin Geisler
test-permissions: echo commands to make output readable
r11663 % hg init t
% hg add a
% hg commit
% hg verify
Matt Mackall
Add permissions handling test
r1497 checking changesets
checking manifests
crosschecking files in changesets and manifests
checking files
1 files, 1 changesets, 1 total revisions
Martin Geisler
test-permissions: echo commands to make output readable
r11663 % hg verify
Matt Mackall
Add permissions handling test
r1497 checking changesets
checking manifests
crosschecking files in changesets and manifests
checking files
verify failed
Martin Geisler
test-permissions: echo commands to make output readable
r11663 % hg verify
Matt Mackall
Add permissions handling test
r1497 checking changesets
checking manifests
crosschecking files in changesets and manifests
checking files
1 files, 1 changesets, 1 total revisions
Martin Geisler
test-permissions: echo commands to make output readable
r11663 % hg commit
Matt Mackall
Add permissions handling test
r1497 commit failed
Martin Geisler
test-permissions: echo commands to make output readable
r11663 % hg diff
Martin Geisler
tests: remove unneeded -d flags...
r12156 diff -r 2a18120dc1c9 a
Benoit Boissinot
fix test-permissions output
r5215 --- a/a
+++ b/a
Matt Mackall
diff: don't show function name by default...
r5863 @@ -1,1 +1,1 @@
Benoit Boissinot
fix test-permissions output
r5215 -foo
+barber
Martin Geisler
test-permissions: echo commands to make output readable
r11663 % hg status
Benoit Boissinot
dirstate.walk: skip unreadable directories (issue1213)...
r7099 M a
? dir/a
Martin Geisler
test-permissions: echo commands to make output readable
r11663 % hg status
Benoit Boissinot
dirstate.walk: skip unreadable directories (issue1213)...
r7099 dir: Permission denied
M a