Tweaked mergeready

- Legacy-Id: 12571
This commit is contained in:
Henrik Levkowetz 2016-12-18 14:11:13 +00:00
parent 7abfd0d2bd
commit 84980e53ba

View file

@ -171,6 +171,7 @@ if os.path.exists(cachefn):
else: else:
sys.stderr.write("No merge info cache file found -- will have to extract all information from SVN.\n"+ 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") "This may take some time.\n\n")
opt_verbose = True
cache = {} cache = {}
mergeinfo = cache[repo] if repo in cache else {} mergeinfo = cache[repo] if repo in cache else {}