minor formatting

This commit is contained in:
Josh Holtrop 2011-03-23 09:09:45 -04:00
parent aae5b1ee92
commit e113e88e48

3
jsvn
View File

@ -218,7 +218,8 @@ def main(argv):
sys.stdout.write(getSVNRoot(realsvn) + '\n')
return 0
if argv[0] in ('st', 'status', 'log', 'up', 'update') and colorsvn != '':
if argv[0] in ('st', 'status', 'log', 'up', 'update') \
and colorsvn != '':
realsvn = colorsvn
Popen([realsvn] + argv).wait()