# HG changeset patch # User Matt Harbison # Date 2015-06-24 15:15:00 # Node ID edd2d20ac687c1b112ba5b53c93dcc6456f36d76 # Parent ff5172c830022b64cc5bd1bae36b2276e9dc6e5d templatekw: correct typo in activebookmark documentation diff --git a/mercurial/templatekw.py b/mercurial/templatekw.py --- a/mercurial/templatekw.py +++ b/mercurial/templatekw.py @@ -228,7 +228,7 @@ def showcurrentbookmark(**args): return showactivebookmark(**args) def showactivebookmark(**args): - """:activetbookmark: String. The active bookmark, if it is + """:activebookmark: String. The active bookmark, if it is associated with the changeset""" active = args['repo']._activebookmark if active and active in args['ctx'].bookmarks():