changeset 24946 | c44534209a0a |
parent 24934 | 5abd0a76bc8f |
child 24947 | a02d293a1079 |
--- a/mercurial/localrepo.py Mon Apr 13 22:27:01 2015 -0700 +++ b/mercurial/localrepo.py Mon Apr 13 23:03:13 2015 -0700 @@ -416,7 +416,7 @@ @repofilecache('bookmarks.current') def _bookmarkcurrent(self): - return bookmarks.readcurrent(self) + return bookmarks.readactive(self) def bookmarkheads(self, bookmark): name = bookmark.split('@', 1)[0]