131
def write_bundle(self, repository, target, base, fileobj):
132
return self._write_bundle(repository, target, base, fileobj)
131
134
def _write_main_header(self):
132
135
"""Write the header for the changes"""
138
140
def _write(self, key, value, indent=1, trailing_space_when_empty=False):