##// END OF EJS Templates
branchmap: micro-optimize branchinfo...
Joerg Sonnenberger -
r46813:2607a934 default
parent child Browse files
Show More
@@ -601,7 +601,7 b' class changelog(revlog.revlog):'
601 601
602 602 This function exists because creating a changectx object
603 603 just to access this is costly."""
604 extra = self.read(rev)[5]
604 extra = self.changelogrevision(rev).extra
605 605 return encoding.tolocal(extra.get(b"branch")), b'close' in extra
606 606
607 607 def _nodeduplicatecallback(self, transaction, node):
General Comments 0
You need to be logged in to leave comments. Login now