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

  • Committer: Robert Collins
  • Date: 2009-08-12 21:48:30 UTC
  • mto: This revision was merged to the branch mainline in revision 4627.
  • Revision ID: robertc@robertcollins.net-20090812214830-qj01rc1ekalo9l63
Change the working tree default format to match 2a in the bzrdir registry.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3030
3030
        return self.get_format_string()
3031
3031
 
3032
3032
 
3033
 
__default_format = WorkingTreeFormat4()
 
3033
__default_format = WorkingTreeFormat6()
3034
3034
WorkingTreeFormat.register_format(__default_format)
3035
3035
WorkingTreeFormat.register_format(WorkingTreeFormat6())
3036
3036
WorkingTreeFormat.register_format(WorkingTreeFormat5())