Mercurial > hg
view tests/test-serve.out @ 8071:9f14b66830a8
transaction: only delete journal on successful abort/commit
This solves that the journal file was always deleted when the transaction
was deleted, no matter whether the abort (rollback) succeeded or not.
Thus, never supporting a hg recover. The journal file is now only deleted
on close (commit) or a successful abort.
author | Henrik Stuart <henrik.stuart@edlund.dk> |
---|---|
date | Thu, 16 Apr 2009 15:41:25 +0200 |
parents | eb69e7989145 |
children | 3318431f2ab4 |
line wrap: on
line source
% Without -v access log created - .hg/hgrc respected % errors % With -v listening at http://localhost/ (bound to 127.0.0.1) % errors % With --prefix foo listening at http://localhost/foo/ (bound to 127.0.0.1) % errors % With --prefix /foo listening at http://localhost/foo/ (bound to 127.0.0.1) % errors % With --prefix foo/ listening at http://localhost/foo/ (bound to 127.0.0.1) % errors % With --prefix /foo/ listening at http://localhost/foo/ (bound to 127.0.0.1) % errors