90
90
:param infotext: Text to be displayed at bottom of message
91
91
for the user's reference;
92
92
currently similar to 'bzr status'.
95
94
:param ignoreline: The separator to use above the infotext.
97
96
:param start_message: The text to place above the separator, if any.
98
97
This will not be removed from the message
99
98
after the user has edited it.
102
100
:return: commit message or None.