Part of bzrlib.tests.test_workingtree View In Hierarchy
this format is initializable, unsupported to aid in testing the open and open_downlevel routines.
| Method | get_format_string | See WorkingTreeFormat.get_format_string(). |
| Method | initialize | Sample branches cannot be created. |
| Method | is_supported | Is this format supported? |
| Method | open | Undocumented |
Inherited from WorkingTreeFormat:
| Class Method | find_format_string | Return format name for the working tree object in controldir. |
| Class Method | find_format | Return the format for the working tree object in controldir. |
| Method | __eq__ | Undocumented |
| Method | __ne__ | Undocumented |
| Class Method | get_default_format | Return the current default format. |
| Method | get_format_description | Return the short description for this format. |
| Method | supports_content_filtering | True if this format supports content filtering. |
| Method | supports_views | True if this format supports stored views. |
| Class Method | register_format | Undocumented |
| Class Method | register_extra_format | Undocumented |
| Class Method | unregister_extra_format | Undocumented |
| Class Method | get_formats | Undocumented |
| Class Method | set_default_format | Undocumented |
| Class Method | unregister_format | Undocumented |
| Method | get_controldir_for_branch | Get the control directory format for creating branches. |