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

changeset 7414
d02ed92ef3b2
parent 7273
391d6b7b1eff
child 7989
a21d673a8f99
equal deleted inserted replaced
7413:424f88fdee04 7414:d02ed92ef3b2
91 <tr><td>None</td></tr> 91 <tr><td>None</td></tr>
92 </table> 92 </table>
93 93
94 <a NAME="HgImportDialog.__init__" ID="HgImportDialog.__init__"></a> 94 <a NAME="HgImportDialog.__init__" ID="HgImportDialog.__init__"></a>
95 <h4>HgImportDialog (Constructor)</h4> 95 <h4>HgImportDialog (Constructor)</h4>
96 <b>HgImportDialog</b>(<i>parent=None</i>) 96 <b>HgImportDialog</b>(<i>vcs, parent=None</i>)
97 97
98 <p> 98 <p>
99 Constructor 99 Constructor
100 </p> 100 </p>
101 <dl> 101 <dl>
102 102
103 <dt><i>parent</i></dt> 103 <dt><i>vcs</i> (Hg)</dt>
104 <dd> 104 <dd>
105 reference to the parent widget (QWidget) 105 reference to the VCS object
106 </dd>
107 <dt><i>parent</i> (QWidget)</dt>
108 <dd>
109 reference to the parent widget
106 </dd> 110 </dd>
107 </dl> 111 </dl>
108 <a NAME="HgImportDialog.__updateOK" ID="HgImportDialog.__updateOK"></a> 112 <a NAME="HgImportDialog.__updateOK" ID="HgImportDialog.__updateOK"></a>
109 <h4>HgImportDialog.__updateOK</h4> 113 <h4>HgImportDialog.__updateOK</h4>
110 <b>__updateOK</b>(<i></i>) 114 <b>__updateOK</b>(<i></i>)
121 </p> 125 </p>
122 <dl> 126 <dl>
123 <dt>Returns:</dt> 127 <dt>Returns:</dt>
124 <dd> 128 <dd>
125 tuple naming the patch file, a flag indicating to not commit, 129 tuple naming the patch file, a flag indicating to not commit,
126 a commit message, a commit date, a commit user, a strip count and 130 a commit message, a commit date, a commit user, a flag indicating
127 a flag indicating to enforce the import 131 to commit with the secret phase, a strip count and a flag
128 (string, boolean, string, string, string, integer, boolean) 132 indicating to enforce the import
133 </dd>
134 </dl>
135 <dl>
136 <dt>Return Type:</dt>
137 <dd>
138 tuple of (str, bool, str, str, str, bool, int, bool)
129 </dd> 139 </dd>
130 </dl> 140 </dl>
131 <a NAME="HgImportDialog.on_patchFilePicker_textChanged" ID="HgImportDialog.on_patchFilePicker_textChanged"></a> 141 <a NAME="HgImportDialog.on_patchFilePicker_textChanged" ID="HgImportDialog.on_patchFilePicker_textChanged"></a>
132 <h4>HgImportDialog.on_patchFilePicker_textChanged</h4> 142 <h4>HgImportDialog.on_patchFilePicker_textChanged</h4>
133 <b>on_patchFilePicker_textChanged</b>(<i>txt</i>) 143 <b>on_patchFilePicker_textChanged</b>(<i>txt</i>)

eric ide

mercurial