144
145
:param base: The most recent of ancestor of the revision that does not
145
146
need to be included in the bundle
146
147
:param fileobj: The file to output to
148
150
raise NotImplementedError
150
def _write_bundle(self, repository, revision_id, base_revision_id, out):
161
self.write(repository, revision_ids, forced_bases, out)
165
153
def binary_diff(old_filename, old_lines, new_filename, new_lines, to_file):