log tests/test-ancestor.py @ 50916:98b8836d0e82

age author description
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