127
127
conflicts = conflicts.select_conflicts(new, specific_files,
128
128
ignore_misses=True, recurse=True)[1]
129
129
if len(conflicts) > 0 and not short:
131
131
for conflict in conflicts:
137
137
if new_is_working_tree and show_pending:
138
138
show_pending_merges(new, to_file, short)