equal
deleted
inserted
replaced
1898 tr.close() |
1898 tr.close() |
1899 finally: |
1899 finally: |
1900 del tr |
1900 del tr |
1901 |
1901 |
1902 if changesets > 0: |
1902 if changesets > 0: |
|
1903 # forcefully update the on-disk branch cache |
|
1904 self.ui.debug(_("updating the branch cache\n")) |
|
1905 self.branchcache = None |
|
1906 self.branchtags() |
1903 self.hook("changegroup", node=hex(self.changelog.node(cor+1)), |
1907 self.hook("changegroup", node=hex(self.changelog.node(cor+1)), |
1904 source=srctype, url=url) |
1908 source=srctype, url=url) |
1905 |
1909 |
1906 for i in xrange(cor + 1, cnr + 1): |
1910 for i in xrange(cor + 1, cnr + 1): |
1907 self.hook("incoming", node=hex(self.changelog.node(i)), |
1911 self.hook("incoming", node=hex(self.changelog.node(i)), |