85 <td>Private method to get the (rotating) name of the color given an index.</td> |
85 <td>Private method to get the (rotating) name of the color given an index.</td> |
86 </tr><tr> |
86 </tr><tr> |
87 <td><a href="#HgLogBrowserDialog.__getLogEntries">__getLogEntries</a></td> |
87 <td><a href="#HgLogBrowserDialog.__getLogEntries">__getLogEntries</a></td> |
88 <td>Private method to retrieve log entries from the repository.</td> |
88 <td>Private method to retrieve log entries from the repository.</td> |
89 </tr><tr> |
89 </tr><tr> |
|
90 <td><a href="#HgLogBrowserDialog.__getParents">__getParents</a></td> |
|
91 <td>Private method to get the parents of the currently viewed file/directory.</td> |
|
92 </tr><tr> |
90 <td><a href="#HgLogBrowserDialog.__procFinished">__procFinished</a></td> |
93 <td><a href="#HgLogBrowserDialog.__procFinished">__procFinished</a></td> |
91 <td>Private slot connected to the finished signal.</td> |
94 <td>Private slot connected to the finished signal.</td> |
92 </tr><tr> |
95 </tr><tr> |
93 <td><a href="#HgLogBrowserDialog.__processBuffer">__processBuffer</a></td> |
96 <td><a href="#HgLogBrowserDialog.__processBuffer">__processBuffer</a></td> |
94 <td>Private method to process the buffered output of the svn log command.</td> |
97 <td>Private method to process the buffered output of the svn log command.</td> |
349 </p><dl> |
352 </p><dl> |
350 <dt><i>startRev</i></dt> |
353 <dt><i>startRev</i></dt> |
351 <dd> |
354 <dd> |
352 revision number to start from (integer, string) |
355 revision number to start from (integer, string) |
353 </dd> |
356 </dd> |
|
357 </dl><a NAME="HgLogBrowserDialog.__getParents" ID="HgLogBrowserDialog.__getParents"></a> |
|
358 <h4>HgLogBrowserDialog.__getParents</h4> |
|
359 <b>__getParents</b>(<i>rev</i>) |
|
360 <p> |
|
361 Private method to get the parents of the currently viewed file/directory. |
|
362 </p><dl> |
|
363 <dt><i>rev</i></dt> |
|
364 <dd> |
|
365 revision number to get parents for (string) |
|
366 </dd> |
|
367 </dl><dl> |
|
368 <dt>Returns:</dt> |
|
369 <dd> |
|
370 list of parent revisions (list of integers) |
|
371 </dd> |
354 </dl><a NAME="HgLogBrowserDialog.__procFinished" ID="HgLogBrowserDialog.__procFinished"></a> |
372 </dl><a NAME="HgLogBrowserDialog.__procFinished" ID="HgLogBrowserDialog.__procFinished"></a> |
355 <h4>HgLogBrowserDialog.__procFinished</h4> |
373 <h4>HgLogBrowserDialog.__procFinished</h4> |
356 <b>__procFinished</b>(<i>exitCode, exitStatus</i>) |
374 <b>__procFinished</b>(<i>exitCode, exitStatus</i>) |
357 <p> |
375 <p> |
358 Private slot connected to the finished signal. |
376 Private slot connected to the finished signal. |