~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/msgeditor.py

  • Committer: Martin Pool
  • Date: 2006-04-28 09:52:43 UTC
  • mto: This revision was merged to the branch mainline in revision 1691.
  • Revision ID: mbp@sourcefrog.net-20060428095243-1f2759a89505837e
Only one blank line in the commit message editor, kthxbye.

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
        if infotext is not None and infotext != "":
94
94
            hasinfo = True
95
95
            msgfile = file(msgfilename, "w")
96
 
            msgfile.write("\n\n%s\n\n%s" % (ignoreline, infotext))
 
96
            msgfile.write("\n%s\n\n%s" % (ignoreline, infotext))
97
97
            msgfile.close()
98
98
        else:
99
99
            hasinfo = False