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

changeset 202
6854bb0beda5
parent 200
6c3f5faf7775
child 217
8ce554fb0bee
equal deleted inserted replaced
201:a434e007ab9a 202:6854bb0beda5
55 <table> 55 <table>
56 <tr> 56 <tr>
57 <td><a href="#HgProjectHelper.__init__">HgProjectHelper</a></td> 57 <td><a href="#HgProjectHelper.__init__">HgProjectHelper</a></td>
58 <td>Constructor</td> 58 <td>Constructor</td>
59 </tr><tr> 59 </tr><tr>
60 <td><a href="#HgProjectHelper.__hgBisectBad">__hgBisectBad</a></td>
61 <td>Protected slot used to execute the bisect --bad command.</td>
62 </tr><tr>
63 <td><a href="#HgProjectHelper.__hgBisectGood">__hgBisectGood</a></td>
64 <td>Protected slot used to execute the bisect --good command.</td>
65 </tr><tr>
66 <td><a href="#HgProjectHelper.__hgBisectReset">__hgBisectReset</a></td>
67 <td>Protected slot used to execute the bisect --reset command.</td>
68 </tr><tr>
69 <td><a href="#HgProjectHelper.__hgBisectSkip">__hgBisectSkip</a></td>
70 <td>Protected slot used to execute the bisect --skip command.</td>
71 </tr><tr>
60 <td><a href="#HgProjectHelper.__hgBranch">__hgBranch</a></td> 72 <td><a href="#HgProjectHelper.__hgBranch">__hgBranch</a></td>
61 <td>Private slot used to create a new branch for the project.</td> 73 <td>Private slot used to create a new branch for the project.</td>
62 </tr><tr> 74 </tr><tr>
63 <td><a href="#HgProjectHelper.__hgBranchList">__hgBranchList</a></td> 75 <td><a href="#HgProjectHelper.__hgBranchList">__hgBranchList</a></td>
64 <td>Private slot used to list the branches of the project.</td> 76 <td>Private slot used to list the branches of the project.</td>
108 <td><a href="#HgProjectHelper.__hgRecover">__hgRecover</a></td> 120 <td><a href="#HgProjectHelper.__hgRecover">__hgRecover</a></td>
109 <td>Protected slot used to recover from an interrupted transaction.</td> 121 <td>Protected slot used to recover from an interrupted transaction.</td>
110 </tr><tr> 122 </tr><tr>
111 <td><a href="#HgProjectHelper.__hgResolve">__hgResolve</a></td> 123 <td><a href="#HgProjectHelper.__hgResolve">__hgResolve</a></td>
112 <td>Private slot used to resolve conflicts of the local project.</td> 124 <td>Private slot used to resolve conflicts of the local project.</td>
125 </tr><tr>
126 <td><a href="#HgProjectHelper.__hgShowBranch">__hgShowBranch</a></td>
127 <td>Private slot used to show the current branch for the project.</td>
113 </tr><tr> 128 </tr><tr>
114 <td><a href="#HgProjectHelper.__hgShowConfig">__hgShowConfig</a></td> 129 <td><a href="#HgProjectHelper.__hgShowConfig">__hgShowConfig</a></td>
115 <td>Protected slot used to show the combined config.</td> 130 <td>Protected slot used to show the combined config.</td>
116 </tr><tr> 131 </tr><tr>
117 <td><a href="#HgProjectHelper.__hgShowPaths">__hgShowPaths</a></td> 132 <td><a href="#HgProjectHelper.__hgShowPaths">__hgShowPaths</a></td>
156 parent widget (QWidget) 171 parent widget (QWidget)
157 </dd><dt><i>name</i></dt> 172 </dd><dt><i>name</i></dt>
158 <dd> 173 <dd>
159 name of this object (string) 174 name of this object (string)
160 </dd> 175 </dd>
161 </dl><a NAME="HgProjectHelper.__hgBranch" ID="HgProjectHelper.__hgBranch"></a> 176 </dl><a NAME="HgProjectHelper.__hgBisectBad" ID="HgProjectHelper.__hgBisectBad"></a>
177 <h4>HgProjectHelper.__hgBisectBad</h4>
178 <b>__hgBisectBad</b>(<i></i>)
179 <p>
180 Protected slot used to execute the bisect --bad command.
181 </p><a NAME="HgProjectHelper.__hgBisectGood" ID="HgProjectHelper.__hgBisectGood"></a>
182 <h4>HgProjectHelper.__hgBisectGood</h4>
183 <b>__hgBisectGood</b>(<i></i>)
184 <p>
185 Protected slot used to execute the bisect --good command.
186 </p><a NAME="HgProjectHelper.__hgBisectReset" ID="HgProjectHelper.__hgBisectReset"></a>
187 <h4>HgProjectHelper.__hgBisectReset</h4>
188 <b>__hgBisectReset</b>(<i></i>)
189 <p>
190 Protected slot used to execute the bisect --reset command.
191 </p><a NAME="HgProjectHelper.__hgBisectSkip" ID="HgProjectHelper.__hgBisectSkip"></a>
192 <h4>HgProjectHelper.__hgBisectSkip</h4>
193 <b>__hgBisectSkip</b>(<i></i>)
194 <p>
195 Protected slot used to execute the bisect --skip command.
196 </p><a NAME="HgProjectHelper.__hgBranch" ID="HgProjectHelper.__hgBranch"></a>
162 <h4>HgProjectHelper.__hgBranch</h4> 197 <h4>HgProjectHelper.__hgBranch</h4>
163 <b>__hgBranch</b>(<i></i>) 198 <b>__hgBranch</b>(<i></i>)
164 <p> 199 <p>
165 Private slot used to create a new branch for the project. 200 Private slot used to create a new branch for the project.
166 </p><a NAME="HgProjectHelper.__hgBranchList" ID="HgProjectHelper.__hgBranchList"></a> 201 </p><a NAME="HgProjectHelper.__hgBranchList" ID="HgProjectHelper.__hgBranchList"></a>
246 </p><a NAME="HgProjectHelper.__hgResolve" ID="HgProjectHelper.__hgResolve"></a> 281 </p><a NAME="HgProjectHelper.__hgResolve" ID="HgProjectHelper.__hgResolve"></a>
247 <h4>HgProjectHelper.__hgResolve</h4> 282 <h4>HgProjectHelper.__hgResolve</h4>
248 <b>__hgResolve</b>(<i></i>) 283 <b>__hgResolve</b>(<i></i>)
249 <p> 284 <p>
250 Private slot used to resolve conflicts of the local project. 285 Private slot used to resolve conflicts of the local project.
286 </p><a NAME="HgProjectHelper.__hgShowBranch" ID="HgProjectHelper.__hgShowBranch"></a>
287 <h4>HgProjectHelper.__hgShowBranch</h4>
288 <b>__hgShowBranch</b>(<i></i>)
289 <p>
290 Private slot used to show the current branch for the project.
251 </p><a NAME="HgProjectHelper.__hgShowConfig" ID="HgProjectHelper.__hgShowConfig"></a> 291 </p><a NAME="HgProjectHelper.__hgShowConfig" ID="HgProjectHelper.__hgShowConfig"></a>
252 <h4>HgProjectHelper.__hgShowConfig</h4> 292 <h4>HgProjectHelper.__hgShowConfig</h4>
253 <b>__hgShowConfig</b>(<i></i>) 293 <b>__hgShowConfig</b>(<i></i>)
254 <p> 294 <p>
255 Protected slot used to show the combined config. 295 Protected slot used to show the combined config.

eric ide

mercurial