sapling/tests/test-issue433
2006-11-28 11:28:45 +01:00

11 lines
144 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