mercurial/phases.py
Thu, 08 Oct 2015 12:55:45 -0700 Pierre-Yves David error: get Abort from 'error' instead of 'util'
Sat, 08 Aug 2015 19:46:33 -0700 Gregory Szorc phases: use absolute_import
Tue, 23 Jun 2015 22:20:08 -0700 Gregory Szorc global: mass rewrite to use modern exception syntax
Thu, 18 Jun 2015 15:34:22 -0500 Matt Mackall publishing: use new helper method
Mon, 15 Jun 2015 16:06:17 -0700 Pierre-Yves David phase: remove a 'for x in "foo bar".split()' idiom in phasecache.replace
Mon, 15 Jun 2015 16:06:24 -0700 Pierre-Yves David phase: document the replace method
Mon, 15 Jun 2015 16:04:14 -0700 Pierre-Yves David phase: rename getphaserevs to loadphaserevs
Mon, 15 Jun 2015 16:08:22 -0700 Pierre-Yves David phase: also overwrite phase's sets when replacing a phasecache
Mon, 15 Jun 2015 15:57:47 -0700 Pierre-Yves David phase: invalidate the phase's set cache alongside the revs
Mon, 15 Jun 2015 15:52:52 -0700 Pierre-Yves David phase: also copy phase's sets when copying phase cache
Wed, 10 Jun 2015 19:26:16 -0700 Pierre-Yves David phases: really fix native phase computation
Wed, 01 Apr 2015 11:17:17 -0700 Laurent Charignon phases: add set per phase in C phase computation
Mon, 30 Mar 2015 15:38:24 -0700 Laurent Charignon phases: make two functions private for phase computation
Mon, 30 Mar 2015 12:57:55 -0700 Laurent Charignon phases: add killswitch for native implementation
Mon, 30 Mar 2015 12:48:15 -0700 Laurent Charignon phases: move pure phase computation in a function
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
Sun, 13 May 2012 12:06:12 +0200 Martin Geisler phases: fix typos in docstrings
Sat, 12 May 2012 00:24:07 +0200 Patrick Mezard phase: make if abort on nullid for the good reason
Sat, 12 May 2012 00:24:07 +0200 Patrick Mezard phases: make advance/retractboundary() atomic
Sat, 12 May 2012 00:24:07 +0200 Patrick Mezard phases: introduce phasecache
Thu, 10 May 2012 18:52:07 +0200 Patrick Mezard phases: stop modifying localrepo in writeroots()
Thu, 10 May 2012 18:52:04 +0200 Patrick Mezard phases: stop modifying localrepo in readroots()
Thu, 10 May 2012 18:21:15 +0200 Patrick Mezard phases: call filterunknown() in readroots()
Fri, 04 May 2012 15:24:00 +0200 Martin Geisler phases: line.strip().split() == line.split()
Tue, 24 Apr 2012 16:32:44 +0200 Pierre-Yves David branchmap: server should not advertise secret changeset in branchmap (Issue3303) stable
Wed, 15 Feb 2012 17:30:21 -0500 Greg Ward phases: fix a non-standard debug message stable
Wed, 01 Feb 2012 14:17:26 -0600 Matt Mackall phases: don't complain if cset is already public on pushkey (issue3230) stable 2.1
Mon, 30 Jan 2012 17:46:15 +0100 Pierre-Yves David phases: allow phase name in phases.new-commit settings stable
Mon, 30 Jan 2012 17:33:09 +0100 Pierre-Yves David phases: write default phase data as soon as possible. stable
Fri, 20 Jan 2012 19:23:53 +0100 Pierre-Yves David phase: extracts heads computation logics from analyzeremotephases stable
Fri, 20 Jan 2012 19:18:09 +0100 Pierre-Yves David phase: fix warning text from invalid remote phase stable
less more (0) -60 tip