2847
2847
def register(self, key, factory, help, native=True, deprecated=False,
2848
2848
hidden=False, experimental=False, alias=False):
2849
2849
"""Register a BzrDirFormat factory.
2851
2851
The factory must be a callable that takes one parameter: the key.
2852
2852
It must produce an instance of the BzrDirFormat when called.