Skip to content

Commit 84980e5

Browse files
committed
Tweaked mergeready
- Legacy-Id: 12571
1 parent 7abfd0d commit 84980e5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bin/mergeready

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ if os.path.exists(cachefn):
171171
else:
172172
sys.stderr.write("No merge info cache file found -- will have to extract all information from SVN.\n"+
173173
"This may take some time.\n\n")
174+
opt_verbose = True
174175
cache = {}
175176
mergeinfo = cache[repo] if repo in cache else {}
176177

0 commit comments

Comments
 (0)