Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.HgGraftDialog.html

changeset 1990
7fee3661c4f9
parent 1655
d2b583fdde1c
child 2367
78f6c8193d37
equal deleted inserted replaced
1987:c7b98f0180ab 1990:7fee3661c4f9
84 <table> 84 <table>
85 <tr><td>None</td></tr> 85 <tr><td>None</td></tr>
86 </table> 86 </table>
87 <a NAME="HgGraftDialog.__init__" ID="HgGraftDialog.__init__"></a> 87 <a NAME="HgGraftDialog.__init__" ID="HgGraftDialog.__init__"></a>
88 <h4>HgGraftDialog (Constructor)</h4> 88 <h4>HgGraftDialog (Constructor)</h4>
89 <b>HgGraftDialog</b>(<i>parent=None</i>) 89 <b>HgGraftDialog</b>(<i>vcs, parent=None</i>)
90 <p> 90 <p>
91 Constructor 91 Constructor
92 </p><dl> 92 </p><dl>
93 <dt><i>parent</i></dt> 93 <dt><i>vcs</i></dt>
94 <dd>
95 reference to the VCS object (Hg)
96 </dd><dt><i>parent</i></dt>
94 <dd> 97 <dd>
95 reference to the parent widget (QWidget) 98 reference to the parent widget (QWidget)
96 </dd> 99 </dd>
97 </dl><a NAME="HgGraftDialog.__updateOk" ID="HgGraftDialog.__updateOk"></a> 100 </dl><a NAME="HgGraftDialog.__updateOk" ID="HgGraftDialog.__updateOk"></a>
98 <h4>HgGraftDialog.__updateOk</h4> 101 <h4>HgGraftDialog.__updateOk</h4>
107 </p><dl> 110 </p><dl>
108 <dt>Returns:</dt> 111 <dt>Returns:</dt>
109 <dd> 112 <dd>
110 tuple with list of revisions, a tuple giving a 113 tuple with list of revisions, a tuple giving a
111 flag indicating to set the user, a flag indicating to use the 114 flag indicating to set the user, a flag indicating to use the
112 current user and the user name and another tuple giving a flag 115 current user and the user name, another tuple giving a flag
113 indicating to set the date, a flag indicating to use the 116 indicating to set the date, a flag indicating to use the
114 current date and the date (list of strings, (boolean, boolean, string), 117 current date and the date, a flag indicating to append graft info
115 (boolean, boolean, string)) 118 to the log message and a flag indicating a dry-run (list of strings,
119 (boolean, boolean, string), (boolean, boolean, string), boolean,
120 boolean)
116 </dd> 121 </dd>
117 </dl><a NAME="HgGraftDialog.on_currentUserCheckBox_toggled" ID="HgGraftDialog.on_currentUserCheckBox_toggled"></a> 122 </dl><a NAME="HgGraftDialog.on_currentUserCheckBox_toggled" ID="HgGraftDialog.on_currentUserCheckBox_toggled"></a>
118 <h4>HgGraftDialog.on_currentUserCheckBox_toggled</h4> 123 <h4>HgGraftDialog.on_currentUserCheckBox_toggled</h4>
119 <b>on_currentUserCheckBox_toggled</b>(<i>checked</i>) 124 <b>on_currentUserCheckBox_toggled</b>(<i>checked</i>)
120 <p> 125 <p>

eric ide

mercurial