359
359
if not self.bound_branch:
361
361
# We always want the local branch to look like the remote one
362
364
self.bound_branch.pull(self.master_branch)
364
371
def _record_inventory(self):
365
372
"""Store the inventory for the new revision."""
366
373
inv_text = serializer_v5.write_inventory_to_string(self.new_inv)