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:
parent
0aec5e47b8
commit
e244282c37
@ -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():
|
||||
|
Loading…
Reference in New Issue
Block a user