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