##// END OF EJS Templates
revlog: return lazy set from findcommonmissing...
revlog: return lazy set from findcommonmissing When computing the commonmissing, it greedily computes the entire set immediately. On a large repo where the majority of history is irrelevant, this causes a significant slow down. Replacing it with a lazy set makes amend go from 11 seconds to 8.7 seconds.

File last commit:

r0:9117c656 default
r20073:eeba4eaf default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer