LogEntryNode Class

Summary

This class encapsulates a <logentry...> node in the log output.
Assembly
Mercurial.Net.dll
Namespace
Mercurial.XmlSerializationTypes
Base Types
  • object
graph TD Base0["object"]-->Type Type["LogEntryNode"] class Type type-node

Syntax

public class LogEntryNode

Attributes

Type Description
XmlTypeAttribute
EditorBrowsableAttribute

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<T>
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<T>
Gets the collection of parents of this log entry.
PathActions Collection<T>
Gets the individual path actions of this log entry.
Revision int
Gets or sets the local revision number of this log entry.
Tags Collection<T>
Gets the tags of this log entry.
Timestamp DateTime
Gets or sets the timestamp of this log entry.