hgext/convert/p4.py
branchstable
changeset 10263 25e572394f5c
parent 9476 a0e69510018b
child 10282 08a0f04b56bd
equal deleted inserted replaced
10262:eb243551cbd8 10263:25e572394f5c
     1 #
       
     2 # Perforce source for convert extension.
     1 # Perforce source for convert extension.
     3 #
     2 #
     4 # Copyright 2009, Frank Kingswood <frank@kingswood-consulting.co.uk>
     3 # Copyright 2009, Frank Kingswood <frank@kingswood-consulting.co.uk>
     5 #
     4 #
     6 # 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
     7 # GNU General Public License version 2, incorporated herein by reference.
     6 # GNU General Public License version 2 or any later version.
     8 #
       
     9 
     7 
    10 from mercurial import util
     8 from mercurial import util
    11 from mercurial.i18n import _
     9 from mercurial.i18n import _
    12 
    10 
    13 from common import commit, converter_source, checktool, NoRepo
    11 from common import commit, converter_source, checktool, NoRepo