test_git_archive_all_1.py 131 B

123
  1. def archive(self, path, exclude=True):
  2. a = GitArchiver(exclude=exclude, main_repo_abspath=self.path)
  3. a.create(path)