Show More
@@ -124,8 +124,7 b' def findcommonoutgoing(repo, other, only' | |||||
124 | missing.append(node) |
|
124 | missing.append(node) | |
125 | if excluded: |
|
125 | if excluded: | |
126 | # update missing heads |
|
126 | # update missing heads | |
127 | rset = repo.set('heads(%ln)', missing) |
|
127 | missingheads = phases.newheads(repo, onlyheads, excluded) | |
128 | missingheads = [ctx.node() for ctx in rset] |
|
|||
129 | else: |
|
128 | else: | |
130 | missingheads = onlyheads |
|
129 | missingheads = onlyheads | |
131 | og.missingheads = missingheads |
|
130 | og.missingheads = missingheads |
General Comments 0
You need to be logged in to leave comments.
Login now