177
177
basis = working.basis_tree()
178
178
work_inv = working.inventory
181
181
tree_last_id = working.get_parent_ids()[0]
186
186
tree_last_revno = branch.revision_id_to_revno(tree_last_id)
189
189
print 'Working tree is out of date: missing %d revision%s.' % (
190
190
missing_count, plural(missing_count))