~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repofmt/weaverepo.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-04-28 08:23:34 UTC
  • mfrom: (5158.6.14 components)
  • Revision ID: pqm@pqm.ubuntu.com-20100428082334-tmv91z1h0d99ls8s
(mbp) add ControlComponent base class and standard user_url etc

Show diffs side-by-side

added added

removed removed

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