# # # patch "branch.psp" # from [b542e8253f48ee5e9debc8e482a8aa8850864cdb] # to [b28ece354969314ce996f3030569215d685973d6] # ============================================================ --- branch.psp b542e8253f48ee5e9debc8e482a8aa8850864cdb +++ branch.psp b28ece354969314ce996f3030569215d685973d6 @@ -58,9 +58,10 @@ recent = mt.toposort(mt.ancestors(heads) + heads) -if display > len(recent): display = len(recent) +if display > len(recent): + display = len(recent) if offset > len(recent): - offset = len(recent) - display + offset = len(recent) no_next = True else: no_next = False