sapling/tests/test-issue433
2009-06-24 15:32:37 +02:00

11 lines
131 B
Bash
Executable File

#!/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