2527
2529
help="Type of file to export to.",
2532
2536
help="Name of the root directory inside the exported file."),
2534
2538
def run(self, dest, branch_or_subdir=None, revision=None, format=None,
2536
2540
from bzrlib.export import export
2538
2542
if branch_or_subdir is None: