Merge remote branch 'mike/master'

This commit is contained in:
Josh Holtrop 2011-03-23 09:08:49 -04:00
commit aae5b1ee92

2
jsvn
View File

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