40
40
def iter_revisiondata(branch):
41
41
"""Iterate through revno, Revision pairs in the revision history"""
42
42
for no, revision_id in enumerate(branch.revision_history()):
45
45
def print_info(descriptor, start, end):
46
46
"""Print revision history"""