annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11663
c1b11ee12fe7 test-permissions: echo commands to make output readable
Martin Geisler <mg@aragost.com>
parents: 7099
diff changeset
1 % hg init t
c1b11ee12fe7 test-permissions: echo commands to make output readable
Martin Geisler <mg@aragost.com>
parents: 7099
diff changeset
2 % hg add a
c1b11ee12fe7 test-permissions: echo commands to make output readable
Martin Geisler <mg@aragost.com>
parents: 7099
diff changeset
3 % hg commit
c1b11ee12fe7 test-permissions: echo commands to make output readable
Martin Geisler <mg@aragost.com>
parents: 7099
diff changeset
4 % hg verify
1497
f0b13c019b04 Add permissions handling test
Matt Mackall <mpm@selenic.com>
parents:
diff changeset
5 checking changesets
f0b13c019b04 Add permissions handling test
Matt Mackall <mpm@selenic.com>
parents:
diff changeset
6 checking manifests
f0b13c019b04 Add permissions handling test
Matt Mackall <mpm@selenic.com>
parents:
diff changeset
7 crosschecking files in changesets and manifests
f0b13c019b04 Add permissions handling test
Matt Mackall <mpm@selenic.com>
parents:
diff changeset
8 checking files
f0b13c019b04 Add permissions handling test
Matt Mackall <mpm@selenic.com>
parents:
diff changeset
9 1 files, 1 changesets, 1 total revisions
11663
c1b11ee12fe7 test-permissions: echo commands to make output readable
Martin Geisler <mg@aragost.com>
parents: 7099
diff changeset
10 % hg verify
1497
f0b13c019b04 Add permissions handling test
Matt Mackall <mpm@selenic.com>
parents:
diff changeset
11 checking changesets
f0b13c019b04 Add permissions handling test
Matt Mackall <mpm@selenic.com>
parents:
diff changeset
12 checking manifests
f0b13c019b04 Add permissions handling test
Matt Mackall <mpm@selenic.com>
parents:
diff changeset
13 crosschecking files in changesets and manifests
f0b13c019b04 Add permissions handling test
Matt Mackall <mpm@selenic.com>
parents:
diff changeset
14 checking files
f0b13c019b04 Add permissions handling test
Matt Mackall <mpm@selenic.com>
parents:
diff changeset
15 verify failed
11663
c1b11ee12fe7 test-permissions: echo commands to make output readable
Martin Geisler <mg@aragost.com>
parents: 7099
diff changeset
16 % hg verify
1497
f0b13c019b04 Add permissions handling test
Matt Mackall <mpm@selenic.com>
parents:
diff changeset
17 checking changesets
f0b13c019b04 Add permissions handling test
Matt Mackall <mpm@selenic.com>
parents:
diff changeset
18 checking manifests
f0b13c019b04 Add permissions handling test
Matt Mackall <mpm@selenic.com>
parents:
diff changeset
19 crosschecking files in changesets and manifests
f0b13c019b04 Add permissions handling test
Matt Mackall <mpm@selenic.com>
parents:
diff changeset
20 checking files
f0b13c019b04 Add permissions handling test
Matt Mackall <mpm@selenic.com>
parents:
diff changeset
21 1 files, 1 changesets, 1 total revisions
11663
c1b11ee12fe7 test-permissions: echo commands to make output readable
Martin Geisler <mg@aragost.com>
parents: 7099
diff changeset
22 % hg commit
1497
f0b13c019b04 Add permissions handling test
Matt Mackall <mpm@selenic.com>
parents:
diff changeset
23 commit failed
11663
c1b11ee12fe7 test-permissions: echo commands to make output readable
Martin Geisler <mg@aragost.com>
parents: 7099
diff changeset
24 % hg diff
5215
74723744d8e0 fix test-permissions output
Benoit Boissinot <benoit.boissinot@ens-lyon.org>
parents: 2152
diff changeset
25 diff -r c1fab96507ef a
74723744d8e0 fix test-permissions output
Benoit Boissinot <benoit.boissinot@ens-lyon.org>
parents: 2152
diff changeset
26 --- a/a
74723744d8e0 fix test-permissions output
Benoit Boissinot <benoit.boissinot@ens-lyon.org>
parents: 2152
diff changeset
27 +++ b/a
5863
3d1f9dcecdea diff: don't show function name by default
Matt Mackall <mpm@selenic.com>
parents: 5215
diff changeset
28 @@ -1,1 +1,1 @@
5215
74723744d8e0 fix test-permissions output
Benoit Boissinot <benoit.boissinot@ens-lyon.org>
parents: 2152
diff changeset
29 -foo
74723744d8e0 fix test-permissions output
Benoit Boissinot <benoit.boissinot@ens-lyon.org>
parents: 2152
diff changeset
30 +barber
11663
c1b11ee12fe7 test-permissions: echo commands to make output readable
Martin Geisler <mg@aragost.com>
parents: 7099
diff changeset
31 % hg status
7099
6f750e76fb46 dirstate.walk: skip unreadable directories (issue1213)
Benoit Boissinot <benoit.boissinot@ens-lyon.org>
parents: 5863
diff changeset
32 M a
6f750e76fb46 dirstate.walk: skip unreadable directories (issue1213)
Benoit Boissinot <benoit.boissinot@ens-lyon.org>
parents: 5863
diff changeset
33 ? dir/a
11663
c1b11ee12fe7 test-permissions: echo commands to make output readable
Martin Geisler <mg@aragost.com>
parents: 7099
diff changeset
34 % hg status
7099
6f750e76fb46 dirstate.walk: skip unreadable directories (issue1213)
Benoit Boissinot <benoit.boissinot@ens-lyon.org>
parents: 5863
diff changeset
35 dir: Permission denied
6f750e76fb46 dirstate.walk: skip unreadable directories (issue1213)
Benoit Boissinot <benoit.boissinot@ens-lyon.org>
parents: 5863
diff changeset
36 M a