hgext/highlight/highlight.py
branchstable
changeset 10263 25e572394f5c
parent 9424 799373ff2554
child 10394 4612cded5176
equal deleted inserted replaced
10262:eb243551cbd8 10263:25e572394f5c
     1 # highlight.py - highlight extension implementation file
     1 # highlight.py - highlight extension implementation file
     2 #
     2 #
     3 #  Copyright 2007-2009 Adam Hupp <adam@hupp.org> and others
     3 #  Copyright 2007-2009 Adam Hupp <adam@hupp.org> and others
     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, incorporated herein by reference.
     6 # GNU General Public License version 2 or any later version.
     7 #
     7 #
     8 # The original module was split in an interface and an implementation
     8 # The original module was split in an interface and an implementation
     9 # file to defer pygments loading and speedup extension setup.
     9 # file to defer pygments loading and speedup extension setup.
    10 
    10 
    11 from mercurial import demandimport
    11 from mercurial import demandimport