Mercurial > hg
view README @ 9174:705278e70457
Fix test-demandimport and test-trusted under Windows
The Windows-only wrapper around stdout is causing both of these tests to fail.
test-demandimport fails because it tries to print repr(sys.stdout). Use
stderr instead since that is not wrapped.
test-trusted fails because the wrapper doesn't handle softspace and an
unexpected extra space gets printed.
author | James Abbatiello <abbeyj at gmail.com> |
---|---|
date | Tue, 14 Jul 2009 22:38:12 -0400 |
parents | 1de6e7e1bb9f |
children | 6219401643d1 |
line wrap: on
line source
Basic install: $ make # see install targets $ make install # do a system-wide install $ hg debuginstall # sanity-check setup $ hg # see help See http://mercurial.selenic.com/ for detailed installation instructions, platform-specific notes, and Mercurial user information.