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

  • Committer: Aaron Bentley
  • Date: 2008-06-25 20:15:39 UTC
  • mto: (3363.8.1 stored_kind)
  • mto: This revision was merged to the branch mainline in revision 3517.
  • Revision ID: aaron@aaronbentley.com-20080625201539-r5kt897k4uoidfs8
Fix path_content_summary spelling

Show diffs side-by-side

added added

removed removed

Lines of Context:
1693
1693
        path = self._transform._tree_id_paths.get(trans_id)
1694
1694
        if path is None:
1695
1695
            return None
1696
 
        return self._transform._tree.get_content_symmary(path)[3]
 
1696
        return self._transform._tree.path_content_summary(path)[3]
1697
1697
 
1698
1698
    def get_symlink_target(self, file_id):
1699
1699
        """See Tree.get_symlink_target"""