Show More
@@ -229,9 +229,9 b' def pushnonbookmarked(orig, ui, repo, *a' | |||||
229 | else: |
|
229 | else: | |
230 | heads = repo.heads() |
|
230 | heads = repo.heads() | |
231 |
|
231 | |||
232 |
|
|
232 | markheads = parse(repo).values() | |
233 | opts['rev'] = [head for head in heads if not(head in markheads)] |
|
233 | opts['rev'] = [head for head in heads if not(head in markheads)] | |
234 |
|
234 | |||
235 | orig(ui, repo, *args, **opts) |
|
235 | orig(ui, repo, *args, **opts) | |
236 |
|
236 | |||
237 | def uisetup(ui): |
|
237 | def uisetup(ui): |
General Comments 0
You need to be logged in to leave comments.
Login now