bookmarks: this is a comment, not a string

This commit is contained in:
Benoit Boissinot 2008-12-07 19:59:01 +01:00
parent 3849c6d745
commit 8475dd904f

View File

@ -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