Show More
@@ -115,7 +115,6 b' def findcommonoutgoing(repo, other, only' | |||
|
115 | 115 | elif onlyheads is None: |
|
116 | 116 | # use visible heads as it should be cached |
|
117 | 117 | og.missingheads = visibleheads(repo) |
|
118 | # extinct changesets are silently ignored | |
|
119 | 118 | og.excluded = [ctx.node() for ctx in repo.set('secret() or extinct()')] |
|
120 | 119 | else: |
|
121 | 120 | # compute common, missing and exclude secret stuff |
General Comments 0
You need to be logged in to leave comments.
Login now