hgext/convert/monotone.py
branchstable
changeset 10263 25e572394f5c
parent 9823 11d7bb5e0df2
child 10282 08a0f04b56bd
equal deleted inserted replaced
10262:eb243551cbd8 10263:25e572394f5c
     2 #
     2 #
     3 #  Copyright 2008, 2009 Mikkel Fahnoe Jorgensen <mikkel@dvide.com> and
     3 #  Copyright 2008, 2009 Mikkel Fahnoe Jorgensen <mikkel@dvide.com> and
     4 #  others
     4 #  others
     5 #
     5 #
     6 # This software may be used and distributed according to the terms of the
     6 # This software may be used and distributed according to the terms of the
     7 # GNU General Public License version 2, incorporated herein by reference.
     7 # GNU General Public License version 2 or any later version.
     8 
     8 
     9 import os, re
     9 import os, re
    10 from mercurial import util
    10 from mercurial import util
    11 from common import NoRepo, commit, converter_source, checktool
    11 from common import NoRepo, commit, converter_source, checktool
    12 from common import commandline
    12 from common import commandline