comparison tests/test-import.t @ 32976:d39639fb840e

tests: adjust quoting to keep Windows happy with recent $PYTHON change I tried adding quotes to the $PYTHON variable, and also tried converting the path from the current 'c:/Python/python.exe' form to '/c/python/python.exe', but neither worked. I'm not sure why one of these needs '\"' around the variable and the other doesn't.
author Matt Harbison <matt_harbison@yahoo.com>
date Tue, 20 Jun 2017 23:23:45 -0400
parents 75be14993fda
children eb586ed5d8ce
comparison
equal deleted inserted replaced
32975:560ceb654180 32976:d39639fb840e
62 adding manifests 62 adding manifests
63 adding file changes 63 adding file changes
64 added 1 changesets with 2 changes to 2 files 64 added 1 changesets with 2 changes to 2 files
65 updating to branch default 65 updating to branch default
66 2 files updated, 0 files merged, 0 files removed, 0 files unresolved 66 2 files updated, 0 files merged, 0 files removed, 0 files unresolved
67 $ HGEDITOR=cat hg --config ui.patch='$PYTHON ../dummypatch.py' --cwd b import --edit ../exported-tip.patch 67 $ HGEDITOR=cat hg --config ui.patch="$PYTHON ../dummypatch.py" --cwd b import --edit ../exported-tip.patch
68 applying ../exported-tip.patch 68 applying ../exported-tip.patch
69 second change 69 second change
70 70
71 71
72 HG: Enter commit message. Lines beginning with 'HG:' are removed. 72 HG: Enter commit message. Lines beginning with 'HG:' are removed.