##// END OF EJS Templates
localrepo: optimize internode status calls using withflags...
localrepo: optimize internode status calls using withflags Introduce manifestdict.withflags() to get a set of all files which have any flags set, since these are likely to be a minority. Otherwise checking .flags() for every file is a lot of dictionary lookups and is quite slow.

File last commit:

r1360:7d439981 default
r16646:a1dcd842 default
Show More
__init__.py
1 line | 14 B | text/x-python | PythonLexer
# placeholder