##// END OF EJS Templates
When committing, record the changeset in the branchcache.
Simon 'corecode' Schubert -
r4019:c3864dfb default
parent child Browse files
Show More
@@ -786,6 +786,9 b' class localrepository(repo.repository):'
786 parent2=xp2)
786 parent2=xp2)
787 tr.close()
787 tr.close()
788
788
789 if self.branchcache and "branch" in extra:
790 self.branchcache[util.tolocal(extra["branch"])] = n
791
789 if use_dirstate or update_dirstate:
792 if use_dirstate or update_dirstate:
790 self.dirstate.setparents(n)
793 self.dirstate.setparents(n)
791 if use_dirstate:
794 if use_dirstate:
General Comments 0
You need to be logged in to leave comments. Login now