Show More
@@ -45,7 +45,7 b' confused with a file with the exec bit s' | |||||
45 | #endif |
|
45 | #endif | |
46 |
|
46 | |||
47 | $ hg add b dir1 d e |
|
47 | $ hg add b dir1 d e | |
48 | adding dir1/c |
|
48 | adding dir1/c (glob) | |
49 | $ hg commit -m test2 |
|
49 | $ hg commit -m test2 | |
50 |
|
50 | |||
51 | $ cat >> $TESTTMP/dirstaterace.py << EOF |
|
51 | $ cat >> $TESTTMP/dirstaterace.py << EOF |
@@ -1020,12 +1020,12 b' Prepare a repo with subrepo' | |||||
1020 | $ hg cat sub/repo/foo |
|
1020 | $ hg cat sub/repo/foo | |
1021 | test |
|
1021 | test | |
1022 | test |
|
1022 | test | |
1023 | $ hg cat sub/repo/foo -Tjson |
|
1023 | $ hg cat sub/repo/foo -Tjson | sed 's|\\\\|/|g' | |
1024 | [ |
|
1024 | [ | |
1025 | { |
|
1025 | { | |
1026 | "abspath": "foo", |
|
1026 | "abspath": "foo", | |
1027 | "data": "test\ntest\n", |
|
1027 | "data": "test\ntest\n", | |
1028 |
"path": "sub/repo/foo" |
|
1028 | "path": "sub/repo/foo" | |
1029 | } |
|
1029 | } | |
1030 | ] |
|
1030 | ] | |
1031 | $ mkdir -p tmp/sub/repo |
|
1031 | $ mkdir -p tmp/sub/repo |
General Comments 0
You need to be logged in to leave comments.
Login now