Mercurial > hg
annotate tests/test-hup.t @ 16022:04604d1a9fc3 stable
push: more precise failure check on subrepo push
This will let us distinguish between nothing to push and push failed
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Mon, 30 Jan 2012 11:26:20 -0600 |
parents | c6f87bdab2a1 |
children | 853ffcafecfa |
rev | line source |
---|---|
12413 | 1 Test hangup signal in the middle of transaction |
642 | 2 |
15446
c5c9ca3719f9
tests: use 'hghave serve' to guard tests that requires serve daemon management
Mads Kiilerich <mads@kiilerich.com>
parents:
14266
diff
changeset
|
3 $ "$TESTDIR/hghave" serve fifo || exit 80 |
12413 | 4 $ hg init |
5 $ mkfifo p | |
6 $ hg serve --stdio < p & | |
7 $ P=$! | |
8 $ (echo lock; echo addchangegroup; sleep 5) > p & | |
9 $ Q=$! | |
10 $ sleep 3 | |
11 0 | |
12 0 | |
13 adding changesets | |
14 $ kill -HUP $P | |
15 $ wait | |
16 transaction abort! | |
17 rollback completed | |
18 killed! | |
19 $ echo .hg/* .hg/store/* | |
15455
c6f87bdab2a1
phases: add rollback support
Pierre-Yves David <pierre-yves.david@ens-lyon.org>
parents:
15446
diff
changeset
|
20 .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 .hg/store/journal.phaseroots |