Summary
Parse the given XML and return
Changeset
objects for the information
contained in it, ordered in descending order by the revision numbers (ie.
latest changeset first.)
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
- Containing Type
- ChangesetXmlParser
Syntax
public static Changeset[] Parse(string xml)
Parameters
Name | Type | Description |
---|---|---|
xml | string | The XML to parse. |
Return Value
Type | Description |
---|---|
Changeset[] |
An array of Changeset objects, or an empty array if no
changeset is present (empty string most likely.)
|