##// END OF EJS Templates
revert: Make it clearer when not to use revert
revert: Make it clearer when not to use revert

File last commit:

r8936:1de6e7e1 default
r11459:59af1d65 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