Merge "Add vcs status to version option"

This commit is contained in:
Jenkins 2017-06-20 07:13:50 +00:00 committed by Gerrit Code Review
commit c6d7e13c2b
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ SHELL_OPTS = [
" the test executions are used instead."),
]
_version_ = version.VersionInfo('subunit2sql').version_string()
_version_ = version.VersionInfo('subunit2sql').version_string_with_vcs()
def cli_opts():