~launchpad-pqm/bzr-svn/devel

« back to all changes in this revision

Viewing changes to workingtree.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2012-02-01 22:22:18 UTC
  • mfrom: (2722.1.1 lp-pqm)
  • Revision ID: launchpad@pqm.canonical.com-20120201222218-sqio0a5sc335w294
[rs=jelmer] Update to r4162.

Show diffs side-by-side

added added

removed removed

Lines of Context:
998
998
            return self.branch.basis_tree()
999
999
 
1000
1000
    def list_files(self, include_root=False, from_dir=None, recursive=True):
1001
 
        """See `Tree.list_files`."""
 
1001
        """See ``Tree.list_files``."""
1002
1002
        # TODO: This doesn't sort the output
1003
1003
        # TODO: This ignores unversioned files at the moment
1004
1004
        if from_dir is None:
1690
1690
        return wt.branch.create_checkout(path, lightweight=True,
1691
1691
            revision_id=revision_id).bzrdir
1692
1692
 
1693
 
    def open_workingtree(self, _unsupported=False, recommend_upgrade=False):
 
1693
    def open_workingtree(self, unsupported=False, recommend_upgrade=False):
1694
1694
        wt_format = SvnWorkingTreeFormat(self._format.version)
1695
1695
        ret = SvnWorkingTree(self, wt_format, self.local_path, self.entry)
1696
1696
        try: