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