##// END OF EJS Templates
tests: unify test-addremove-similar
tests: unify test-addremove-similar

File last commit:

r11663:c1b11ee1 default
r11851:db955418 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
Benoit Boissinot
fix test-permissions output
r5215 diff -r c1fab96507ef a
--- 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