Fri, 09 Mar 2018 14:30:15 -0800 |
Martin von Zweigbergk |
transaction: add a name and a __repr__ implementation (API)
|
Sun, 04 Mar 2018 16:11:15 -0500 |
Augie Fackler |
transaction: fix an error string with bytestr() on a repr()d value
|
Wed, 17 Jan 2018 20:41:51 -0500 |
Augie Fackler |
transaction: fix hg version check when loading journal
|
Fri, 28 Jul 2017 22:42:10 -0700 |
Martin von Zweigbergk |
util: add base class for transactional context managers
|
Tue, 04 Jul 2017 23:13:47 +0900 |
FUJIWARA Katsunori |
transaction: apply checkambig=True only on limited files for similarity
|
Tue, 04 Jul 2017 23:13:46 +0900 |
FUJIWARA Katsunori |
transaction: avoid file stat ambiguity only for files in blacklist
|
Sun, 25 Jun 2017 10:38:45 -0700 |
Jun Wu |
strip: add a delayedstrip method that works in a transaction
|
Sat, 24 Jun 2017 21:13:48 -0700 |
Jun Wu |
rebase: clean up rebasestate from active transaction
|
Fri, 26 May 2017 13:27:21 -0700 |
Gregory Szorc |
transaction: delete callbacks after use
|
Fri, 10 Feb 2017 16:56:29 -0800 |
Martin von Zweigbergk |
cleanup: use set literals
|
Tue, 02 May 2017 18:31:18 +0200 |
Pierre-Yves David |
transaction: introduce "changes" dictionary to precisely track updates
|
Sun, 26 Mar 2017 16:59:30 -0700 |
Jun Wu |
transaction: use ProgrammingError
|
Thu, 22 Sep 2016 21:52:00 +0900 |
FUJIWARA Katsunori |
transaction: open a file with checkambig=True to avoid file stat ambiguity
|
Mon, 13 Jun 2016 05:11:56 +0900 |
FUJIWARA Katsunori |
transaction: avoid ambiguity of file stat at restoring from backup
|
Fri, 03 Jun 2016 00:44:20 +0900 |
FUJIWARA Katsunori |
transaction: avoid ambiguity of file stat at closing transaction
|
Sat, 16 Apr 2016 16:01:24 -0700 |
Pierre-Yves David |
style: remove namespace class
|
Sat, 16 Apr 2016 15:59:30 -0700 |
Pierre-Yves David |
style: don't use capital letter for constant
|
Sat, 16 Apr 2016 09:02:37 -0700 |
Gregory Szorc |
transaction: clear callback instances after usage
|
Thu, 07 Apr 2016 14:10:49 -0700 |
Durham Goode |
transaction: allow running file generators after finalizers
|
Tue, 19 Jan 2016 15:18:21 -0800 |
Durham Goode |
transaction: abort transaction during hook exception
stable
|
Fri, 15 Jan 2016 13:14:47 -0800 |
Bryan O'Sullivan |
transaction: turn a transaction into a Python context manager
|
Wed, 06 Jan 2016 11:12:09 -0800 |
Martin von Zweigbergk |
transaction: remove 'if True:'
|
Sat, 17 Oct 2015 15:28:02 -0500 |
Matt Mackall |
spelling: fix typo in transaction error messages
|
Fri, 16 Oct 2015 03:29:51 +0900 |
FUJIWARA Katsunori |
transaction: reorder unlinking .hg/journal and .hg/journal.backupfiles
|
Thu, 08 Oct 2015 12:55:45 -0700 |
Pierre-Yves David |
error: get Abort from 'error' instead of 'util'
|
Fri, 09 Oct 2015 03:53:46 +0900 |
FUJIWARA Katsunori |
transaction: add releasefn to notify the end of a transaction scope
|
Sat, 08 Aug 2015 20:10:23 -0700 |
Gregory Szorc |
transaction: use absolute_import
|
Tue, 23 Jun 2015 22:20:08 -0700 |
Gregory Szorc |
global: mass rewrite to use modern exception syntax
|
Tue, 23 Jun 2015 22:30:33 -0700 |
Gregory Szorc |
global: mass rewrite to use modern octal syntax
|
Wed, 27 May 2015 17:41:42 -0500 |
Matt Mackall |
merge with stable
|
Tue, 26 May 2015 13:02:28 -0700 |
Pierre-Yves David |
transaction: really fix _addbackupentry key usage (issue4684)
stable
|
Sat, 23 May 2015 15:55:04 -0500 |
Matt Mackall |
merge with stable
|
Fri, 22 May 2015 12:13:18 -0500 |
Pierre-Yves David |
transaction: use the proper variable in '_addbackupentry' (issue4684)
stable
|
Mon, 18 May 2015 15:38:24 -0500 |
Pierre-Yves David |
recover: catch any exception, not just Exception
|
Tue, 14 Apr 2015 10:59:26 -0400 |
Michael O'Connor |
transaction: add missing newline to message
|
Mon, 09 Mar 2015 22:43:36 -0700 |
Pierre-Yves David |
transaction: add a validation stage
|
Fri, 16 Jan 2015 18:34:14 -0800 |
Pierre-Yves David |
transaction: include backup file in the "undo" transaction
|
Fri, 16 Jan 2015 19:35:04 -0800 |
Pierre-Yves David |
transaction: pass the name of the "undo" journal to the transaction
|
Fri, 16 Jan 2015 14:54:24 -0800 |
Pierre-Yves David |
transaction: clarify the name of 'journal' argument for transaction
|
Mon, 05 Jan 2015 12:44:15 -0800 |
Pierre-Yves David |
transaction: use 'util.copyfile' for creating backup
|
Tue, 06 Jan 2015 21:56:33 -0800 |
Gregory Szorc |
transaction: support for callbacks during abort
|
Mon, 05 Jan 2015 15:00:02 -0800 |
Pierre-Yves David |
transaction: use the right location when cleaning up backup file (issue4479)
|
Mon, 15 Dec 2014 13:32:34 -0800 |
Pierre-Yves David |
vfs: add a 'split' method
|
Mon, 15 Dec 2014 13:27:46 -0800 |
Pierre-Yves David |
vfs: add a 'reljoin' function for joining relative paths
|
Thu, 17 Apr 2014 22:47:38 +0200 |
Mads Kiilerich |
spelling: fixes from proofreading of spell checker issues
|
Thu, 04 Dec 2014 13:52:46 -0800 |
Pierre-Yves David |
transaction: remove the 'onabort' mechanism
|
Thu, 04 Dec 2014 13:51:41 -0800 |
Pierre-Yves David |
transaction: remove the redundant 'onclose' mechanism
|
Fri, 17 Oct 2014 22:19:05 -0700 |
Pierre-Yves David |
transaction: write pending generated files
|
Fri, 17 Oct 2014 21:57:32 -0700 |
Pierre-Yves David |
transaction: have _generatefile return a boolean
|
Mon, 29 Sep 2014 01:29:08 -0700 |
Pierre-Yves David |
transaction: allow generating files with a suffix
|
Wed, 19 Nov 2014 09:52:05 -0600 |
Matt Mackall |
transaction: fix some docstring grammar
|
Wed, 12 Nov 2014 14:57:41 +0000 |
Pierre-Yves David |
transaction: accept a 'location' argument for registertmp
|
Wed, 12 Nov 2014 14:47:48 +0000 |
Pierre-Yves David |
transaction: drop special handling for phases and bookmarks generation
|
Fri, 17 Oct 2014 20:53:42 -0700 |
Pierre-Yves David |
transaction: use 'location' instead of 'vfs' objects for file generation
|
Wed, 05 Nov 2014 01:59:32 +0000 |
Pierre-Yves David |
transaction: use 'location' instead of 'vfs' in the addbackup method
|
Fri, 14 Nov 2014 00:14:23 +0000 |
Pierre-Yves David |
addbackup: handle file in subdirectory
|
Fri, 14 Nov 2014 14:54:55 +0000 |
Pierre-Yves David |
addbackup: use the vfs for the backup destination too
|
Thu, 13 Nov 2014 11:17:36 +0000 |
Pierre-Yves David |
transaction: set backupentries version to proper value
|
Thu, 13 Nov 2014 11:17:09 +0000 |
Pierre-Yves David |
transaction: support cache file in backupentries
|
Fri, 17 Oct 2014 21:04:35 -0700 |
Pierre-Yves David |
transaction: use the location value when doing backup
|