92 <table> |
92 <table> |
93 <tr><td>None</td></tr> |
93 <tr><td>None</td></tr> |
94 </table> |
94 </table> |
95 <a NAME="HgCommitDialog.__init__" ID="HgCommitDialog.__init__"></a> |
95 <a NAME="HgCommitDialog.__init__" ID="HgCommitDialog.__init__"></a> |
96 <h4>HgCommitDialog (Constructor)</h4> |
96 <h4>HgCommitDialog (Constructor)</h4> |
97 <b>HgCommitDialog</b>(<i>vcs, msg, mq, parent=None</i>) |
97 <b>HgCommitDialog</b>(<i>vcs, msg, mq, merge, parent=None</i>) |
98 <p> |
98 <p> |
99 Constructor |
99 Constructor |
100 </p><dl> |
100 </p><dl> |
101 <dt><i>vcs</i></dt> |
101 <dt><i>vcs</i></dt> |
102 <dd> |
102 <dd> |
105 <dd> |
105 <dd> |
106 initial message (string) |
106 initial message (string) |
107 </dd><dt><i>mq</i></dt> |
107 </dd><dt><i>mq</i></dt> |
108 <dd> |
108 <dd> |
109 flag indicating a queue commit (boolean) |
109 flag indicating a queue commit (boolean) |
|
110 </dd><dt><i>merge</i></dt> |
|
111 <dd> |
|
112 flag indicating a merge commit (boolean) |
110 </dd><dt><i>parent</i></dt> |
113 </dd><dt><i>parent</i></dt> |
111 <dd> |
114 <dd> |
112 parent widget (QWidget) |
115 parent widget (QWidget) |
113 </dd> |
116 </dd> |
114 </dl><a NAME="HgCommitDialog.getCommitData" ID="HgCommitDialog.getCommitData"></a> |
117 </dl><a NAME="HgCommitDialog.getCommitData" ID="HgCommitDialog.getCommitData"></a> |