342
343
def test_deserialise_uses_global_revision_id(self):
343
344
"""If it is set, then we re-use the global revision id"""
344
345
repo = self.make_repository('.',
346
347
inv_xml = ('<inventory format="5" revision_id="other-rev-id">\n'
348
349
# Arguably, the deserialise_inventory should detect a mismatch, and