##// END OF EJS Templates
rebase: allow revsets for source and base args
rebase: allow revsets for source and base args

File last commit:

r14266:89e7d35e stable
r15269:b12362ab default
Show More
test-hup.t
20 lines | 526 B | text/troff | Tads3Lexer
Matt Mackall
tests: unify test-hup
r12413 Test hangup signal in the middle of transaction
$ "$TESTDIR/hghave" fifo || exit 80
$ hg init
$ mkfifo p
$ hg serve --stdio < p &
$ P=$!
$ (echo lock; echo addchangegroup; sleep 5) > p &
$ Q=$!
$ sleep 3
0
0
adding changesets
$ kill -HUP $P
$ wait
transaction abort!
rollback completed
killed!
$ echo .hg/* .hg/store/*
Alexander Solovyov
fix bookmarks rollback behavior...
r14266 .hg/00changelog.i .hg/journal.bookmarks .hg/journal.branch .hg/journal.desc .hg/journal.dirstate .hg/requires .hg/store .hg/store/00changelog.i .hg/store/00changelog.i.a