jsvn: remove "log" check for colorsvn, won't make it there anyway
This commit is contained in:
parent
820b6d0bf2
commit
dc885beb45
2
jsvn
2
jsvn
@ -507,7 +507,7 @@ def main(argv):
|
|||||||
if r == RET_OK or r == RET_ERR:
|
if r == RET_OK or r == RET_ERR:
|
||||||
do_normal_exec = False
|
do_normal_exec = False
|
||||||
|
|
||||||
if (argv[0] in ('st', 'status', 'log', 'up', 'update')
|
if (argv[0] in ('st', 'status', 'up', 'update')
|
||||||
and colorsvn != ''):
|
and colorsvn != ''):
|
||||||
realsvn = colorsvn
|
realsvn = colorsvn
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user