mercurial/archival.py
changeset 3893 6b4127c7d52a
parent 3886 abaee83ce0a6
child 3968 033082ba1d1a
equal deleted inserted replaced
3892:2eec996f2fb9 3893:6b4127c7d52a
     3 # Copyright 2006 Vadim Gelfer <vadim.gelfer@gmail.com>
     3 # Copyright 2006 Vadim Gelfer <vadim.gelfer@gmail.com>
     4 #
     4 #
     5 # This software may be used and distributed according to the terms of
     5 # This software may be used and distributed according to the terms of
     6 # the GNU General Public License, incorporated herein by reference.
     6 # the GNU General Public License, incorporated herein by reference.
     7 
     7 
     8 from i18n import gettext as _
     8 from i18n import _
     9 from node import *
     9 from node import *
    10 import cStringIO, os, stat, tarfile, time, util, zipfile
    10 import cStringIO, os, stat, tarfile, time, util, zipfile
    11 
    11 
    12 def tidyprefix(dest, prefix, suffixes):
    12 def tidyprefix(dest, prefix, suffixes):
    13     '''choose prefix to use for names in archive.  make sure prefix is
    13     '''choose prefix to use for names in archive.  make sure prefix is