##// END OF EJS Templates
branchcache: fix the docstring of _verifybranch()...
Pulkit Goyal -
r42301:d9dc0896 default
parent child Browse files
Show More
@@ -189,8 +189,7 b' class branchcache(object):'
189 189 self._closedverified = True
190 190
191 191 def _verifybranch(self, branch):
192 """ verify head nodes for the given branch. If branch is None, verify
193 for all the branches """
192 """ verify head nodes for the given branch. """
194 193 if branch not in self._entries or branch in self._verifiedbranches:
195 194 return
196 195 for n in self._entries[branch]:
General Comments 0
You need to be logged in to leave comments. Login now