1674
1676
takes_options = ['revision', 'format', 'root']
1675
def run(self, dest, revision=None, format=None, root=None):
1677
def run(self, dest, branch=None, revision=None, format=None, root=None):
1676
1678
from bzrlib.export import export
1680
1687
# should be tree.last_revision FIXME
1681
1688
rev_id = b.last_revision()