2406
2406
raise BzrCommandError("Show-base is not supported for this merge"
2407
2407
" type. %s" % merge_type)
2408
2408
if reprocess and not merge_type.supports_reprocess:
2411
2411
if reprocess and show_base:
2414
2414
merger = Merger(this_tree.branch, this_tree=this_tree, pb=pb)
2415
2415
merger.pp = ProgressPhase("Merge phase", 5, pb)