152
152
def show_pending_merges(new, to_file):
153
153
"""Write out a display of pending merges in a working tree."""
158
160
print >>to_file, 'pending merges:'
160
161
if last_revision is not None:
161
162
ignore = set(branch.repository.get_ancestry(last_revision))
167
170
from bzrlib.osutils import terminal_width