/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/export/__init__.py

  • Committer: Benoît Pierre
  • Date: 2009-02-24 00:25:32 UTC
  • mfrom: (4035 +trunk)
  • mto: (4056.1.1 trunk2)
  • mto: This revision was merged to the branch mainline in revision 4058.
  • Revision ID: benoit.pierre@gmail.com-20090224002532-i2f64ou15pa7if2y
Merge with upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
    """Register an exporter.
33
33
 
34
34
    :param format: This is the name of the format, such as 'tgz' or 'zip'
35
 
    :param extensions: Extensions which should be used in the case that a 
 
35
    :param extensions: Extensions which should be used in the case that a
36
36
                       format was not explicitly specified.
37
37
    :type extensions: List
38
38
    :param func: The function. It will be called with (tree, dest, root)
70
70
    :param format: The format (dir, zip, etc), if None, it will check the
71
71
                   extension on dest, looking for a match
72
72
    :param root: The root location inside the format.
73
 
                 It is common practise to have zipfiles and tarballs 
 
73
                 It is common practise to have zipfiles and tarballs
74
74
                 extract into a subdirectory, rather than into the
75
75
                 current working directory.
76
76
                 If root is None, the default root will be