changeset 7491:b95ff487870e

bookmarks: this is a comment, not a string
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Sun, 07 Dec 2008 19:59:01 +0100
parents 1c1e6fa67377
children 8649b2a3de75
files hgext/bookmarks.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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