##// END OF EJS Templates
tests: stabilize test-log.t on Windows...
Matt Harbison -
r45229:46856c2c stable
parent child Browse files
Show More
@@ -2334,10 +2334,10 b' New namespace is registered per repo ins'
2334 is global. So we shouldn't expect the namespace always exists. Using
2334 is global. So we shouldn't expect the namespace always exists. Using
2335 ssh:// makes sure a bundle repository is created from scratch. (issue6301)
2335 ssh:// makes sure a bundle repository is created from scratch. (issue6301)
2336
2336
2337 $ hg clone -e "'$PYTHON' '$TESTDIR/dummyssh'" \
2337 $ hg clone -e "\"$PYTHON\" \"$TESTDIR/dummyssh\"" \
2338 > -qr0 "ssh://user@dummy/`pwd`/a" a-clone
2338 > -qr0 "ssh://user@dummy/`pwd`/a" a-clone
2339 $ hg incoming --config extensions.names=names.py -R a-clone \
2339 $ hg incoming --config extensions.names=names.py -R a-clone \
2340 > -e "'$PYTHON' '$TESTDIR/dummyssh'" -T '{bars}\n' -l1
2340 > -e "\"$PYTHON\" \"$TESTDIR/dummyssh\"" -T '{bars}\n' -l1
2341 comparing with ssh://user@dummy/$TESTTMP/a
2341 comparing with ssh://user@dummy/$TESTTMP/a
2342 searching for changes
2342 searching for changes
2343
2343
General Comments 0
You need to be logged in to leave comments. Login now