Sat, 18 Apr 2009 09:44:51 -0400 cvsps: update docstring for changeset class.
Greg Ward <greg-hg@gerg.ca> [Sat, 18 Apr 2009 09:44:51 -0400] rev 8079
cvsps: update docstring for changeset class.
Sat, 18 Apr 2009 16:44:24 +0200 merge with crew
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 18 Apr 2009 16:44:24 +0200] rev 8078
merge with crew
Sat, 18 Apr 2009 09:48:59 -0400 manifest: improve error message about newlines in filenames
Greg Ward <greg-hg@gerg.ca> [Sat, 18 Apr 2009 09:48:59 -0400] rev 8077
manifest: improve error message about newlines in filenames Include the offending filenames in the error message. Now this error message is consistent with the same error issued by dirstate.py (although there is still duplicate code).
Sat, 18 Apr 2009 14:40:21 +0200 help texts: write command line switches as -a/--abc
Martin Geisler <mg@lazybytes.net> [Sat, 18 Apr 2009 14:40:21 +0200] rev 8076
help texts: write command line switches as -a/--abc
Sat, 18 Apr 2009 00:21:11 -0700 Update qimport help explaining how to read a patch from stdin (Issue371)
David Frey <dpfrey@shaw.ca> [Sat, 18 Apr 2009 00:21:11 -0700] rev 8075
Update qimport help explaining how to read a patch from stdin (Issue371)
Sat, 04 Apr 2009 20:19:51 -0500 convert: Improved svn source detection.
Augie Fackler <durin42@gmail.com> [Sat, 04 Apr 2009 20:19:51 -0500] rev 8074
convert: Improved svn source detection.
Thu, 16 Apr 2009 15:34:03 +0200 strip: make repair.strip transactional to avoid repository corruption
Henrik Stuart <henrik.stuart@edlund.dk> [Thu, 16 Apr 2009 15:34:03 +0200] rev 8073
strip: make repair.strip transactional to avoid repository corruption Uses a transaction instance from the local repository to journal the truncation of revlog files, such that if a strip only partially completes, hg recover will be able to finish the truncate of all the files. The potential unbundling of changes that have been backed up to be restored later will, in case of an error, have to be unbundled manually. The difference is that it will be possible to recover the repository state so the unbundle can actually succeed.
Wed, 15 Apr 2009 19:54:22 +0200 transaction: support multiple, separate transactions
Henrik Stuart <henrik.stuart@edlund.dk> [Wed, 15 Apr 2009 19:54:22 +0200] rev 8072
transaction: support multiple, separate transactions Solves that committed (closed) transactions may linger and be returned on subsequent transaction calls, even though a new transaction should be made, rather than a new nested transaction. This also fixes a race condition with the use of weakref.
Thu, 16 Apr 2009 15:41:25 +0200 transaction: only delete journal on successful abort/commit
Henrik Stuart <henrik.stuart@edlund.dk> [Thu, 16 Apr 2009 15:41:25 +0200] rev 8071
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.
Tue, 14 Apr 2009 18:16:04 +0200 i18n-de: synchronised with hg.pot
Tobias Bell <tobias.bell@gmail.com> [Tue, 14 Apr 2009 18:16:04 +0200] rev 8070
i18n-de: synchronised with hg.pot
(0) -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 +10000 +30000 tip