839
839
conflicts = tree.update()
840
840
revno = tree.branch.revision_id_to_revno(tree.last_revision())
841
841
note('Updated to revision %d.' % (revno,))
843
843
note('Your local commits will now show as pending merges with '
844
844
"'bzr status', and can be committed with 'bzr commit'.")