##// END OF EJS Templates
tests: conditionalize msys path mangling in test-bundle.t...
Matt Harbison -
r41878:92055d53 default
parent child Browse files
Show More
@@ -222,6 +222,7 b' Pull ../full.hg into empty (with hook)'
222 222 > EOF
223 223
224 224 doesn't work (yet ?)
225 NOTE: msys is mangling the URL below
225 226
226 227 hg -R bundle://../full.hg verify
227 228
@@ -239,7 +240,8 b' hg -R bundle://../full.hg verify'
239 240 HG_NODE_LAST=aa35859c02ea8bd48da5da68cd2740ac71afcbaf
240 241 HG_SOURCE=pull
241 242 HG_TXNID=TXN:$ID$
242 HG_URL=bundle:../full.hg
243 HG_URL=bundle:../full.hg (no-msys !)
244 HG_URL=bundle;../full.hg (msys !)
243 245
244 246 (run 'hg heads' to see heads, 'hg merge' to merge)
245 247
General Comments 0
You need to be logged in to leave comments. Login now