~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/msgeditor.py

  • Committer: ghigo
  • Date: 2007-07-25 21:44:00 UTC
  • mto: (2772.1.1 show-diff)
  • mto: This revision was merged to the branch mainline in revision 2773.
  • Revision ID: ghigo@venice-20070725214400-s7nbvixlugzb3j8k
Update the param description

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
    :param start_message:   The text to place above the separator, if any.
98
98
                            This will not be removed from the message
99
99
                            after the user has edited it.
 
100
                            The string is already encoded
100
101
 
101
102
    :return:    commit message or None.
102
103
    """
166
167
    :param start_message:   The text to place above the separator, if any.
167
168
                            This will not be removed from the message
168
169
                            after the user has edited it.
 
170
                            The string is already encoded
169
171
 
170
172
    :return:    2-tuple (temp file name, hasinfo)
171
173
    """