151 </p> |
151 </p> |
152 <dl> |
152 <dl> |
153 <dt>Return:</dt> |
153 <dt>Return:</dt> |
154 <dd> |
154 <dd> |
155 tuple naming the revisions, base revisions, the compression |
155 tuple naming the revisions, base revisions, the compression |
156 type and a flag indicating to bundle all changesets (string, |
156 type and a flag indicating to bundle all changesets |
157 string, boolean) |
157 </dd> |
|
158 </dl> |
|
159 <dl> |
|
160 <dt>Return Type:</dt> |
|
161 <dd> |
|
162 tuple of (str, str, bool) |
158 </dd> |
163 </dd> |
159 </dl> |
164 </dl> |
160 <a NAME="HgBundleDialog.on_bookmarkButton_toggled" ID="HgBundleDialog.on_bookmarkButton_toggled"></a> |
165 <a NAME="HgBundleDialog.on_bookmarkButton_toggled" ID="HgBundleDialog.on_bookmarkButton_toggled"></a> |
161 <h4>HgBundleDialog.on_bookmarkButton_toggled</h4> |
166 <h4>HgBundleDialog.on_bookmarkButton_toggled</h4> |
162 <b>on_bookmarkButton_toggled</b>(<i>checked</i>) |
167 <b>on_bookmarkButton_toggled</b>(<i>checked</i>) |
164 <p> |
169 <p> |
165 Private slot to handle changes of the Bookmark select button. |
170 Private slot to handle changes of the Bookmark select button. |
166 </p> |
171 </p> |
167 <dl> |
172 <dl> |
168 |
173 |
169 <dt><i>checked</i></dt> |
174 <dt><i>checked</i> (bool)</dt> |
170 <dd> |
175 <dd> |
171 state of the button (boolean) |
176 state of the button |
172 </dd> |
177 </dd> |
173 </dl> |
178 </dl> |
174 <a NAME="HgBundleDialog.on_bookmarkCombo_editTextChanged" ID="HgBundleDialog.on_bookmarkCombo_editTextChanged"></a> |
179 <a NAME="HgBundleDialog.on_bookmarkCombo_editTextChanged" ID="HgBundleDialog.on_bookmarkCombo_editTextChanged"></a> |
175 <h4>HgBundleDialog.on_bookmarkCombo_editTextChanged</h4> |
180 <h4>HgBundleDialog.on_bookmarkCombo_editTextChanged</h4> |
176 <b>on_bookmarkCombo_editTextChanged</b>(<i>txt</i>) |
181 <b>on_bookmarkCombo_editTextChanged</b>(<i>txt</i>) |
178 <p> |
183 <p> |
179 Private slot to handle changes of the Bookmark combo. |
184 Private slot to handle changes of the Bookmark combo. |
180 </p> |
185 </p> |
181 <dl> |
186 <dl> |
182 |
187 |
183 <dt><i>txt</i></dt> |
188 <dt><i>txt</i> (str)</dt> |
184 <dd> |
189 <dd> |
185 text of the combo (string) |
190 text of the combo |
186 </dd> |
191 </dd> |
187 </dl> |
192 </dl> |
188 <a NAME="HgBundleDialog.on_branchButton_toggled" ID="HgBundleDialog.on_branchButton_toggled"></a> |
193 <a NAME="HgBundleDialog.on_branchButton_toggled" ID="HgBundleDialog.on_branchButton_toggled"></a> |
189 <h4>HgBundleDialog.on_branchButton_toggled</h4> |
194 <h4>HgBundleDialog.on_branchButton_toggled</h4> |
190 <b>on_branchButton_toggled</b>(<i>checked</i>) |
195 <b>on_branchButton_toggled</b>(<i>checked</i>) |
192 <p> |
197 <p> |
193 Private slot to handle changes of the Branch select button. |
198 Private slot to handle changes of the Branch select button. |
194 </p> |
199 </p> |
195 <dl> |
200 <dl> |
196 |
201 |
197 <dt><i>checked</i></dt> |
202 <dt><i>checked</i> (bool)</dt> |
198 <dd> |
203 <dd> |
199 state of the button (boolean) |
204 state of the button |
200 </dd> |
205 </dd> |
201 </dl> |
206 </dl> |
202 <a NAME="HgBundleDialog.on_branchCombo_editTextChanged" ID="HgBundleDialog.on_branchCombo_editTextChanged"></a> |
207 <a NAME="HgBundleDialog.on_branchCombo_editTextChanged" ID="HgBundleDialog.on_branchCombo_editTextChanged"></a> |
203 <h4>HgBundleDialog.on_branchCombo_editTextChanged</h4> |
208 <h4>HgBundleDialog.on_branchCombo_editTextChanged</h4> |
204 <b>on_branchCombo_editTextChanged</b>(<i>txt</i>) |
209 <b>on_branchCombo_editTextChanged</b>(<i>txt</i>) |
206 <p> |
211 <p> |
207 Private slot to handle changes of the Branch combo. |
212 Private slot to handle changes of the Branch combo. |
208 </p> |
213 </p> |
209 <dl> |
214 <dl> |
210 |
215 |
211 <dt><i>txt</i></dt> |
216 <dt><i>txt</i> (str)</dt> |
212 <dd> |
217 <dd> |
213 text of the combo (string) |
218 text of the combo |
214 </dd> |
219 </dd> |
215 </dl> |
220 </dl> |
216 <a NAME="HgBundleDialog.on_multipleButton_toggled" ID="HgBundleDialog.on_multipleButton_toggled"></a> |
221 <a NAME="HgBundleDialog.on_multipleButton_toggled" ID="HgBundleDialog.on_multipleButton_toggled"></a> |
217 <h4>HgBundleDialog.on_multipleButton_toggled</h4> |
222 <h4>HgBundleDialog.on_multipleButton_toggled</h4> |
218 <b>on_multipleButton_toggled</b>(<i>checked</i>) |
223 <b>on_multipleButton_toggled</b>(<i>checked</i>) |
220 <p> |
225 <p> |
221 Private slot to handle changes of the Multiple select button. |
226 Private slot to handle changes of the Multiple select button. |
222 </p> |
227 </p> |
223 <dl> |
228 <dl> |
224 |
229 |
225 <dt><i>checked</i></dt> |
230 <dt><i>checked</i> (bool)</dt> |
226 <dd> |
231 <dd> |
227 state of the button (boolean) |
232 state of the button |
228 </dd> |
233 </dd> |
229 </dl> |
234 </dl> |
230 <a NAME="HgBundleDialog.on_multipleEdit_textChanged" ID="HgBundleDialog.on_multipleEdit_textChanged"></a> |
235 <a NAME="HgBundleDialog.on_multipleEdit_textChanged" ID="HgBundleDialog.on_multipleEdit_textChanged"></a> |
231 <h4>HgBundleDialog.on_multipleEdit_textChanged</h4> |
236 <h4>HgBundleDialog.on_multipleEdit_textChanged</h4> |
232 <b>on_multipleEdit_textChanged</b>(<i></i>) |
237 <b>on_multipleEdit_textChanged</b>(<i></i>) |
241 <p> |
246 <p> |
242 Private slot to handle changes of the Tag select button. |
247 Private slot to handle changes of the Tag select button. |
243 </p> |
248 </p> |
244 <dl> |
249 <dl> |
245 |
250 |
246 <dt><i>checked</i></dt> |
251 <dt><i>checked</i> (bool)</dt> |
247 <dd> |
252 <dd> |
248 state of the button (boolean) |
253 state of the button |
249 </dd> |
254 </dd> |
250 </dl> |
255 </dl> |
251 <a NAME="HgBundleDialog.on_tagCombo_editTextChanged" ID="HgBundleDialog.on_tagCombo_editTextChanged"></a> |
256 <a NAME="HgBundleDialog.on_tagCombo_editTextChanged" ID="HgBundleDialog.on_tagCombo_editTextChanged"></a> |
252 <h4>HgBundleDialog.on_tagCombo_editTextChanged</h4> |
257 <h4>HgBundleDialog.on_tagCombo_editTextChanged</h4> |
253 <b>on_tagCombo_editTextChanged</b>(<i>txt</i>) |
258 <b>on_tagCombo_editTextChanged</b>(<i>txt</i>) |