##// END OF EJS Templates
regression test for issue1552...
regression test for issue1552 Ensures that fetch correctly infers what to merge when pulling a repository with inactive branches.

File last commit:

r5867:b6d8972c default
r7855:aa1a87f7 default
Show More
test-journal-exists
12 lines | 103 B | text/plain | TextLexer
#!/bin/sh
hg init
echo a > a
hg ci -Am0
touch .hg/store/journal
echo foo > a
hg ci -Am0
hg recover