80 <table> |
80 <table> |
81 <tr><td>None</td></tr> |
81 <tr><td>None</td></tr> |
82 </table> |
82 </table> |
83 <a NAME="HgExportDialog.__init__" ID="HgExportDialog.__init__"></a> |
83 <a NAME="HgExportDialog.__init__" ID="HgExportDialog.__init__"></a> |
84 <h4>HgExportDialog (Constructor)</h4> |
84 <h4>HgExportDialog (Constructor)</h4> |
85 <b>HgExportDialog</b>(<i>parent=None</i>) |
85 <b>HgExportDialog</b>(<i>bookmarksList, bookmarkAvailable, parent=None</i>) |
86 <p> |
86 <p> |
87 Constructor |
87 Constructor |
88 </p><dl> |
88 </p><dl> |
89 <dt><i>parent</i></dt> |
89 <dt><i>bookmarksList</i> (list of str)</dt> |
90 <dd> |
90 <dd> |
91 reference to the parent widget (QWidget) |
91 list of defined bookmarks |
|
92 </dd><dt><i>bookmarkAvailable</i> (bool)</dt> |
|
93 <dd> |
|
94 flag indicating the availability of the |
|
95 "--bookmark" option |
|
96 </dd><dt><i>parent</i> (QWidget)</dt> |
|
97 <dd> |
|
98 reference to the parent widget |
92 </dd> |
99 </dd> |
93 </dl><a NAME="HgExportDialog.__updateOK" ID="HgExportDialog.__updateOK"></a> |
100 </dl><a NAME="HgExportDialog.__updateOK" ID="HgExportDialog.__updateOK"></a> |
94 <h4>HgExportDialog.__updateOK</h4> |
101 <h4>HgExportDialog.__updateOK</h4> |
95 <b>__updateOK</b>(<i></i>) |
102 <b>__updateOK</b>(<i></i>) |
96 <p> |
103 <p> |
102 Public method to retrieve the export data. |
109 Public method to retrieve the export data. |
103 </p><dl> |
110 </p><dl> |
104 <dt>Returns:</dt> |
111 <dt>Returns:</dt> |
105 <dd> |
112 <dd> |
106 tuple naming the output file name, the list of revisions to |
113 tuple naming the output file name, the list of revisions to |
107 export, and flags indicating to compare against the second parent, |
114 export, the name of a bookmarked branch and flags indicating to |
108 to treat all files as text, to omit dates in the diff headers and |
115 compare against the second parent, to treat all files as text, |
109 to use the git extended diff format (string, list of strings, |
116 to omit dates in the diff headers and to use the git extended |
110 boolean, boolean, boolean, boolean) |
117 diff format |
|
118 </dd> |
|
119 </dl><dl> |
|
120 <dt>Return Type:</dt> |
|
121 <dd> |
|
122 tuple of (str, list of str, str, bool, bool, bool, bool) |
111 </dd> |
123 </dd> |
112 </dl><a NAME="HgExportDialog.on_changesetsEdit_textChanged" ID="HgExportDialog.on_changesetsEdit_textChanged"></a> |
124 </dl><a NAME="HgExportDialog.on_changesetsEdit_textChanged" ID="HgExportDialog.on_changesetsEdit_textChanged"></a> |
113 <h4>HgExportDialog.on_changesetsEdit_textChanged</h4> |
125 <h4>HgExportDialog.on_changesetsEdit_textChanged</h4> |
114 <b>on_changesetsEdit_textChanged</b>(<i></i>) |
126 <b>on_changesetsEdit_textChanged</b>(<i></i>) |
115 <p> |
127 <p> |