hgext/convert/filemap.py
branchstable
changeset 10263 25e572394f5c
parent 8693 68e0a55eee6e
child 10264 d6512b3e9ac0
equal deleted inserted replaced
10262:eb243551cbd8 10263:25e572394f5c
     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