/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/reconfigure.py

  • Committer: Aaron Bentley
  • Date: 2007-12-13 16:38:54 UTC
  • mto: This revision was merged to the branch mainline in revision 3113.
  • Revision ID: abentley@panoramicfeedback.com-20071213163854-gm8kmnc06e6wo9mp
Support converting standalone tree to lightweight checkout

Show diffs side-by-side

added added

removed removed

Lines of Context:
157
157
        """Return True if changes are planned, False otherwise"""
158
158
        return (self._unbind or self._bind or self._destroy_tree
159
159
                or self._create_tree or self._destroy_reference
160
 
                or self._create_branch or self._create_repository)
 
160
                or self._create_branch or self._create_repository
 
161
                or self._create_reference)
161
162
 
162
163
    def _check(self):
163
164
        """Raise if reconfiguration would destroy local changes"""