~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/msgeditor.py

  • Committer: Robert Collins
  • Date: 2005-10-08 00:02:33 UTC
  • mfrom: (1421)
  • mto: This revision was merged to the branch mainline in revision 1422.
  • Revision ID: robertc@robertcollins.net-20051008000233-c7c5d0d2b7000da0
merge from newformat stuff and upgrade

Show diffs side-by-side

added added

removed removed

Lines of Context:
114
114
            msg.append(line)
115
115
            
116
116
        if len(msg) == 0:
117
 
            return None
 
117
            return ""
118
118
        # delete empty lines at the end
119
119
        del msg[lastline:]
120
120
        # add a newline at the end, if needed