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

changeset 3018
70924c0bdaf1
parent 2387
2d119e79ab54
child 3591
2f2a4a76dd22
equal deleted inserted replaced
3017:6a8cb7632448 3018:70924c0bdaf1
40 </table> 40 </table>
41 <hr /><hr /> 41 <hr /><hr />
42 <a NAME="HgDiffDialog" ID="HgDiffDialog"></a> 42 <a NAME="HgDiffDialog" ID="HgDiffDialog"></a>
43 <h2>HgDiffDialog</h2> 43 <h2>HgDiffDialog</h2>
44 <p> 44 <p>
45 Class implementing a dialog to show the output of the hg diff command process. 45 Class implementing a dialog to show the output of the hg diff command
46 process.
46 </p> 47 </p>
47 <h3>Derived from</h3> 48 <h3>Derived from</h3>
48 QWidget, Ui_HgDiffDialog 49 QWidget, Ui_HgDiffDialog
49 <h3>Class Attributes</h3> 50 <h3>Class Attributes</h3>
50 <table> 51 <table>
165 </dd> 166 </dd>
166 </dl><a NAME="HgDiffDialog.__finish" ID="HgDiffDialog.__finish"></a> 167 </dl><a NAME="HgDiffDialog.__finish" ID="HgDiffDialog.__finish"></a>
167 <h4>HgDiffDialog.__finish</h4> 168 <h4>HgDiffDialog.__finish</h4>
168 <b>__finish</b>(<i></i>) 169 <b>__finish</b>(<i></i>)
169 <p> 170 <p>
170 Private slot called when the process finished or the user pressed the button. 171 Private slot called when the process finished or the user pressed
172 the button.
171 </p><a NAME="HgDiffDialog.__getVersionArg" ID="HgDiffDialog.__getVersionArg"></a> 173 </p><a NAME="HgDiffDialog.__getVersionArg" ID="HgDiffDialog.__getVersionArg"></a>
172 <h4>HgDiffDialog.__getVersionArg</h4> 174 <h4>HgDiffDialog.__getVersionArg</h4>
173 <b>__getVersionArg</b>(<i>version</i>) 175 <b>__getVersionArg</b>(<i>version</i>)
174 <p> 176 <p>
175 Private method to get a hg revision argument for the given revision. 177 Private method to get a hg revision argument for the given revision.
319 <dt><i>fn</i></dt> 321 <dt><i>fn</i></dt>
320 <dd> 322 <dd>
321 filename to be diffed (string) 323 filename to be diffed (string)
322 </dd><dt><i>versions</i></dt> 324 </dd><dt><i>versions</i></dt>
323 <dd> 325 <dd>
324 list of versions to be diffed (list of up to 2 strings or None) 326 list of versions to be diffed (list of up to 2 strings
327 or None)
325 </dd><dt><i>bundle</i></dt> 328 </dd><dt><i>bundle</i></dt>
326 <dd> 329 <dd>
327 name of a bundle file (string) 330 name of a bundle file (string)
328 </dd><dt><i>qdiff</i></dt> 331 </dd><dt><i>qdiff</i></dt>
329 <dd> 332 <dd>

eric ide

mercurial