sapling/tests/test-issue433
Thomas Arendsen Hein 3019bb7a0b Kill trailing spaces
2007-06-21 09:25:49 +02:00

11 lines
135 B
Bash
Executable File

#!/bin/sh
# http://www.selenic.com/mercurial/bts/issue433
hg init a
cd a
echo a > a
hg commit -Ama
hg parents -r 0 doesnotexist
true