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

  • Committer: Martin Pool
  • Date: 2007-03-23 01:41:37 UTC
  • mto: (2323.5.2 0.15)
  • mto: This revision was merged to the branch mainline in revision 2390.
  • Revision ID: mbp@sourcefrog.net-20070323014137-7rvpygb42i2tyrfc
BzrDir._check_supported now also takes care of recommending upgrades, which
should be less disruptive to other workingtree formats.

Show diffs side-by-side

added added

removed removed

Lines of Context:
149
149
        self._dirstate = None
150
150
        self._inventory = None
151
151
        #-------------
152
 
        self._after_opening()
153
152
 
154
153
    @needs_tree_write_lock
155
154
    def _add(self, files, ids, kinds):
1226
1225
        - uses a LockDir to guard access to it.
1227
1226
    """
1228
1227
 
 
1228
    upgrade_recommended = False
 
1229
 
1229
1230
    def get_format_string(self):
1230
1231
        """See WorkingTreeFormat.get_format_string()."""
1231
1232
        return "Bazaar Working Tree Format 4 (bzr 0.15)\n"