361
362
def _read_revision_header(self):
362
364
self.info.revisions.append(RevisionInfo(None))
363
365
for line in self._next():
364
366
# The bzr header is terminated with a blank line
365
367
# which does not start with '#'
366
368
if line is None or line == '\n':
370
377
def _read_next_entry(self, line, indent=1):
371
378
"""Read in a key-value pair