equal
deleted
inserted
replaced
2105 |
2105 |
2106 if tr is None or tr.changes['origrepolen'] < len(self): |
2106 if tr is None or tr.changes['origrepolen'] < len(self): |
2107 # accessing the 'ser ved' branchmap should refresh all the others, |
2107 # accessing the 'ser ved' branchmap should refresh all the others, |
2108 self.ui.debug('updating the branch cache\n') |
2108 self.ui.debug('updating the branch cache\n') |
2109 self.filtered('served').branchmap() |
2109 self.filtered('served').branchmap() |
|
2110 self.filtered('served.hidden').branchmap() |
2110 |
2111 |
2111 if full: |
2112 if full: |
2112 unfi = self.unfiltered() |
2113 unfi = self.unfiltered() |
2113 rbc = unfi.revbranchcache() |
2114 rbc = unfi.revbranchcache() |
2114 for r in unfi.changelog: |
2115 for r in unfi.changelog: |