[PATCH 0 of 1] bookmarks: fix for recursive loop when bookmarks file has invalid SHA

Paul Molodowitch pm at stanfordalumni.org
Thu Oct 7 15:46:40 CDT 2010


make _bookmarks use changelog.lookup, instead of localrepo.lookup, to avoid
recursive loop, which occurs if there is an invalid sha in the bookmarks file:
ie, _bookmarks calls localrepo.lookup, which will call localrepo.tags(), which
calls bookmarks._findtags, which calls _bookmarks, etc...


More information about the Mercurial-devel mailing list