Tue, 06 Mar 2018 07:15:01 -0600 |
Yuya Nishihara |
templatefilters: inline hbisect.shortlabel()
|
Tue, 06 Mar 2018 07:10:50 -0600 |
Yuya Nishihara |
py3: fix integer formatting in bisect error
|
Thu, 23 Nov 2017 14:13:14 -0800 |
David Soria Parra |
hbisect: use a defaultdict to avoid large allocations for a large changelogs
|
Thu, 23 Nov 2017 14:12:55 -0800 |
David Soria Parra |
hbisect: use a revset for ancestor calculation
|
Thu, 23 Nov 2017 14:11:27 -0800 |
David Soria Parra |
hbisect: pass repo into hbisect.bisect
|
Thu, 10 Nov 2016 16:33:23 -0500 |
Augie Fackler |
hbisect: avoid shadowing a variable in a list comprehension
|
Wed, 24 Aug 2016 04:25:20 +0200 |
Pierre-Yves David |
bisect: move check_state into the bisect module
|
Wed, 24 Aug 2016 04:19:11 +0200 |
Pierre-Yves David |
bisect: move 'printresult' in the 'hbisect' module
|
Wed, 24 Aug 2016 04:16:07 +0200 |
Pierre-Yves David |
bisect: move the 'extendrange' to the 'hbisect' module
|
Wed, 24 Aug 2016 04:13:53 +0200 |
Pierre-Yves David |
bisect: extract the 'reset' logic into its own function
|
Fri, 15 Jan 2016 13:14:49 -0800 |
Bryan O'Sullivan |
with: use context manager in bisect save_state
|
Sun, 27 Dec 2015 23:55:54 +0900 |
Bryan O'Sullivan |
hbisect: use tryreadlines to load state
|
Thu, 08 Oct 2015 12:55:45 -0700 |
Pierre-Yves David |
error: get Abort from 'error' instead of 'util'
|
Sat, 08 Aug 2015 19:22:11 -0700 |
Gregory Szorc |
hbisect: use absolute_import
|
Sat, 16 May 2015 11:28:04 -0700 |
Martin von Zweigbergk |
util: drop alias for collections.deque
|
Thu, 15 Jan 2015 23:17:12 +0100 |
Angel Ezquerra |
localrepo: remove all external users of localrepo.opener
|
Fri, 22 Nov 2013 17:26:58 -0600 |
Matt Mackall |
merge with stable
|
Sun, 10 Nov 2013 18:51:21 +0100 |
Mads Kiilerich |
bisect: report "both good and bad" as such, not as "not directly related"
stable
|
Wed, 06 Nov 2013 16:48:06 -0500 |
Augie Fackler |
cleanup: move stdlib imports to their own import statement
|
Tue, 22 Jan 2013 03:23:02 +0100 |
Pierre-Yves David |
bisect: use changelog for iteration
stable
|
Wed, 12 Dec 2012 02:38:14 +0100 |
Mads Kiilerich |
bisect: store state sorted
|
Tue, 11 Sep 2012 08:36:09 -0700 |
Bryan O'Sullivan |
Merge spelling fixes
|
Fri, 17 Aug 2012 13:58:18 -0700 |
timeless |
spelling: recursion
|
Fri, 17 Aug 2012 13:58:18 -0700 |
timeless |
spelling: following
|
Wed, 15 Aug 2012 22:38:42 +0200 |
Mads Kiilerich |
fix trivial spelling errors
|
Fri, 01 Jun 2012 17:05:31 -0700 |
Bryan O'Sullivan |
util: subclass deque for Python 2.4 backwards compatibility
|
Tue, 15 May 2012 10:46:23 -0700 |
Bryan O'Sullivan |
cleanup: use the deque type where appropriate
|
Tue, 08 May 2012 15:29:09 -0700 |
Bryan O'Sullivan |
bisect: track the current changeset (issue3382)
|
Thu, 20 Oct 2011 00:37:34 +0200 |
Yann E. MORIN |
bisect: remove superfluous parameter in label()
|
Wed, 02 Nov 2011 13:51:16 -0500 |
Matt Mackall |
localrepo: convert various repo.set() users to repo.revs()
|