2029
2029
help="Name of the root directory inside the exported file."),
2031
def run(self, dest, branch=None, revision=None, format=None, root=None):
2031
def run(self, dest, branch_or_subdir=None, revision=None, format=None,
2032
2033
from bzrlib.export import export
2035
2036
tree = WorkingTree.open_containing(u'.')[0]
2041
2043
# should be tree.last_revision FIXME