Mercurial > hgsubversion
changeset 1479:f9e8c7662f8d stable
templatekeywords: add missing loadkeyword() call
This un-breaks templatekeywords on Mercurial older than 3.8.
| author | Augie Fackler <raf@durin42.com> |
|---|---|
| date | Sun, 26 Jun 2016 15:21:33 -0400 |
| parents | 4f1461428334 |
| children | 60324fc7e4d7 |
| files | hgsubversion/__init__.py |
| diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/hgsubversion/__init__.py +++ b/hgsubversion/__init__.py @@ -269,6 +269,8 @@ def svnuuidkw(**args): """:svnuuid: String. Converted subversion revision repository identifier.""" return _templatehelper(args['ctx'], 'svnuuid') +loadkeyword(templatekeyword) + def listsvnkeys(repo): keys = {} repo = repo.local()
