95 <table> |
95 <table> |
96 <tr><td>None</td></tr> |
96 <tr><td>None</td></tr> |
97 </table> |
97 </table> |
98 <a NAME="HgBundleDialog.__init__" ID="HgBundleDialog.__init__"></a> |
98 <a NAME="HgBundleDialog.__init__" ID="HgBundleDialog.__init__"></a> |
99 <h4>HgBundleDialog (Constructor)</h4> |
99 <h4>HgBundleDialog (Constructor)</h4> |
100 <b>HgBundleDialog</b>(<i>tagsList, branchesList, bookmarksList=None, parent=None</i>) |
100 <b>HgBundleDialog</b>(<i>tagsList, branchesList, bookmarksList=None, version=(0, 0, 0), parent=None</i>) |
101 <p> |
101 <p> |
102 Constructor |
102 Constructor |
103 </p><dl> |
103 </p><dl> |
104 <dt><i>tagsList</i></dt> |
104 <dt><i>tagsList</i> (list of str)</dt> |
105 <dd> |
105 <dd> |
106 list of tags (list of strings) |
106 list of tags |
107 </dd><dt><i>branchesList</i></dt> |
107 </dd><dt><i>branchesList</i> (list of str)</dt> |
108 <dd> |
108 <dd> |
109 list of branches (list of strings) |
109 list of branches |
110 </dd><dt><i>bookmarksList</i></dt> |
110 </dd><dt><i>bookmarksList</i> (list of str)</dt> |
111 <dd> |
111 <dd> |
112 list of bookmarks (list of strings) |
112 list of bookmarks |
113 </dd><dt><i>parent</i></dt> |
113 </dd><dt><i>version</i> (tuple of three integers)</dt> |
114 <dd> |
114 <dd> |
115 parent widget (QWidget) |
115 Mercurial version info |
|
116 </dd><dt><i>parent</i> (QWidget)</dt> |
|
117 <dd> |
|
118 parent widget |
116 </dd> |
119 </dd> |
117 </dl><a NAME="HgBundleDialog.__updateOK" ID="HgBundleDialog.__updateOK"></a> |
120 </dl><a NAME="HgBundleDialog.__updateOK" ID="HgBundleDialog.__updateOK"></a> |
118 <h4>HgBundleDialog.__updateOK</h4> |
121 <h4>HgBundleDialog.__updateOK</h4> |
119 <b>__updateOK</b>(<i></i>) |
122 <b>__updateOK</b>(<i></i>) |
120 <p> |
123 <p> |