##// END OF EJS Templates
localrepo: cache self.changelog in local variable...
localrepo: cache self.changelog in local variable Repeated self.changelog lookups can incur overhead. Let's cache it in the separate variable.
Stanislau Hlebik -
r30905:6037caa6 default
Show More