mercurial/archival.py
changeset 8312 b87a50b7125c
parent 8225 46293a0c7e9f
child 8527 f9a80054dd3c
equal deleted inserted replaced
8311:e0eb03bfa5af 8312:b87a50b7125c
     5 # This software may be used and distributed according to the terms of the
     5 # This software may be used and distributed according to the terms of the
     6 # GNU General Public License version 2, incorporated herein by reference.
     6 # GNU General Public License version 2, incorporated herein by reference.
     7 
     7 
     8 from i18n import _
     8 from i18n import _
     9 from node import hex
     9 from node import hex
    10 import cStringIO, os, stat, tarfile, time, util, zipfile
    10 import util
       
    11 import cStringIO, os, stat, tarfile, time, zipfile
    11 import zlib, gzip
    12 import zlib, gzip
    12 
    13 
    13 def tidyprefix(dest, prefix, suffixes):
    14 def tidyprefix(dest, prefix, suffixes):
    14     '''choose prefix to use for names in archive.  make sure prefix is
    15     '''choose prefix to use for names in archive.  make sure prefix is
    15     safe for consumers.'''
    16     safe for consumers.'''