tests/test-ancestor.py
Sun, 29 May 2022 16:12:27 +0200 Manuel Jacob py3: remove long() compatibility code
Sun, 29 May 2022 15:32:43 +0200 Manuel Jacob py3: remove xrange() compatibility code
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
Thu, 17 Jan 2019 09:17:12 -0800 Martin von Zweigbergk cleanup: delete lots of unused local variables
Fri, 30 Nov 2018 00:46:55 +0100 Georges Racinet rust: translation of missingancestors
Mon, 10 Sep 2018 21:58:59 +0900 Yuya Nishihara ancestor: optimize _lazyancestorsiter() for contiguous chains
Mon, 10 Sep 2018 21:54:40 +0900 Yuya Nishihara ancestor: unroll loop of parents in _lazyancestorsiter()
Sat, 08 Sep 2018 10:48:42 +0900 Yuya Nishihara ancestor: add test showing inconsistency between __iter__ and __contains__
Sat, 03 Mar 2018 07:59:20 -0500 Yuya Nishihara py3: make test-ancestors.py pass on Python 3 with C extensions
Fri, 14 Jul 2017 13:48:17 +0200 Sune Foldager parsers: fix invariant bug in find_deepest (issue5623)
Sat, 17 Jun 2017 14:39:10 +0530 Pulkit Goyal py3: pass the path in hg.repository() as bytes
Sat, 17 Jun 2017 14:38:02 +0530 Pulkit Goyal py3: pass range() into list() to get one explicitly
Fri, 16 Jun 2017 01:24:31 +0530 Pulkit Goyal py3: alias long to int and xrange to range in test-ancestor.py on Python 3
Fri, 10 Feb 2017 16:56:29 -0800 Martin von Zweigbergk cleanup: use set literals
Sat, 22 Oct 2016 14:35:10 +0900 Yuya Nishihara ui: factor out ui.load() to create a ui without loading configs (API)
Thu, 10 Nov 2016 09:45:42 -0800 Gregory Szorc debugcommands: move debugbuilddag
Sun, 03 Apr 2016 19:48:47 +0900 Yuya Nishihara tests: alias ui as uimod in test-ancestor
Sat, 02 Apr 2016 17:33:11 +0300 Robert Stanca py3: use print_function in test-ancestor.py
Sun, 06 Dec 2015 22:07:13 -0800 Gregory Szorc tests/test-ancestor: use absolute_import
Fri, 14 Nov 2014 19:40:30 -0800 Siddharth Agarwal ancestor: add a way to remove ancestors of bases from a given set
Fri, 14 Nov 2014 17:21:00 -0800 Siddharth Agarwal ancestor: add a way to add to bases of a missing ancestor object
Sat, 15 Nov 2014 19:26:20 -0800 Siddharth Agarwal test-ancestor: add support for multiple tests against one incremental object
Fri, 14 Nov 2014 23:50:01 -0800 Siddharth Agarwal test-ancestor: move naive missing ancestor algorithm into a class
Fri, 14 Nov 2014 23:44:38 -0800 Siddharth Agarwal ancestor.missingancestors: turn into a state-keeping class
Sat, 15 Nov 2014 10:55:34 -0800 Siddharth Agarwal test-ancestor: use random testing for missing ancestors
Sat, 15 Nov 2014 18:52:44 -0800 Siddharth Agarwal test-ancestor: define a main function
Fri, 14 Nov 2014 14:50:03 -0800 Siddharth Agarwal test-ancestor: test iteration for lazyancestors
Fri, 14 Nov 2014 14:36:25 -0800 Siddharth Agarwal ancestor.lazyancestors: take parentrevs function rather than changelog
Sat, 30 Aug 2014 11:39:15 +0200 Pierre-Yves David test-ancestor: add a test for `ancestor` with ancestry within the initset
Sun, 13 Apr 2014 19:01:00 +0200 Mads Kiilerich spelling: fixes from spell checker
Thu, 25 Jul 2013 14:43:15 -0700 Siddharth Agarwal ancestor.deepest: ignore ninteresting while building result (issue3984) stable
Tue, 18 Dec 2012 12:47:20 -0800 Siddharth Agarwal ancestor: add lazy membership testing to lazyancestors
Tue, 11 Dec 2012 14:47:33 -0800 Siddharth Agarwal ancestor: move missingancestors doctest out into a separate file
less more (0) tip