Show More
@@ -1205,7 +1205,7 b' class localrepository(repo.repository):' | |||
|
1205 | 1205 | return [n for (r, n) in heads] |
|
1206 | 1206 | |
|
1207 | 1207 | def branchheads(self, branch=None, start=None): |
|
1208 |
branch = branch is None and |
|
|
1208 | branch = branch is None and self.workingctx().branch() or branch | |
|
1209 | 1209 | branches = self.branchtags() |
|
1210 | 1210 | if branch not in branches: |
|
1211 | 1211 | return [] |
General Comments 0
You need to be logged in to leave comments.
Login now