mercurial/testing/__init__.py
author Martijn Pieters <mj@octobus.net>
Fri, 31 Aug 2018 19:58:41 +0100
changeset 40312 5644f7c8982e
parent 39772 ae531f5e583c
child 46984 99c629101b73
permissions -rw-r--r--
branchmap: remove redundant sort There is absoluty no benefit in sorting a list that's being merged into a set on the next line. The changelog.ancestors() call later on also doesn't benefit from a sorted sequence of revs. Differential Revision: https://phab.mercurial-scm.org/D5111