hgkw/__init__.py
author Mads Kiilerich <mads@kiilerich.com>
Mon, 15 Oct 2012 02:33:12 +0200
branchstable
changeset 1149 a3d0e19724c3
parent 0 41c7e55cd9e9
permissions -rw-r--r--
run-tests: alternative way of handling \r on Windows After f71d60da58fb all \r was stripped from output on Windows, and the places where a \r explicitly was expected it was accepted that it was missing. Ugly hack. Instead we now accept that an extra \r might appear at the end of lines on Windows. That is more to the point and less ugly. [ original upstream message ]