added "root" subcommand
This commit is contained in:
parent
302485901d
commit
a2ef570bfc
4
jsvn
4
jsvn
@ -185,6 +185,10 @@ def main(argv):
|
|||||||
Popen([colordiff], stdin=diff_out).wait()
|
Popen([colordiff], stdin=diff_out).wait()
|
||||||
return 0
|
return 0
|
||||||
|
|
||||||
|
if argv[0] == "root":
|
||||||
|
sys.stdout.write(getSVNRoot(realsvn) + '\n')
|
||||||
|
return 0
|
||||||
|
|
||||||
if colorsvn != '':
|
if colorsvn != '':
|
||||||
realsvn = colorsvn
|
realsvn = colorsvn
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user