/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to roundtrip.py

  • Committer: Jelmer Vernooij
  • Date: 2010-05-02 19:26:28 UTC
  • mto: (0.200.912 trunk)
  • mto: This revision was merged to the branch mainline in revision 6960.
  • Revision ID: jelmer@samba.org-20100502192628-dy0lavjbjexavvmb
More work on roundtripping support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
    lines = []
95
95
    for path in sorted(file_ids.keys()):
96
96
        lines.append("%s\0%s\n" % (path, file_ids[path]))
97
 
    return "".join(lines)
 
97
    return lines
98
98
 
99
99
 
100
100
def deserialize_fileid_map(file):