Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
print 'commands:'
print ' help print this message'
print ' version display version information'
print 'commands:'
print ' help print this message'
print ' version display version information'
+ print ' copyright display copyright information'
print
cmds = commands.keys()
print
cmds = commands.keys()
print 'Stacked GIT %s' % version
print 'Python version %s' % sys.version
sys.exit(0)
print 'Stacked GIT %s' % version
print 'Python version %s' % sys.version
sys.exit(0)
+ if cmd in ['copyright']:
+ print __copyright__
+ sys.exit(0)
if not cmd in commands:
print >> sys.stderr, 'Unknown command: %s' % cmd
print >> sys.stderr, ' Try "%s help" for a list of supported commands' \
if not cmd in commands:
print >> sys.stderr, 'Unknown command: %s' % cmd
print >> sys.stderr, ' Try "%s help" for a list of supported commands' \