135
131
Returns the revision_id, or returns None if there's no history
137
135
self.pb.update('get source history')
138
136
from_history = self.from_branch.revision_history()
139
137
self.pb.update('get destination history')
146
141
return None # no history in the source branch