~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bzrdir.py

  • Committer: Aaron Bentley
  • Date: 2007-08-21 01:32:29 UTC
  • mfrom: (2727 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2736.
  • Revision ID: aaron.bentley@utoronto.ca-20070821013229-miopsemz249tv0bl
Merge bzr.dev

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')