##// END OF EJS Templates
bookmarks: this is a comment, not a string
Benoit Boissinot -
r7491:b95ff487 default
parent child Browse files
Show More
@@ -101,7 +101,7 b' def setcurrent(repo, mark):'
101
101
102 refs = parse(repo)
102 refs = parse(repo)
103
103
104 'do not update if we do update to an rev equal to the current bookmark'
104 # do not update if we do update to a rev equal to the current bookmark
105 if (mark not in refs and
105 if (mark not in refs and
106 current(repo) and refs[current(repo)] == repo.changectx('.').node()):
106 current(repo) and refs[current(repo)] == repo.changectx('.').node()):
107 return
107 return
General Comments 0
You need to be logged in to leave comments. Login now