~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/rio.py

Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
282
282
    """
283
283
    return _read_stanza_unicode(unicode_iter)
284
284
 
 
285
 
285
286
def to_patch_lines(stanza, max_width=72):
286
287
    """Convert a stanza into RIO-Patch format lines.
287
288