~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/workingtree.py

first cut at WTF5

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
    ui,
74
74
    urlutils,
75
75
    views,
 
76
    workingtree_5,
76
77
    xml5,
77
78
    xml6,
78
79
    xml7,
2934
2935
 
2935
2936
__default_format = WorkingTreeFormat4()
2936
2937
WorkingTreeFormat.register_format(__default_format)
 
2938
WorkingTreeFormat.register_format(workingtree_5.WorkingTreeFormat5())
2937
2939
WorkingTreeFormat.register_format(WorkingTreeFormat3())
2938
2940
WorkingTreeFormat.set_default_format(__default_format)
2939
2941
# formats which have no format string are not discoverable