author | David Soria Parra <dsp@php.net> |
Fri, 05 Dec 2008 11:12:46 +0100 | |
changeset 7479 | cae586246331 |
parent 7478 | 4c3e0ad58c5b |
child 7480 | 31f70804f1b1 |
--- a/hgext/bookmarks.py Fri Dec 05 09:38:17 2008 +0100 +++ b/hgext/bookmarks.py Fri Dec 05 11:12:46 2008 +0100 @@ -229,9 +229,9 @@ else: heads = repo.heads() - markheads = parse(repo).values() + markheads = parse(repo).values() opts['rev'] = [head for head in heads if not(head in markheads)] - + orig(ui, repo, *args, **opts) def uisetup(ui):