/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/workingtree.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-04-28 20:53:28 UTC
  • mfrom: (3363.3.5 preview-tree)
  • Revision ID: pqm@pqm.ubuntu.com-20080428205328-bvr1g467xfx7rz9w
(abentley) correct _PreviewTree testing merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
618
618
    __contains__ = has_id
619
619
 
620
620
    def get_file_size(self, file_id):
 
621
        """See Tree.get_file_size"""
621
622
        try:
622
623
            return os.path.getsize(self.id2abspath(file_id))
623
624
        except OSError, e: