Mercurial > hg
view tests/test-hup.t @ 15553:e89385e4ef8d stable
largefiles: file storage should be relative to repo, not relative to cwd
Revealed by the test in 1fd126cd2d91.
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Tue, 22 Nov 2011 19:52:23 +0100 |
parents | 89e7d35e0ef0 |
children | c5c9ca3719f9 |
line wrap: on
line source
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/* .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