mercurial/localrepo.py
changeset 42127 70b71421fd33
parent 42105 e0357a46c39d
child 42135 b970fece153d
equal deleted inserted replaced
42126:ef0e3cc684b3 42127:70b71421fd33
  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: