diff mercurial/patch.py @ 21392:b1ce47dadbdf

merge: separate worker functions for batch remove and batch get The old code had one function that could do 2 different things. First, is was called a bunch of times to do one thing. Next, it was called a bunch of times to do the other thing. That gave unnecessary complexity and a dispatch overhead. Having separate functions is "obviously" better than having a function that can do two things, depending on its parameters. It also prepares the code for the next refactorings.
author Mads Kiilerich <madski@unity3d.com>
date Fri, 09 May 2014 12:01:56 +0200
parents 4e2fb0ad00a9
children bee0e1cffdd3
line wrap: on
line diff