2021
2021
help="Name of the root directory inside the exported file."),
2023
def run(self, dest, branch=None, revision=None, format=None, root=None):
2023
def run(self, dest, branch_or_subdir=None, revision=None, format=None,
2024
2025
from bzrlib.export import export
2027
2028
tree = WorkingTree.open_containing(u'.')[0]
2033
2035
# should be tree.last_revision FIXME