~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bzrdir.py

  • Committer: Martin Pool
  • Date: 2007-08-14 05:05:49 UTC
  • mto: This revision was merged to the branch mainline in revision 2722.
  • Revision ID: mbp@sourcefrog.net-20070814050549-fgxov55ryq2terjt
(broken) start switching format to dirstate-tags

Show diffs side-by-side

added added

removed removed

Lines of Context:
2432
2432
    tree_format='bzrlib.workingtree.WorkingTreeFormat4',
2433
2433
    hidden=True,
2434
2434
    )
2435
 
format_registry.set_default('dirstate')
 
2435
format_registry.set_default('dirstate-tags')