# HG changeset patch # User Benoit Boissinot # Date 1228676341 -3600 # Node ID b95ff487870e3c15198017779125b7f400491d49 # Parent 1c1e6fa67377ee0d7bb0f405cb052fb187354e04 bookmarks: this is a comment, not a string diff -r 1c1e6fa67377 -r b95ff487870e hgext/bookmarks.py --- a/hgext/bookmarks.py Sun Dec 07 19:34:07 2008 +0100 +++ b/hgext/bookmarks.py Sun Dec 07 19:59:01 2008 +0100 @@ -101,7 +101,7 @@ refs = parse(repo) - 'do not update if we do update to an rev equal to the current bookmark' + # do not update if we do update to a rev equal to the current bookmark if (mark not in refs and current(repo) and refs[current(repo)] == repo.changectx('.').node()): return