Tweaked mergeready
- Legacy-Id: 12571
This commit is contained in:
parent
7abfd0d2bd
commit
84980e53ba
|
@ -171,6 +171,7 @@ if os.path.exists(cachefn):
|
|||
else:
|
||||
sys.stderr.write("No merge info cache file found -- will have to extract all information from SVN.\n"+
|
||||
"This may take some time.\n\n")
|
||||
opt_verbose = True
|
||||
cache = {}
|
||||
mergeinfo = cache[repo] if repo in cache else {}
|
||||
|
||||
|
|
Loading…
Reference in a new issue