tests/test-issue433
author Lee Cantey <lcantey@gmail.com>
Sun, 25 Jul 2010 08:22:03 -0700
changeset 11671 ca6ede0988d5
parent 8936 1de6e7e1bb9f
permissions -rwxr-xr-x
Remove variable output affected by length of TMPDIR. If the temporary directory is longer than /tmp then it's possible that the Subject line will get wrapped by the headencode function.

#!/bin/sh
# http://mercurial.selenic.com/bts/issue433

hg init a
cd a
echo a > a
hg commit -Ama

hg parents -r 0 doesnotexist
true