hgext/convert/filemap.py
changeset 8225 46293a0c7e9f
parent 8150 bbc24c0753a0
child 8691 a0a541d6fed6
equal deleted inserted replaced
8224:1075f5c1b3fa 8225:46293a0c7e9f
     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
     4 # This software may be used and distributed according to the terms of the
     5 # the GNU General Public License, incorporated herein by reference.
     5 # GNU General Public License version 2, incorporated herein by reference.
     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