terminate child svn log -v process when the common ancestor revision has been determined
This commit is contained in:
parent
33f5a85079
commit
03fe7d9c7e
1
jsvn
1
jsvn
@ -534,6 +534,7 @@ def find_branched_revision(svn, branch_url, branch_path, base_path):
|
|||||||
new_path, old_path, rev = m.group(1, 2, 3)
|
new_path, old_path, rev = m.group(1, 2, 3)
|
||||||
if new_path == search_path:
|
if new_path == search_path:
|
||||||
if old_path == base_path:
|
if old_path == base_path:
|
||||||
|
p.kill()
|
||||||
return (int(rev), old_path)
|
return (int(rev), old_path)
|
||||||
search_path = old_path
|
search_path = old_path
|
||||||
return (-1, '')
|
return (-1, '')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user