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
|