Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html

changeset 217
8ce554fb0bee
parent 181
4af57f97c1bc
child 409
0ea528e80202
equal deleted inserted replaced
216:6f9713e8d570 217:8ce554fb0bee
58 <table> 58 <table>
59 <tr> 59 <tr>
60 <td><a href="#HgLogDialog.__init__">HgLogDialog</a></td> 60 <td><a href="#HgLogDialog.__init__">HgLogDialog</a></td>
61 <td>Constructor</td> 61 <td>Constructor</td>
62 </tr><tr> 62 </tr><tr>
63 <td><a href="#HgLogDialog.__getParents">__getParents</a></td>
64 <td>Private method to get the parents of the currently viewed file/directory.</td>
65 </tr><tr>
63 <td><a href="#HgLogDialog.__procFinished">__procFinished</a></td> 66 <td><a href="#HgLogDialog.__procFinished">__procFinished</a></td>
64 <td>Private slot connected to the finished signal.</td> 67 <td>Private slot connected to the finished signal.</td>
65 </tr><tr> 68 </tr><tr>
66 <td><a href="#HgLogDialog.__readStderr">__readStderr</a></td> 69 <td><a href="#HgLogDialog.__readStderr">__readStderr</a></td>
67 <td>Private slot to handle the readyReadStandardError signal.</td> 70 <td>Private slot to handle the readyReadStandardError signal.</td>
91 <td>Public slot to start the hg log command.</td> 94 <td>Public slot to start the hg log command.</td>
92 </tr> 95 </tr>
93 </table> 96 </table>
94 <a NAME="HgLogDialog.__init__" ID="HgLogDialog.__init__"></a> 97 <a NAME="HgLogDialog.__init__" ID="HgLogDialog.__init__"></a>
95 <h4>HgLogDialog (Constructor)</h4> 98 <h4>HgLogDialog (Constructor)</h4>
96 <b>HgLogDialog</b>(<i>vcs, mode = "log", parent = None</i>) 99 <b>HgLogDialog</b>(<i>vcs, mode = "log", bundle = None, parent = None</i>)
97 <p> 100 <p>
98 Constructor 101 Constructor
99 </p><dl> 102 </p><dl>
100 <dt><i>vcs</i></dt> 103 <dt><i>vcs</i></dt>
101 <dd> 104 <dd>
102 reference to the vcs object 105 reference to the vcs object
103 </dd><dt><i>mode</i></dt> 106 </dd><dt><i>mode</i></dt>
104 <dd> 107 <dd>
105 mode of the dialog (string; one of log, incoming, outgoing) 108 mode of the dialog (string; one of log, incoming, outgoing)
109 </dd><dt><i>bundle</i></dt>
110 <dd>
111 name of a bundle file (string)
106 </dd><dt><i>parent</i></dt> 112 </dd><dt><i>parent</i></dt>
107 <dd> 113 <dd>
108 parent widget (QWidget) 114 parent widget (QWidget)
115 </dd>
116 </dl><a NAME="HgLogDialog.__getParents" ID="HgLogDialog.__getParents"></a>
117 <h4>HgLogDialog.__getParents</h4>
118 <b>__getParents</b>(<i>rev</i>)
119 <p>
120 Private method to get the parents of the currently viewed file/directory.
121 </p><dl>
122 <dt><i>rev</i></dt>
123 <dd>
124 revision number to get parents for (string)
125 </dd>
126 </dl><dl>
127 <dt>Returns:</dt>
128 <dd>
129 list of parent revisions (list of strings)
109 </dd> 130 </dd>
110 </dl><a NAME="HgLogDialog.__procFinished" ID="HgLogDialog.__procFinished"></a> 131 </dl><a NAME="HgLogDialog.__procFinished" ID="HgLogDialog.__procFinished"></a>
111 <h4>HgLogDialog.__procFinished</h4> 132 <h4>HgLogDialog.__procFinished</h4>
112 <b>__procFinished</b>(<i>exitCode, exitStatus</i>) 133 <b>__procFinished</b>(<i>exitCode, exitStatus</i>)
113 <p> 134 <p>

eric ide

mercurial