eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.CloseheadExtension.HgCloseHeadSelectionDialog.html

branch
maintenance
changeset 8043
0acf98cd089a
parent 7989
a21d673a8f99
equal deleted inserted replaced
7991:866adc8c315b 8043:0acf98cd089a
91 <tr><td>None</td></tr> 91 <tr><td>None</td></tr>
92 </table> 92 </table>
93 93
94 <a NAME="HgCloseHeadSelectionDialog.__init__" ID="HgCloseHeadSelectionDialog.__init__"></a> 94 <a NAME="HgCloseHeadSelectionDialog.__init__" ID="HgCloseHeadSelectionDialog.__init__"></a>
95 <h4>HgCloseHeadSelectionDialog (Constructor)</h4> 95 <h4>HgCloseHeadSelectionDialog (Constructor)</h4>
96 <b>HgCloseHeadSelectionDialog</b>(<i>vcs, ppath, parent=None</i>) 96 <b>HgCloseHeadSelectionDialog</b>(<i>vcs, parent=None</i>)
97 97
98 <p> 98 <p>
99 Constructor 99 Constructor
100 </p> 100 </p>
101 <dl> 101 <dl>
102 102
103 <dt><i>vcs</i> (Hg)</dt> 103 <dt><i>vcs</i> (Hg)</dt>
104 <dd> 104 <dd>
105 reference to the VCS object 105 reference to the VCS object
106 </dd> 106 </dd>
107 <dt><i>ppath</i> (str)</dt>
108 <dd>
109 directory containing the repository
110 </dd>
111 <dt><i>parent</i> (QWidget)</dt> 107 <dt><i>parent</i> (QWidget)</dt>
112 <dd> 108 <dd>
113 reference to the parent widget 109 reference to the parent widget
114 </dd> 110 </dd>
115 </dl> 111 </dl>
116 <a NAME="HgCloseHeadSelectionDialog.__getHeads" ID="HgCloseHeadSelectionDialog.__getHeads"></a> 112 <a NAME="HgCloseHeadSelectionDialog.__getHeads" ID="HgCloseHeadSelectionDialog.__getHeads"></a>
117 <h4>HgCloseHeadSelectionDialog.__getHeads</h4> 113 <h4>HgCloseHeadSelectionDialog.__getHeads</h4>
118 <b>__getHeads</b>(<i>vcs, ppath</i>) 114 <b>__getHeads</b>(<i>vcs</i>)
119 115
120 <p> 116 <p>
121 Private method to get the open heads. 117 Private method to get the open heads.
122 </p> 118 </p>
123 <dl> 119 <dl>
124 120
125 <dt><i>vcs</i> (Hg)</dt> 121 <dt><i>vcs</i> (Hg)</dt>
126 <dd> 122 <dd>
127 reference to the VCS object 123 reference to the VCS object
128 </dd> 124 </dd>
129 <dt><i>ppath</i> (str)</dt>
130 <dd>
131 directory containing the repository
132 </dd>
133 </dl> 125 </dl>
134 <dl> 126 <dl>
135 <dt>Returns:</dt> 127 <dt>Return:</dt>
136 <dd> 128 <dd>
137 list of tuples containing the revision and the corresponding 129 list of tuples containing the revision and the corresponding
138 branch name 130 branch name
139 </dd> 131 </dd>
140 </dl> 132 </dl>
150 142
151 <p> 143 <p>
152 Public method to retrieve the entered data. 144 Public method to retrieve the entered data.
153 </p> 145 </p>
154 <dl> 146 <dl>
155 <dt>Returns:</dt> 147 <dt>Return:</dt>
156 <dd> 148 <dd>
157 tuple containing a list of selected revisions and the commit 149 tuple containing a list of selected revisions and the commit
158 message 150 message
159 </dd> 151 </dd>
160 </dl> 152 </dl>

eric ide

mercurial