view tests/test-issue436.t @ 13083:c0290fc6b486

test-demandimport.py: PyPy support The stringification of sys.stderr is different in PyPy: $ pypy -c 'import sys; print sys.stderr' <open file '<fdopen>', mode 'w' at 0x00a42080> $ python -c 'import sys; print sys.stderr' <open file '<stderr>', mode 'w' at 0x10025a270> The test will now ignore the exact value between the angle brackets.
author Dan Villiom Podlaski Christiansen <danchr@gmail.com>
date Wed, 01 Dec 2010 21:46:08 +0100
parents b63f6422d2a7
children
line wrap: on
line source

http://mercurial.selenic.com/bts/issue436

  $ hg init
  $ hg -v log -v
  $ hg -v log -v x