Show More
@@ -1,22 +1,24 | |||
|
1 | 1 | #!/bin/sh |
|
2 | 2 | # http://www.selenic.com/mercurial/bts/issue352 |
|
3 | 3 | |
|
4 | "$TESTDIR/hghave" eol-in-paths || exit 80 | |
|
5 | ||
|
4 | 6 | hg init foo |
|
5 | 7 | cd foo |
|
6 | 8 | |
|
7 | 9 | A=`printf 'he\rllo'` |
|
8 | 10 | |
|
9 | 11 | echo foo > "$A" |
|
10 | 12 | hg add |
|
11 | 13 | hg ci -A -m m |
|
12 | 14 | rm "$A" |
|
13 | 15 | |
|
14 | 16 | echo foo > "hell |
|
15 | 17 | o" |
|
16 | 18 | hg add |
|
17 | 19 | hg ci -A -m m |
|
18 | 20 | |
|
19 | 21 | echo foo > "$A" |
|
20 | 22 | hg debugwalk |
|
21 | 23 | |
|
22 | 24 | exit 0 |
General Comments 0
You need to be logged in to leave comments.
Login now