##// END OF EJS Templates
localrepo: fix comment typo...
Joerg Sonnenberger -
r46889:d46646ce default
parent child Browse files
Show More
@@ -2618,7 +2618,7 b' class localrepository(object):'
2618 return
2618 return
2619
2619
2620 if tr is None or tr.changes[b'origrepolen'] < len(self):
2620 if tr is None or tr.changes[b'origrepolen'] < len(self):
2621 # accessing the 'ser ved' branchmap should refresh all the others,
2621 # accessing the 'served' branchmap should refresh all the others,
2622 self.ui.debug(b'updating the branch cache\n')
2622 self.ui.debug(b'updating the branch cache\n')
2623 self.filtered(b'served').branchmap()
2623 self.filtered(b'served').branchmap()
2624 self.filtered(b'served.hidden').branchmap()
2624 self.filtered(b'served.hidden').branchmap()
General Comments 0
You need to be logged in to leave comments. Login now