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