We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7abfd0d commit 84980e5Copy full SHA for 84980e5
1 file changed
bin/mergeready
@@ -171,6 +171,7 @@ if os.path.exists(cachefn):
171
else:
172
sys.stderr.write("No merge info cache file found -- will have to extract all information from SVN.\n"+
173
"This may take some time.\n\n")
174
+ opt_verbose = True
175
cache = {}
176
mergeinfo = cache[repo] if repo in cache else {}
177
0 commit comments