sapling/tests/test-issue433

11 lines
144 B
Plaintext
Raw Normal View History

2006-11-28 13:28:45 +03:00
#!/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