diff -r 1f0f84660dea -r 810ca383da9c hgext/bookmarks.py --- a/hgext/bookmarks.py Tue Oct 28 19:07:14 2008 +0100 +++ b/hgext/bookmarks.py Tue Oct 28 19:25:26 2008 +0100 @@ -150,7 +150,7 @@ for mark, n in marks.items(): if repo.changelog.rev(n) in revisions: update.append(mark) - result = oldstrip(ui, repo, node, backup) + oldstrip(ui, repo, node, backup) if len(update) > 0: for m in update: marks[m] = repo.changectx('.').node()