Home | Trees | Indices | Help |
---|
|
object --+ | LogMessage
Log message for use with commit, import or tag operations. This is the write-enabled counterpart of Patchlog. When creating a new revision with import, commit or tag, a log message file can be used to specify a long description and custom headers. Commit and import can use the default log file of the source tree, with a special name. You can create the LogMessage object associated to the default log file with the WorkingTree.log_message method. For integration with external tools, it is useful to be able to parse an existing log file and write the parsed object back idempotently. We are lucky since this idempotence is provided by the standard email.Parser and email.Generator.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
Properties | |
description Body of the log message. |
|
name | |
Inherited from |
Method Details |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Clear the in-memory log message. When creating a new log message file, this method must be used first before setting the message parts. That should help early detection of erroneous log file names. |
Property Details |
descriptionBody of the log message.
|
name
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0beta1 on Wed Sep 5 09:53:13 2007 | http://epydoc.sourceforge.net |