2746
2746
def register(self, key, factory, help, native=True, deprecated=False,
2747
2747
hidden=False, experimental=False, alias=False):
2748
2748
"""Register a BzrDirFormat factory.
2750
2750
The factory must be a callable that takes one parameter: the key.
2751
2751
It must produce an instance of the BzrDirFormat when called.