hgext/convert/filemap.py
changeset 10264 d6512b3e9ac0
parent 9884 2dd700a35fd1
parent 10263 25e572394f5c
child 10282 08a0f04b56bd
equal deleted inserted replaced
10260:fe699ca08a45 10264:d6512b3e9ac0
     1 # Copyright 2007 Bryan O'Sullivan <bos@serpentine.com>
     1 # Copyright 2007 Bryan O'Sullivan <bos@serpentine.com>
     2 # Copyright 2007 Alexis S. L. Carvalho <alexis@cecm.usp.br>
     2 # Copyright 2007 Alexis S. L. Carvalho <alexis@cecm.usp.br>
     3 #
     3 #
     4 # This software may be used and distributed according to the terms of the
     4 # This software may be used and distributed according to the terms of the
     5 # GNU General Public License version 2, incorporated herein by reference.
     5 # GNU General Public License version 2 or any later version.
     6 
     6 
     7 import shlex
     7 import shlex
     8 from mercurial.i18n import _
     8 from mercurial.i18n import _
     9 from mercurial import util
     9 from mercurial import util
    10 from common import SKIPREV, converter_source
    10 from common import SKIPREV, converter_source