From 8475dd904fcf6378f7de54d9dfde611f4826e3db Mon Sep 17 00:00:00 2001 From: Benoit Boissinot Date: Sun, 7 Dec 2008 19:59:01 +0100 Subject: [PATCH] bookmarks: this is a comment, not a string --- hgext/bookmarks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hgext/bookmarks.py b/hgext/bookmarks.py index 47344e7e27..d92b5d5380 100644 --- a/hgext/bookmarks.py +++ b/hgext/bookmarks.py @@ -101,7 +101,7 @@ def setcurrent(repo, mark): 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