Show More
@@ -80,7 +80,7 b' def export_commit(ui, repo, rev, marks, ' | |||
|
80 | 80 | ctx = repo[rev] |
|
81 | 81 | revid = ctx.hex() |
|
82 | 82 | if revid in marks: |
|
83 |
ui. |
|
|
83 | ui.debug(b"warning: revision %s already exported, skipped\n" % revid) | |
|
84 | 84 | return |
|
85 | 85 | parents = [p for p in ctx.parents() if p.rev() != nullrev] |
|
86 | 86 | for p in parents: |
General Comments 0
You need to be logged in to leave comments.
Login now