From e244282c372ee4b9d62fd5568d0642629af5a4ea Mon Sep 17 00:00:00 2001
From: Masayuki Igawa <masayuki@igawa.io>
Date: Mon, 19 Jun 2017 16:31:09 +0900
Subject: [PATCH] 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
---
 subunit2sql/shell.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/subunit2sql/shell.py b/subunit2sql/shell.py
index 1473a33..6f6d123 100644
--- a/subunit2sql/shell.py
+++ b/subunit2sql/shell.py
@@ -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():