- Presented hg_repo and git_repo as fixtures. (#36)
No significant changes.
- Added Git.age method.
- Remove check on minimum git version.
- Added .get_timestamp method for retrieving the timestamp of a given revision.
- Implement subrepos for Git repos.
- Removed legacy names.
- Remove mask for environment when invoking hg as the underlying issue has been corrected. (#7)
- Require Python 3.8 or later.
Added repo()
function.
Implemented Git.get_ancestral_tags()
.
Initial release, based on hgtools
10.