##// END OF EJS Templates
test-manifest: test symlink and exec bit display
Patrick Mezard -
r5406:f11554a0 default
parent child Browse files
Show More
1 NO CONTENT: new file 100644, binary diff hidden
NO CONTENT: new file 100644, binary diff hidden
@@ -1,11 +1,19 b''
1 #!/bin/sh
1 #!/bin/sh
2
2
3 # Source bundle was generated with the following script.
4 #
5 # hg init
6 # echo a > a
7 # ln -s a l
8 # hg ci -Ama -d'0 0'
9 # mkdir b
10 # echo a > b/a
11 # chmod +x b/a
12 # hg ci -Amb -d'1 0'
13
3 hg init
14 hg init
4 echo a > a
15 hg -q pull "$TESTDIR/test-manifest.hg"
5 hg ci -Ama -d'0 0'
16
6 mkdir b
7 echo a > b/a
8 hg ci -Amb -d'1 0'
9 hg manifest
17 hg manifest
10 hg manifest -v
18 hg manifest -v
11 hg manifest --debug
19 hg manifest --debug
@@ -1,18 +1,23 b''
1 adding a
2 adding b/a
3 a
1 a
4 b/a
2 b/a
3 l
5 644 a
4 644 a
6 644 b/a
5 755 * b/a
6 644 @ l
7 b789fdd96dc2f3bd229c1dd8eedf0fc60e2b68e3 644 a
7 b789fdd96dc2f3bd229c1dd8eedf0fc60e2b68e3 644 a
8 b789fdd96dc2f3bd229c1dd8eedf0fc60e2b68e3 644 b/a
8 b789fdd96dc2f3bd229c1dd8eedf0fc60e2b68e3 755 * b/a
9 047b75c6d7a3ef6a2243bd0e99f94f6ea6683597 644 @ l
9 a
10 a
11 l
10 a
12 a
11 b/a
13 b/a
14 l
12 a
15 a
13 b/a
16 b/a
17 l
14 % should fail
18 % should fail
15 abort: unknown revision '2'!
19 abort: unknown revision '2'!
16 abort: please specify just one revision
20 abort: please specify just one revision
17 a
21 a
18 b/a
22 b/a
23 l
General Comments 0
You need to be logged in to leave comments. Login now