##// END OF EJS Templates
test-win32text: use $TESTTMP in output
Martin Geisler -
r12978:5ac9c903 default
parent child Browse files
Show More
@@ -402,11 +402,11 b' Disable warning:'
402 tip
402 tip
403
403
404 $ rm f3 f4.bat bin
404 $ rm f3 f4.bat bin
405 $ hg co -C 2>&1 | python -c 'import sys, os; sys.stdout.write(sys.stdin.read().replace(os.getcwd(), "...."))'
405 $ hg co -C
406 WARNING: f4.bat already has CRLF line endings
406 WARNING: f4.bat already has CRLF line endings
407 and does not need EOL conversion by the win32text plugin.
407 and does not need EOL conversion by the win32text plugin.
408 Before your next commit, please reconsider your encode/decode settings in
408 Before your next commit, please reconsider your encode/decode settings in
409 Mercurial.ini or ..../.hg/hgrc.
409 Mercurial.ini or $TESTTMP/t/.hg/hgrc.
410 3 files updated, 0 files merged, 0 files removed, 0 files unresolved
410 3 files updated, 0 files merged, 0 files removed, 0 files unresolved
411 $ cat bin
411 $ cat bin
412 hello\x00\r (esc)
412 hello\x00\r (esc)
General Comments 0
You need to be logged in to leave comments. Login now