From dc885beb4537a15a3aa34db05c56c132a3e0ff92 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Mon, 20 Feb 2012 16:12:13 -0500 Subject: [PATCH] jsvn: remove "log" check for colorsvn, won't make it there anyway --- jsvn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsvn b/jsvn index 23ee1ce..19e0b5b 100755 --- a/jsvn +++ b/jsvn @@ -507,7 +507,7 @@ def main(argv): if r == RET_OK or r == RET_ERR: do_normal_exec = False - if (argv[0] in ('st', 'status', 'log', 'up', 'update') + if (argv[0] in ('st', 'status', 'up', 'update') and colorsvn != ''): realsvn = colorsvn