Mercurial > hg
changeset 25663:edd2d20ac687
templatekw: correct typo in activebookmark documentation
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Wed, 24 Jun 2015 11:15:00 -0400 |
parents | ff5172c83002 |
children | ebdfca23c1ab |
files | mercurial/templatekw.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/templatekw.py Wed Jun 24 13:41:27 2015 -0500 +++ b/mercurial/templatekw.py Wed Jun 24 11:15:00 2015 -0400 @@ -228,7 +228,7 @@ 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():