hgext/keyword.py
changeset 43089 c59eb1560c44
parent 43080 86e4daa2d54c
child 43105 649d3ac37a12
equal deleted inserted replaced
43088:0d612db7047c 43089:c59eb1560c44
    88 import os
    88 import os
    89 import re
    89 import re
    90 import weakref
    90 import weakref
    91 
    91 
    92 from mercurial.i18n import _
    92 from mercurial.i18n import _
       
    93 from mercurial.pycompat import getattr
    93 from mercurial.hgweb import webcommands
    94 from mercurial.hgweb import webcommands
    94 
    95 
    95 from mercurial import (
    96 from mercurial import (
    96     cmdutil,
    97     cmdutil,
    97     context,
    98     context,