From: Catalin Marinas Date: Sun, 21 Aug 2005 07:54:08 +0000 (+0100) Subject: Version information changed to show 'Stacked GIT' X-Git-Tag: v0.6~1 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/commitdiff_plain/4df2f86697b9477fd976c95b21de60d6c67f9696?ds=inline Version information changed to show 'Stacked GIT' Previously, it was displaying 'stg'. Signed-off-by: Catalin Marinas --- diff --git a/stgit/main.py b/stgit/main.py index d8d2868..e62e95b 100644 --- a/stgit/main.py +++ b/stgit/main.py @@ -117,7 +117,7 @@ def main(): print_help() sys.exit(0) if cmd in ['-v', '--version']: - print '%s %s' % (prog, version) + print 'Stacked GIT %s' % version sys.exit(0) if not cmd in commands: print >> sys.stderr, 'Unknown command: %s' % cmd