tests/test-win32text.t
changeset 12978 5ac9c903e7d2
parent 12977 a1a50567b5d2
child 15243 1e9451476bf8
equal deleted inserted replaced
12977:a1a50567b5d2 12978:5ac9c903e7d2
   400   $ echo 'warn = no' >> .hg/hgrc
   400   $ echo 'warn = no' >> .hg/hgrc
   401   $ hg id -t
   401   $ hg id -t
   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)
   413   $ cat f3
   413   $ cat f3
   414   some\r (esc)
   414   some\r (esc)