~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/workingtree.py

add tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
3032
3032
    @symbol_versioning.deprecated_method(
3033
3033
        symbol_versioning.deprecated_in((2, 4, 0)))
3034
3034
    def unregister_format(klass, format):
3035
 
        format_registry.unregister(format)
 
3035
        format_registry.remove(format)
3036
3036
 
3037
3037
 
3038
3038
class WorkingTreeFormat2(WorkingTreeFormat):