~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/add.py

  • Committer: Matthias Rahlf
  • Date: 2007-02-13 03:16:37 UTC
  • mto: (2279.6.1 add.dot.bzr)
  • mto: This revision was merged to the branch mainline in revision 2295.
  • Revision ID: rahlf@fs.tum.de-20070213031637-23eekp1wawcskcdx
FastPath objects can now be printed nicely

Show diffs side-by-side

added added

removed removed

Lines of Context:
167
167
    def __hash__(self):
168
168
        return hash(self.raw_path)
169
169
 
 
170
    def __str__(self):
 
171
        return self.raw_path
 
172
 
170
173
 
171
174
def smart_add_tree(tree, file_list, recurse=True, action=None, save=True):
172
175
    """Add files to version, optionally recursing into directories.