hgext/convert/__init__.py
changeset 4635 63b9d2deed48
parent 4591 9ec0a3b6a18a
child 4719 1069205a8894
equal deleted inserted replaced
4634:73bf2b586f3f 4635:63b9d2deed48
     1 # convert.py Foreign SCM converter
     1 # convert.py Foreign SCM converter
     2 #
     2 #
     3 # Copyright 2005, 2006 Matt Mackall <mpm@selenic.com>
     3 # Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
     4 #
     4 #
     5 # This software may be used and distributed according to the terms
     5 # This software may be used and distributed according to the terms
     6 # of the GNU General Public License, incorporated herein by reference.
     6 # of the GNU General Public License, incorporated herein by reference.
     7 
     7 
     8 from common import NoRepo
     8 from common import NoRepo