~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repofmt/weaverepo.py

  • Committer: Martin Pool
  • Date: 2010-04-23 00:44:15 UTC
  • mto: This revision was merged to the branch mainline in revision 5189.
  • Revision ID: mbp@canonical.com-20100423004415-py8ozrtkjo6tphj2
Update more code to use user_transport when it should

Show diffs side-by-side

added added

removed removed

Lines of Context:
176
176
        :param new_value: True to restore the default, False to disable making
177
177
                          working trees.
178
178
        """
179
 
        raise errors.RepositoryUpgradeRequired(self.bzrdir.root_transport.base)
 
179
        raise errors.RepositoryUpgradeRequired(self.user_url)
180
180
 
181
181
    def make_working_trees(self):
182
182
        """Returns the policy for making working trees on new branches."""