1042
1042
If no revision is specified this exports the last committed revision.
1044
1044
Format may be an "exporter" name, such as tar, tgz, tbz2. If none is
1046
1048
# TODO: list known exporters
1049
def run(self, dest, revision=None, format='dir'):
1051
def run(self, dest, revision=None, format='dir', root=None):
1052
1054
rh = b.revision_history()[-1]
1054
1056
rh = b.lookup_revision(int(revision))