Summary
This class encapsulates a <logentry...> node in the log output.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
. Xml Serialization Types - Base Types
-
- object
graph TD
Base0["object"]-->Type
Type["LogEntryNode"]
class Type type-node
Syntax
public class LogEntryNode
Attributes
Type | Description |
---|---|
XmlTypeAttribute | |
Editor |
Constructors
Name | Summary |
---|---|
LogEntryNode |
Properties
Name | Value | Summary |
---|---|---|
Author | LogEntryAuthorNode |
Gets or sets the author of this log entry.
|
Branch | string |
Gets or sets the named branch this log entry is on.
|
CommitMessage | string |
Gets or sets the commit message of this log entry.
|
Copies | Collection |
Gets the copies, Add actions that are really copies of existing sources.
|
Hash | string |
Gets or sets the hash of this log entry.
|
Parents | Collection |
Gets the collection of parents of this log entry.
|
PathActions | Collection |
Gets the individual path actions of this log entry.
|
Revision | int |
Gets or sets the local revision number of this log entry.
|
Tags | Collection |
Gets the tags of this log entry.
|
Timestamp | DateTime |
Gets or sets the timestamp of this log entry.
|