##// END OF EJS Templates
test-mq-qclone-http: hide port number
Martin Geisler -
r10442:662b0f9e default
parent child Browse files
Show More
@@ -77,5 +77,5 b' hg --cwd d qpush -a'
77 77 hg --cwd d log --template "{desc}\n"
78 78
79 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 81 hg --cwd d log --mq --template '{rev} {desc|firstline}\n'
@@ -79,7 +79,7 b' now at: b.patch'
79 79 imported patch b.patch
80 80 a
81 81 % test --mq works and uses correct repository config
82 comparing with http://localhost:20061/a/.hg/patches
82 comparing with http://localhost:$HGPORT2/a/.hg/patches
83 83 searching for changes
84 84 no changes found
85 85 0 b.patch
General Comments 0
You need to be logged in to leave comments. Login now