/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: Jelmer Vernooij
  • Date: 2011-05-13 14:02:14 UTC
  • mto: This revision was merged to the branch mainline in revision 5860.
  • Revision ID: jelmer@samba.org-20110513140214-xwg5ot12tpim6t4o
Support optional path argument to Tree.get_symlink_target.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2340
2340
                                   self.get_file(file_id).readlines(),
2341
2341
                                   default_revision)
2342
2342
 
2343
 
    def get_symlink_target(self, file_id):
 
2343
    def get_symlink_target(self, file_id, path=None):
2344
2344
        """See Tree.get_symlink_target"""
2345
2345
        if not self._content_change(file_id):
2346
2346
            return self._transform._tree.get_symlink_target(file_id)