log mercurial/phases.py @ 24449:bab983bb6fd1

age author description
Fri, 20 Mar 2015 11:14:27 -0700 Laurent Charignon phase: default to C implementation for phase computation
Sun, 11 Jan 2015 00:25:54 +0100 Angel Ezquerra localrepo: remove all external users of localrepo.sopener
Thu, 18 Dec 2014 11:38:48 -0800 Eric Sumner bundlerepo: implement safe phasecache
Fri, 17 Oct 2014 22:23:06 -0700 Pierre-Yves David phases: read pending data when appropriate
Sun, 12 Oct 2014 08:03:20 -0700 Pierre-Yves David phases: inform transaction-related hooks that a phase was moved
Tue, 07 Oct 2014 11:42:37 -0700 Durham Goode phases: move root phase assignment to it's own function
Tue, 07 Oct 2014 11:37:54 -0700 Durham Goode phases: add invalidate function
Thu, 07 Aug 2014 14:11:36 -0700 Pierre-Yves David phase: attach phase to the transaction instead of the lock
Thu, 07 Aug 2014 14:41:00 -0700 Pierre-Yves David phase: extract the phaseroots serialization in a dedicated method
Tue, 05 Aug 2014 23:52:21 -0700 Pierre-Yves David phase: add a transaction argument to retractboundary
Wed, 06 Aug 2014 01:54:19 -0700 Pierre-Yves David phase: add a transaction argument to advanceboundary
Wed, 06 Aug 2014 00:54:58 -0700 Pierre-Yves David pushkey: wrap pushkey phase movement in a transaction
Thu, 20 Feb 2014 02:43:17 +0100 Mads Kiilerich phases: make order of debug output 'removing unknown node' deterministic
Mon, 04 Nov 2013 19:59:00 -0800 Durham Goode rebase: fix rebase aborts when 'tip-1' is public (issue4082) stable
Thu, 24 Oct 2013 01:49:56 +0800 Mads Kiilerich spelling: random spell checker fixes stable
Mon, 15 Apr 2013 17:10:58 +0200 Pierre-Yves David destroyed: invalidate phraserevs cache in all case (issue3858)
Fri, 04 Jan 2013 06:11:29 +0100 Idan Kamara phases: make _filterunknown a member function of phasecache
Tue, 18 Dec 2012 02:04:37 +0100 Pierre-Yves David cache: group obscache and revsfiltercache invalidation in a single function
Thu, 20 Dec 2012 17:14:07 +0100 Pierre-Yves David clfilter: add a cache on repo for set of revision to filter for a given set.
Wed, 21 Nov 2012 00:53:45 +0100 Pierre-Yves David clfilter: phases logic should be unfiltered
Sun, 25 Nov 2012 20:39:37 +0100 André Sintzoff phases: fix missing "error" module import (issue3707) stable
Mon, 03 Sep 2012 14:05:19 +0200 Pierre-Yves David clfilter: introduce a `hassecret` function
Tue, 11 Sep 2012 08:36:09 -0700 Bryan O'Sullivan Merge spelling fixes
Fri, 17 Aug 2012 13:58:19 -0700 timeless en-us: serialization
Tue, 28 Aug 2012 20:52:04 +0200 Pierre-Yves David obsolete: introduce caches for all meaningful sets
Wed, 15 Aug 2012 22:39:18 +0200 Mads Kiilerich fix wording and not-completely-trivial spelling errors and bad docstrings
Wed, 15 Aug 2012 22:38:42 +0200 Mads Kiilerich fix trivial spelling errors
Tue, 17 Jul 2012 01:22:31 +0200 Pierre-Yves David repo: move visibleheads and visiblebranchmap logic in discovery
Fri, 01 Jun 2012 12:45:16 -0700 Bryan O'Sullivan revlog: descendants(*revs) becomes descendants(revs) (API)
Sun, 13 May 2012 12:07:49 +0200 Martin Geisler phases: wrap docstrings at 70 characters