Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.hg.html

changeset 4487
4ba7a8ab24f2
parent 4409
ff1cb0107d40
child 5091
dfac14826e78
diff -r 0538abbe71d0 -r 4ba7a8ab24f2 Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.hg.html
--- a/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.hg.html	Fri Oct 09 19:44:43 2015 +0200
+++ b/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.hg.html	Sat Oct 10 12:06:10 2015 +0200
@@ -83,6 +83,9 @@
 <td><a href="#Hg.__getInOutBookmarks">__getInOutBookmarks</a></td>
 <td>Private method to get the list of incoming or outgoing bookmarks.</td>
 </tr><tr>
+<td><a href="#Hg.__getMostRecentCommitMessage">__getMostRecentCommitMessage</a></td>
+<td>Private method to get the most recent commit message.</td>
+</tr><tr>
 <td><a href="#Hg.__hgGetFileForRevision">__hgGetFileForRevision</a></td>
 <td>Private method to get a file for a specific revision from the repository.</td>
 </tr><tr>
@@ -448,6 +451,29 @@
 <dd>
 list of bookmarks (list of string)
 </dd>
+</dl><a NAME="Hg.__getMostRecentCommitMessage" ID="Hg.__getMostRecentCommitMessage"></a>
+<h4>Hg.__getMostRecentCommitMessage</h4>
+<b>__getMostRecentCommitMessage</b>(<i>repodir</i>)
+<p>
+        Private method to get the most recent commit message.
+</p><p>
+        Note: This message is extracted from the parent commit of the
+        working directory.
+</p><dl>
+<dt><i>repodir</i> (str)</dt>
+<dd>
+path containing the repository
+</dd>
+</dl><dl>
+<dt>Returns:</dt>
+<dd>
+most recent commit message
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+str
+</dd>
 </dl><a NAME="Hg.__hgGetFileForRevision" ID="Hg.__hgGetFileForRevision"></a>
 <h4>Hg.__hgGetFileForRevision</h4>
 <b>__hgGetFileForRevision</b>(<i>name, rev=""</i>)

eric ide

mercurial