1021
1021
class cmd_export(Command):
1022
1022
"""Export past revision to destination directory.
1026
Format may be an "exporter" name, such as tar, tgz, tbz2. If none is
1031
def run(self, dest, revision=None, format='dir'):
1030
1034
rh = b.revision_history()[-1]
1032
1036
rh = b.lookup_revision(int(revision))