/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 __init__.py

  • Committer: Aaron Bentley
  • Date: 2007-04-13 02:42:04 UTC
  • mto: (2520.4.1 bzr.mpbundle)
  • mto: This revision was merged to the branch mainline in revision 2631.
  • Revision ID: aaron.bentley@utoronto.ca-20070413024204-2dx1m0kegx252jsx
Fix version writing

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
            revisions = file_weave.versions()
95
95
 
96
96
            for revision, diff in vf._diffs.iteritems():
97
 
                sys.stdout.write(gzip_string(['version %s' % revision] +
 
97
                sys.stdout.write(gzip_string(['version %s\n' % revision] +
98
98
                                 list(diff.to_patch())))
99
99
 
100
100
commands.register_command(cmd_mp_regen)