/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: 2011-04-11 02:01:01 UTC
  • mfrom: (5777.1.4 tree-trivial)
  • Revision ID: pqm@pqm.ubuntu.com-20110411020101-orzxkwkibj496n91
(jelmer) Two trivial fixes for bzrlib.tree and bzrlib.workingtree. (Jelmer
 Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
639
639
        """Return the id of this trees root"""
640
640
        return self._inventory.root.file_id
641
641
 
642
 
    def _get_store_filename(self, file_id):
643
 
        ## XXX: badly named; this is not in the store at all
644
 
        return self.abspath(self.id2path(file_id))
645
 
 
646
642
    @needs_read_lock
647
643
    def clone(self, to_bzrdir, revision_id=None):
648
644
        """Duplicate this working tree into to_bzr, including all state.