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