jade.utils.repository_info.RepositoryInfo¶
- class jade.utils.repository_info.RepositoryInfo(package)[source]¶
Bases:
object
Collects information about the source code repository for a package.
Methods
Return the current branch.
Return the last commit.
status
()Return the current status.
summary
()Return a summary of the repository status.
write_diff_patch
(filename)Write any repo diffs to filename.