comparison tests/test-bundle.t @ 30235:fe612ab5eeff stable

tests: use "?" to glob both ":" and ";" in output for test portability If environment variable looks like PATH or so (e.g. any of components joined by ":" contains "/"), ":" in it is replaced with ";" by MinGW at spawning Windows native process, to follow path concatenation style of Windows. Therefore, "bundle:../full.hg" is converted into "bundle;..\full.hg" on MinGW. Difference between "/" and "\" is automatically ignored by "(glob)", but difference between ":" and ";" should be globed explicitly.
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
date Sat, 29 Oct 2016 03:04:54 +0900
parents 34a5f6c66bc5
children 4215dc1b708b
comparison
equal deleted inserted replaced
30234:34a5f6c66bc5 30235:fe612ab5eeff
230 requesting all changes 230 requesting all changes
231 adding changesets 231 adding changesets
232 adding manifests 232 adding manifests
233 adding file changes 233 adding file changes
234 added 9 changesets with 7 changes to 4 files (+1 heads) 234 added 9 changesets with 7 changes to 4 files (+1 heads)
235 changegroup hook: HG_NODE=f9ee2f85a263049e9ae6d37a0e67e96194ffb735 HG_NODE_LAST=aa35859c02ea8bd48da5da68cd2740ac71afcbaf HG_SOURCE=pull HG_TXNID=TXN:* HG_URL=bundle:../full.hg (glob) 235 changegroup hook: HG_NODE=f9ee2f85a263049e9ae6d37a0e67e96194ffb735 HG_NODE_LAST=aa35859c02ea8bd48da5da68cd2740ac71afcbaf HG_SOURCE=pull HG_TXNID=TXN:* HG_URL=bundle?../full.hg (glob)
236 (run 'hg heads' to see heads, 'hg merge' to merge) 236 (run 'hg heads' to see heads, 'hg merge' to merge)
237 237
238 Rollback empty 238 Rollback empty
239 239
240 $ hg rollback 240 $ hg rollback