555
555
## TODO: Also calculate and store the inventory SHA1
556
556
mutter("committing patch r%d" % (self.revno() + 1))
564
562
note("commited r%d" % self.revno())
567
584
def get_revision(self, revision_id):
568
585
"""Return the Revision object for a named revision"""
569
586
r = Revision.read_xml(self.revision_store[revision_id])