Mercurial > public > mercurial-scm > hg
log mercurial/hbisect.py @ 39878:3e896b51aa5d
age | author | description |
---|---|---|
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 |