hgext/keyword.py
changeset 50929 18c8c18993f0
parent 50879 7e6cd8472dc8
equal deleted inserted replaced
50928:d718eddf01d9 50929:18c8c18993f0
    86 import os
    86 import os
    87 import re
    87 import re
    88 import weakref
    88 import weakref
    89 
    89 
    90 from mercurial.i18n import _
    90 from mercurial.i18n import _
    91 from mercurial.pycompat import getattr
       
    92 from mercurial.hgweb import webcommands
    91 from mercurial.hgweb import webcommands
    93 
    92 
    94 from mercurial import (
    93 from mercurial import (
    95     cmdutil,
    94     cmdutil,
    96     context,
    95     context,