Added "up" & "update" to use colorsvn
This commit is contained in:
parent
dfdae3540b
commit
f4490da44a
2
jsvn
2
jsvn
@ -218,7 +218,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') and colorsvn != '':
|
if argv[0] in ('st', 'status', 'log', 'up', 'update') and colorsvn != '':
|
||||||
realsvn = colorsvn
|
realsvn = colorsvn
|
||||||
|
|
||||||
Popen([realsvn] + argv).wait()
|
Popen([realsvn] + argv).wait()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user