161
161
def deltas_for_log_dummy(branch, which_revs):
162
167
for revno, revision_id in which_revs:
163
168
yield revno, branch.get_revision(revision_id), None
166
171
def deltas_for_log_reverse(branch, which_revs):
172
183
The delta is from the given revision to the next one in the
173
184
sequence, which makes sense if the log is being displayed from