/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 bzrlib/builtins.py

  • Committer: Robert Collins
  • Date: 2010-03-12 07:04:40 UTC
  • mto: This revision was merged to the branch mainline in revision 5137.
  • Revision ID: robertc@robertcollins.net-20100312070440-p5udg6m6a1nm073q
Minor commit tidyup in preparation for hooking around revprops.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3134
3134
                my_message = my_message.replace('\r\n', '\n')
3135
3135
                my_message = my_message.replace('\r', '\n')
3136
3136
            if my_message is None and not file:
 
3137
                # t is the status of the tree
3137
3138
                t = make_commit_message_template_encoded(tree,
3138
3139
                        selected_list, diff=show_diff,
3139
3140
                        output_encoding=osutils.get_user_encoding())
 
3141
                # start_message is the template generated from hooks
3140
3142
                start_message = generate_commit_message_template(commit_obj)
3141
3143
                my_message = edit_commit_message_encoded(t,
3142
3144
                    start_message=start_message)