Fri, 17 Aug 2018 19:35:24 +0000 |
Gregory Szorc |
setdiscovery: precompute children revisions to avoid quadratic lookup
|
Fri, 17 Aug 2018 18:23:47 +0000 |
Gregory Szorc |
setdiscovery: use revset for resolving DAG heads in a subset
|
Fri, 17 Aug 2018 18:22:10 +0000 |
Gregory Szorc |
setdiscovery: don't use dagutil for parent resolution
|
Fri, 17 Aug 2018 18:05:36 +0000 |
Gregory Szorc |
setdiscovery: use revsets for computing a subset's heads and roots
|
Fri, 17 Aug 2018 17:59:16 +0000 |
Gregory Szorc |
dagutil: remove heads() and localsubset from revlogdag.__init__
|
Fri, 17 Aug 2018 17:54:10 +0000 |
Gregory Szorc |
setdiscovery: pass head revisions into sample functions
|
Fri, 17 Aug 2018 17:48:15 +0000 |
Gregory Szorc |
setdiscovery: pass heads into _updatesample()
|
Fri, 17 Aug 2018 17:26:07 +0000 |
Gregory Szorc |
setdiscovery: use a revset for finding DAG heads in a subset
|
Fri, 17 Aug 2018 17:21:11 +0000 |
Gregory Szorc |
setdiscovery: reflect use of revs instead of nodes
|
Fri, 17 Aug 2018 17:13:26 +0000 |
Gregory Szorc |
setdiscovery: use a revset instead of dagutil.descendantset()
|
Thu, 16 Aug 2018 20:23:10 +0000 |
Gregory Szorc |
setdiscovery: don't use dagutil to compute heads
|
Thu, 16 Aug 2018 19:47:30 +0000 |
Gregory Szorc |
setdiscovery: don't use dagutil for node -> rev conversion
|
Thu, 16 Aug 2018 19:39:47 +0000 |
Gregory Szorc |
setdiscovery: don't use dagutil for rev -> node conversions
|
Sun, 17 Jun 2018 22:13:41 -0700 |
Martin von Zweigbergk |
progress: hide update(None) in a new complete() method
|
Sun, 17 Jun 2018 06:23:29 -0700 |
Martin von Zweigbergk |
setdiscovery: use progress helper
|
Fri, 13 Apr 2018 11:02:34 -0700 |
Gregory Szorc |
wireproto: implement batching on peer executor interface
|
Fri, 13 Apr 2018 10:51:23 -0700 |
Gregory Szorc |
wireproto: implement command executor interface for version 1 peers
|
Sun, 04 Mar 2018 07:40:21 -0800 |
Martin von Zweigbergk |
setdiscovery: avoid a Yoda condition
|
Sun, 04 Mar 2018 07:40:11 -0800 |
Martin von Zweigbergk |
setdiscovery: remove unnecessary sample size limiting
|
Sun, 04 Mar 2018 07:39:46 -0800 |
Martin von Zweigbergk |
setdiscovery: remove initialsamplesize from a condition
|
Sun, 04 Mar 2018 07:37:08 -0800 |
Martin von Zweigbergk |
setdiscovery: back out changeset 5cfdf6137af8 (issue5809)
|
Thu, 01 Feb 2018 10:29:24 -0800 |
Martin von Zweigbergk |
setdiscovery: don't call "heads" wire command when heads specified
|
Wed, 06 Dec 2017 22:44:51 +0100 |
Boris Feld |
setdiscover: allow to ignore part of the local graph
|
Sat, 10 Jun 2017 18:47:09 +0100 |
Pierre-Yves David |
setdiscovery: improves logged message
|
Wed, 07 Jun 2017 10:44:11 +0100 |
Pierre-Yves David |
discovery: log discovery result in non-trivial cases
|
Wed, 07 Jun 2017 10:29:39 +0100 |
Pierre-Yves David |
discovery: include timing in the debug output
|
Fri, 10 Feb 2017 16:56:29 -0800 |
Martin von Zweigbergk |
cleanup: use set literals
|
Tue, 01 Mar 2016 17:44:41 -0500 |
Augie Fackler |
setdiscovery: use iterbatch interface instead of batch
|
Thu, 08 Oct 2015 12:55:45 -0700 |
Pierre-Yves David |
error: get Abort from 'error' instead of 'util'
|
Sat, 08 Aug 2015 19:53:25 -0700 |
Gregory Szorc |
setdiscovery: use absolute_import
|
Wed, 05 Aug 2015 14:21:46 -0400 |
Augie Fackler |
discovery: always use batching now that all peers support batching
|
Sat, 16 May 2015 14:34:19 -0400 |
Augie Fackler |
cleanup: use __builtins__.all instead of util.all
|
Sat, 16 May 2015 11:28:04 -0700 |
Martin von Zweigbergk |
util: drop alias for collections.deque
|
Tue, 06 Jan 2015 17:19:21 -0800 |
Pierre-Yves David |
setdiscovery: remove '_setupsample' function
|
Wed, 07 Jan 2015 20:44:20 -0800 |
Pierre-Yves David |
setdiscovery: document '_takequicksample'
|
Tue, 06 Jan 2015 17:07:44 -0800 |
Pierre-Yves David |
setdiscovery: drop '_setupsample' usage in '_takequicksample'
|
Wed, 07 Jan 2015 10:32:17 -0800 |
Pierre-Yves David |
setdiscovery: drop the 'always' argument to '_updatesample'
|
Wed, 07 Jan 2015 17:28:51 -0800 |
Pierre-Yves David |
setdiscovery: always add exponential sample to the heads
|
Wed, 07 Jan 2015 17:23:21 -0800 |
Pierre-Yves David |
setdiscovery: directly run '_updatesample'
|
Wed, 07 Jan 2015 17:17:56 -0800 |
Pierre-Yves David |
setdiscovery: stop using '_setupsample' in '_takefullsample'
|
Wed, 07 Jan 2015 12:09:51 -0800 |
Pierre-Yves David |
setdiscovery: randomly pick between heads and sample when taking full sample
|
Tue, 06 Jan 2015 17:02:32 -0800 |
Pierre-Yves David |
setdiscovery: document the '_updatesample' function
|
Tue, 06 Jan 2015 16:40:33 -0800 |
Pierre-Yves David |
setdiscovery: avoid calling any sample building if the undecided set is small
|
Wed, 07 Jan 2015 09:30:06 -0800 |
Pierre-Yves David |
setdiscovery: delay sample building calls to gather them in a single place
|
Tue, 06 Jan 2015 16:32:23 -0800 |
Pierre-Yves David |
setdiscovery: drop unused 'initial' argument for '_takequicksample'
|
Tue, 06 Jan 2015 16:30:52 -0800 |
Pierre-Yves David |
setdiscovery: factorize similar sampling code
|
Tue, 06 Jan 2015 16:30:37 -0800 |
Pierre-Yves David |
setdiscovery: drop shadowed 'undecided' assignment
|
Sun, 16 Nov 2014 00:40:29 -0800 |
Siddharth Agarwal |
setdiscovery: avoid a full changelog graph traversal
|
Wed, 05 Nov 2014 13:05:32 +0100 |
Mads Kiilerich |
discovery: indices between sample and yesno must match (issue4438)
stable
|
Wed, 05 Nov 2014 13:05:29 +0100 |
Mads Kiilerich |
discovery: limit 'all local heads known remotely' to real 'all' (issue4438)
stable
|
Sat, 01 Nov 2014 23:52:53 +0000 |
Pierre-Yves David |
setdiscovery: limit the size of all sample (issue4411)
stable 3.2
|
Mon, 27 Oct 2014 17:52:33 +0100 |
Pierre-Yves David |
setdiscovery: limit the size of the initial sample (issue4411)
stable
|
Mon, 27 Oct 2014 17:40:32 +0100 |
Pierre-Yves David |
setdiscovery: extract sample limitation in a `_limitsample` function
stable
|
Thu, 06 Mar 2014 12:37:28 +0100 |
Olle Lundberg |
setdiscovery: document algorithms used
|
Wed, 06 Nov 2013 16:48:06 -0500 |
Augie Fackler |
cleanup: move stdlib imports to their own import statement
|
Tue, 21 Aug 2012 02:41:20 +0200 |
Mads Kiilerich |
delete some dead comments and docstrings
|
Wed, 15 Aug 2012 22:38:42 +0200 |
Mads Kiilerich |
fix trivial spelling errors
|
Tue, 17 Jul 2012 01:04:45 +0200 |
Pierre-Yves David |
localpeer: return only visible heads and branchmap
|
Fri, 13 Jul 2012 21:46:53 +0200 |
Sune Foldager |
peer: introduce peer methods to prepare for peer classes
|
Fri, 01 Jun 2012 17:05:31 -0700 |
Bryan O'Sullivan |
util: subclass deque for Python 2.4 backwards compatibility
|