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
|