Show More
@@ -77,5 +77,5 b' hg --cwd d qpush -a' | |||||
77 | hg --cwd d log --template "{desc}\n" |
|
77 | hg --cwd d log --template "{desc}\n" | |
78 |
|
78 | |||
79 | echo '% test --mq works and uses correct repository config' |
|
79 | echo '% test --mq works and uses correct repository config' | |
80 | hg --cwd d outgoing --mq |
|
80 | hg --cwd d outgoing --mq | sed "s|$HGPORT2|\$HGPORT2|" | |
81 | hg --cwd d log --mq --template '{rev} {desc|firstline}\n' |
|
81 | hg --cwd d log --mq --template '{rev} {desc|firstline}\n' |
@@ -79,7 +79,7 b' now at: b.patch' | |||||
79 | imported patch b.patch |
|
79 | imported patch b.patch | |
80 | a |
|
80 | a | |
81 | % test --mq works and uses correct repository config |
|
81 | % test --mq works and uses correct repository config | |
82 |
comparing with http://localhost:2 |
|
82 | comparing with http://localhost:$HGPORT2/a/.hg/patches | |
83 | searching for changes |
|
83 | searching for changes | |
84 | no changes found |
|
84 | no changes found | |
85 | 0 b.patch |
|
85 | 0 b.patch |
General Comments 0
You need to be logged in to leave comments.
Login now