hgext/convert/__init__.py
changeset 13698 f30ce5983896
parent 13691 ad02eba55459
child 15300 c2a75faf3b49
equal deleted inserted replaced
13697:eaee75036725 13698:f30ce5983896
   360 
   360 
   361 def extsetup(ui):
   361 def extsetup(ui):
   362     templatekw.keywords['svnrev'] = kwsvnrev
   362     templatekw.keywords['svnrev'] = kwsvnrev
   363     templatekw.keywords['svnpath'] = kwsvnpath
   363     templatekw.keywords['svnpath'] = kwsvnpath
   364     templatekw.keywords['svnuuid'] = kwsvnuuid
   364     templatekw.keywords['svnuuid'] = kwsvnuuid
       
   365 
       
   366 # tell hggettext to extract docstrings from these functions:
       
   367 i18nfunctions = [kwsvnrev, kwsvnpath, kwsvnuuid]