only use colorsvn if it is found
This commit is contained in:
parent
5dcbb2b7a1
commit
b692bfd688
2
jsvn
2
jsvn
@ -197,7 +197,7 @@ def main(argv):
|
|||||||
sys.stdout.write(getSVNRoot(realsvn) + '\n')
|
sys.stdout.write(getSVNRoot(realsvn) + '\n')
|
||||||
return 0
|
return 0
|
||||||
|
|
||||||
if argv[0] in ('st', 'status', 'log'):
|
if argv[0] in ('st', 'status', 'log') and colorsvn != '':
|
||||||
realsvn = colorsvn
|
realsvn = colorsvn
|
||||||
|
|
||||||
Popen([realsvn] + argv).wait()
|
Popen([realsvn] + argv).wait()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user