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

changeset 5459
cdfdecd2faef
parent 5450
a5d5e757efcf
child 5516
a165ff497046
equal deleted inserted replaced
5458:be38b958a78e 5459:cdfdecd2faef
112 <td>Private method to retrieve log entries from the repository.</td> 112 <td>Private method to retrieve log entries from the repository.</td>
113 </tr><tr> 113 </tr><tr>
114 <td><a href="#HgLogBrowserDialog.__getParents">__getParents</a></td> 114 <td><a href="#HgLogBrowserDialog.__getParents">__getParents</a></td>
115 <td>Private method to get the parents of the currently viewed file/directory.</td> 115 <td>Private method to get the parents of the currently viewed file/directory.</td>
116 </tr><tr> 116 </tr><tr>
117 <td><a href="#HgLogBrowserDialog.__getRevisionOfTag">__getRevisionOfTag</a></td>
118 <td>Private method to get the revision of a tag.</td>
119 </tr><tr>
117 <td><a href="#HgLogBrowserDialog.__graftActTriggered">__graftActTriggered</a></td> 120 <td><a href="#HgLogBrowserDialog.__graftActTriggered">__graftActTriggered</a></td>
118 <td>Private slot to handle the Copy Changesets action.</td> 121 <td>Private slot to handle the Copy Changesets action.</td>
119 </tr><tr> 122 </tr><tr>
120 <td><a href="#HgLogBrowserDialog.__identifyProject">__identifyProject</a></td> 123 <td><a href="#HgLogBrowserDialog.__identifyProject">__identifyProject</a></td>
121 <td>Private method to determine the revision of the project directory.</td> 124 <td>Private method to determine the revision of the project directory.</td>
470 <dd> 473 <dd>
471 icon for the node (QIcon) 474 icon for the node (QIcon)
472 </dd> 475 </dd>
473 </dl><a NAME="HgLogBrowserDialog.__generateLogItem" ID="HgLogBrowserDialog.__generateLogItem"></a> 476 </dl><a NAME="HgLogBrowserDialog.__generateLogItem" ID="HgLogBrowserDialog.__generateLogItem"></a>
474 <h4>HgLogBrowserDialog.__generateLogItem</h4> 477 <h4>HgLogBrowserDialog.__generateLogItem</h4>
475 <b>__generateLogItem</b>(<i>author, date, message, revision, changedPaths, parents, branches, tags, phase, bookmarks=None</i>) 478 <b>__generateLogItem</b>(<i>author, date, message, revision, changedPaths, parents, branches, tags, phase, bookmarks, latestTag</i>)
476 <p> 479 <p>
477 Private method to generate a log tree entry. 480 Private method to generate a log tree entry.
478 </p><dl> 481 </p><dl>
479 <dt><i>author</i></dt> 482 <dt><i>author</i></dt>
480 <dd> 483 <dd>
505 <dd> 508 <dd>
506 phase of the entry (string) 509 phase of the entry (string)
507 </dd><dt><i>bookmarks</i></dt> 510 </dd><dt><i>bookmarks</i></dt>
508 <dd> 511 <dd>
509 list of bookmarks (string) 512 list of bookmarks (string)
513 </dd><dt><i>latestTag</i></dt>
514 <dd>
515 the latest tag(s) reachable from the changeset
516 (list of strings)
510 </dd> 517 </dd>
511 </dl><dl> 518 </dl><dl>
512 <dt>Returns:</dt> 519 <dt>Returns:</dt>
513 <dd> 520 <dd>
514 reference to the generated item (QTreeWidgetItem) 521 reference to the generated item (QTreeWidgetItem)
559 </dd> 566 </dd>
560 </dl><dl> 567 </dl><dl>
561 <dt>Returns:</dt> 568 <dt>Returns:</dt>
562 <dd> 569 <dd>
563 list of parent revisions (list of integers) 570 list of parent revisions (list of integers)
571 </dd>
572 </dl><a NAME="HgLogBrowserDialog.__getRevisionOfTag" ID="HgLogBrowserDialog.__getRevisionOfTag"></a>
573 <h4>HgLogBrowserDialog.__getRevisionOfTag</h4>
574 <b>__getRevisionOfTag</b>(<i>tag</i>)
575 <p>
576 Private method to get the revision of a tag.
577 </p><dl>
578 <dt><i>tag</i> (str)</dt>
579 <dd>
580 tag name
581 </dd>
582 </dl><dl>
583 <dt>Returns:</dt>
584 <dd>
585 tuple containing the revision and changeset ID
586 </dd>
587 </dl><dl>
588 <dt>Return Type:</dt>
589 <dd>
590 tuple of (str, str)
564 </dd> 591 </dd>
565 </dl><a NAME="HgLogBrowserDialog.__graftActTriggered" ID="HgLogBrowserDialog.__graftActTriggered"></a> 592 </dl><a NAME="HgLogBrowserDialog.__graftActTriggered" ID="HgLogBrowserDialog.__graftActTriggered"></a>
566 <h4>HgLogBrowserDialog.__graftActTriggered</h4> 593 <h4>HgLogBrowserDialog.__graftActTriggered</h4>
567 <b>__graftActTriggered</b>(<i></i>) 594 <b>__graftActTriggered</b>(<i></i>)
568 <p> 595 <p>

eric ide

mercurial