~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tree.py

  • Committer: Martin Pool
  • Date: 2005-04-15 01:31:21 UTC
  • Revision ID: mbp@sourcefrog.net-20050415013121-b18f1be12a735066
- Doc cleanups from Magnus Therning

Show diffs side-by-side

added added

removed removed

Lines of Context:
104
104
        `dest` should not exist, and will be created holding the
105
105
        contents of this tree.
106
106
 
107
 
        :todo: To handle subdirectories we need to create the
 
107
        TODO: To handle subdirectories we need to create the
108
108
               directories first.
109
109
 
110
110
        :note: If the export fails, the destination directory will be
339
339
 
340
340
    File text can be retrieved from the text store.
341
341
 
342
 
    :todo: Some kind of `__repr__` method, but a good one
 
342
    TODO: Some kind of `__repr__` method, but a good one
343
343
           probably means knowing the branch and revision number,
344
344
           or at least passing a description to the constructor.
345
345
    """