Add vcs status to version option

This commit add vcs status to the version option. This is helpful to
know a correct version of subunit2sql commands.

Change-Id: I06da9ddecbec945e802974bde1c91a78f25a991a
This commit is contained in:
Masayuki Igawa 2017-06-19 16:31:09 +09:00
parent 0aec5e47b8
commit e244282c37
No known key found for this signature in database
GPG Key ID: 290F53EDC899BF89
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():