122
122
elif len(remote_rev_history) == 0:
123
123
return local_history, set()
124
124
elif local_rev_history[-1] in remote_history:
126
126
elif remote_rev_history[-1] in local_history:
132
134
def _get_history(branch, progress, label, step):
133
135
progress.update('%s history' % label, step, 5)