author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
Sun, 07 Dec 2008 19:59:01 +0100 | |
changeset 7491 | b95ff487870e |
parent 7490 | 1c1e6fa67377 |
child 7492 | 8649b2a3de75 |
--- 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