##// END OF EJS Templates
tests: fix unionrepo path issue on msys (issue3927)
Matt Mackall -
r19164:198b003a stable
parent child Browse files
Show More
@@ -112,7 +112,7 b' revsets works across repos'
112 112
113 113 annotate works - an indication that linkrevs works
114 114
115 $ hg --cwd repo1 -R union:../repo2 annotate $TESTTMP/repo1/f -r tip
115 $ hg --cwd repo1 -Runion:../repo2 annotate $TESTTMP/repo1/f -r tip
116 116 3: repo2-1 at top
117 117 0: repo1-0
118 118 1: repo1-1
General Comments 0
You need to be logged in to leave comments. Login now