Show More
@@ -189,8 +189,7 b' class branchcache(object):' | |||||
189 | self._closedverified = True |
|
189 | self._closedverified = True | |
190 |
|
190 | |||
191 | def _verifybranch(self, branch): |
|
191 | def _verifybranch(self, branch): | |
192 |
""" verify head nodes for the given branch. |
|
192 | """ verify head nodes for the given branch. """ | |
193 | for all the branches """ |
|
|||
194 | if branch not in self._entries or branch in self._verifiedbranches: |
|
193 | if branch not in self._entries or branch in self._verifiedbranches: | |
195 | return |
|
194 | return | |
196 | for n in self._entries[branch]: |
|
195 | for n in self._entries[branch]: |
General Comments 0
You need to be logged in to leave comments.
Login now