vcs

Module containing code for version control system retrieval.

Functions

Summary

add_vcs_commit_id_reader

Add vcs commit_id reader function to the list of registered function.

local_git_commit_id

Get git commit_id of locally installed package.

run_vcs_commit_id_command

Inner function of commit_id retrieval functions.

Exceptions

Exception Summary

UncommittedChangesWarning

Warning thrown if a director under source control has uncommitted changes.