##// END OF EJS Templates
commit: when committing the results of a merge, it's all or nothing...
commit: when committing the results of a merge, it's all or nothing Previously, it was possible to commit just one file from a merge, which is essentially always the wrong thing to do. This fixes issue 1049.

File last commit:

r5867:b6d8972c default
r6385:0d4e068e default
Show More
test-journal-exists
12 lines | 103 B | text/plain | TextLexer
/ tests / test-journal-exists
Giorgos Keramidas
tests: Use /bin/sh for test-journal-exists, /bin/bash may not be available
r5867 #!/bin/sh
Matt Mackall
transactions: don't show a backtrace when journal exists...
r5865
hg init
echo a > a
hg ci -Am0
touch .hg/store/journal
echo foo > a
hg ci -Am0
hg recover