##// END OF EJS Templates
restore branch after rollback (issue 902)
restore branch after rollback (issue 902)

File last commit:

r5814:dd5a501c default
r5814:dd5a501c default
Show More
test-rollback
21 lines | 236 B | text/plain | TextLexer
#!/bin/sh
mkdir t
cd t
hg init
echo a > a
hg add a
hg commit -m "test" -d "1000000 0"
hg verify
hg parents
hg status
hg rollback
hg verify
hg parents
hg status
# Test issue 902
hg commit -m "test"
hg branch test
hg rollback
hg branch