##// END OF EJS Templates
Merge with i18n
Merge with i18n

File last commit:

r8936:1de6e7e1 default
r11160:fdcf80f2 merge 1.5.3 stable
Show More
test-issue433
10 lines | 131 B | text/plain | TextLexer
#!/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