comparison hgext/interhg.py @ 16743:38caf405d010

hgext: mark all first-party extensions as such
author Augie Fackler <raf@durin42.com>
date Tue, 15 May 2012 14:37:49 -0500
parents 21a50fe47a92
children
comparison
equal deleted inserted replaced
16742:973671fc0804 16743:38caf405d010
25 25
26 import re 26 import re
27 from mercurial.hgweb import hgweb_mod 27 from mercurial.hgweb import hgweb_mod
28 from mercurial import templatefilters, extensions 28 from mercurial import templatefilters, extensions
29 from mercurial.i18n import _ 29 from mercurial.i18n import _
30
31 testedwith = 'internal'
30 32
31 interhg_table = [] 33 interhg_table = []
32 34
33 def uisetup(ui): 35 def uisetup(ui):
34 orig_escape = templatefilters.filters["escape"] 36 orig_escape = templatefilters.filters["escape"]