/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: Canonical.com Patch Queue Manager
  • Date: 2009-08-18 23:27:40 UTC
  • mfrom: (4599.4.45 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090818232740-8q7ms2nntw9ckyvq
(robertc) Change the default format to 2a. (Robert Collins)

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
 
WorkingTreeFormat.register_format(WorkingTreeFormat6())
3036
3035
WorkingTreeFormat.register_format(WorkingTreeFormat5())
 
3036
WorkingTreeFormat.register_format(WorkingTreeFormat4())
3037
3037
WorkingTreeFormat.register_format(WorkingTreeFormat3())
3038
3038
WorkingTreeFormat.set_default_format(__default_format)
3039
3039
# formats which have no format string are not discoverable