hgext/fastannotate/support.py
changeset 50929 18c8c18993f0
parent 50777 8dc2724d0304
equal deleted inserted replaced
50928:d718eddf01d9 50929:18c8c18993f0
     4 #
     4 #
     5 # This software may be used and distributed according to the terms of the
     5 # This software may be used and distributed according to the terms of the
     6 # GNU General Public License version 2 or any later version.
     6 # GNU General Public License version 2 or any later version.
     7 
     7 
     8 
     8 
     9 from mercurial.pycompat import getattr
       
    10 from mercurial import (
     9 from mercurial import (
    11     context as hgcontext,
    10     context as hgcontext,
    12     dagop,
    11     dagop,
    13     extensions,
    12     extensions,
    14     hgweb,
    13     hgweb,