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.__hgBackout">__hgBackout</a></td> |
60 <td><a href="#HgProjectHelper.__hgBackout">__hgBackout</a></td> |
61 <td>Protected slot used to back out changes of a changeset.</td> |
61 <td>Private slot used to back out changes of a changeset.</td> |
62 </tr><tr> |
62 </tr><tr> |
63 <td><a href="#HgProjectHelper.__hgBisectBad">__hgBisectBad</a></td> |
63 <td><a href="#HgProjectHelper.__hgBisectBad">__hgBisectBad</a></td> |
64 <td>Protected slot used to execute the bisect --bad command.</td> |
64 <td>Private slot used to execute the bisect --bad command.</td> |
65 </tr><tr> |
65 </tr><tr> |
66 <td><a href="#HgProjectHelper.__hgBisectGood">__hgBisectGood</a></td> |
66 <td><a href="#HgProjectHelper.__hgBisectGood">__hgBisectGood</a></td> |
67 <td>Protected slot used to execute the bisect --good command.</td> |
67 <td>Private slot used to execute the bisect --good command.</td> |
68 </tr><tr> |
68 </tr><tr> |
69 <td><a href="#HgProjectHelper.__hgBisectReset">__hgBisectReset</a></td> |
69 <td><a href="#HgProjectHelper.__hgBisectReset">__hgBisectReset</a></td> |
70 <td>Protected slot used to execute the bisect --reset command.</td> |
70 <td>Private slot used to execute the bisect --reset command.</td> |
71 </tr><tr> |
71 </tr><tr> |
72 <td><a href="#HgProjectHelper.__hgBisectSkip">__hgBisectSkip</a></td> |
72 <td><a href="#HgProjectHelper.__hgBisectSkip">__hgBisectSkip</a></td> |
73 <td>Protected slot used to execute the bisect --skip command.</td> |
73 <td>Private slot used to execute the bisect --skip command.</td> |
74 </tr><tr> |
74 </tr><tr> |
75 <td><a href="#HgProjectHelper.__hgBranch">__hgBranch</a></td> |
75 <td><a href="#HgProjectHelper.__hgBranch">__hgBranch</a></td> |
76 <td>Private slot used to create a new branch for the project.</td> |
76 <td>Private slot used to create a new branch for the project.</td> |
77 </tr><tr> |
77 </tr><tr> |
78 <td><a href="#HgProjectHelper.__hgBranchList">__hgBranchList</a></td> |
78 <td><a href="#HgProjectHelper.__hgBranchList">__hgBranchList</a></td> |
79 <td>Private slot used to list the branches of the project.</td> |
79 <td>Private slot used to list the branches of the project.</td> |
80 </tr><tr> |
80 </tr><tr> |
81 <td><a href="#HgProjectHelper.__hgBundle">__hgBundle</a></td> |
81 <td><a href="#HgProjectHelper.__hgBundle">__hgBundle</a></td> |
82 <td>Protected slot used to create a changegroup file.</td> |
82 <td>Private slot used to create a changegroup file.</td> |
83 </tr><tr> |
83 </tr><tr> |
84 <td><a href="#HgProjectHelper.__hgCloseBranch">__hgCloseBranch</a></td> |
84 <td><a href="#HgProjectHelper.__hgCloseBranch">__hgCloseBranch</a></td> |
85 <td>Protected slot used to close the current branch of the local project.</td> |
85 <td>Private slot used to close the current branch of the local project.</td> |
86 </tr><tr> |
86 </tr><tr> |
87 <td><a href="#HgProjectHelper.__hgConfigure">__hgConfigure</a></td> |
87 <td><a href="#HgProjectHelper.__hgConfigure">__hgConfigure</a></td> |
88 <td>Private method to open the configuration dialog.</td> |
88 <td>Private method to open the configuration dialog.</td> |
89 </tr><tr> |
89 </tr><tr> |
90 <td><a href="#HgProjectHelper.__hgCreateIgnore">__hgCreateIgnore</a></td> |
90 <td><a href="#HgProjectHelper.__hgCreateIgnore">__hgCreateIgnore</a></td> |
91 <td>Protected slot used to create a .hgignore file for the project.</td> |
91 <td>Private slot used to create a .hgignore file for the project.</td> |
92 </tr><tr> |
92 </tr><tr> |
93 <td><a href="#HgProjectHelper.__hgEditRepoConfig">__hgEditRepoConfig</a></td> |
93 <td><a href="#HgProjectHelper.__hgEditRepoConfig">__hgEditRepoConfig</a></td> |
94 <td>Protected slot used to edit the repository config file.</td> |
94 <td>Private slot used to edit the repository config file.</td> |
95 </tr><tr> |
95 </tr><tr> |
96 <td><a href="#HgProjectHelper.__hgExtendedDiff">__hgExtendedDiff</a></td> |
96 <td><a href="#HgProjectHelper.__hgExtendedDiff">__hgExtendedDiff</a></td> |
97 <td>Private slot used to perform a hg diff with the selection of revisions.</td> |
97 <td>Private slot used to perform a hg diff with the selection of revisions.</td> |
98 </tr><tr> |
98 </tr><tr> |
99 <td><a href="#HgProjectHelper.__hgHeads">__hgHeads</a></td> |
99 <td><a href="#HgProjectHelper.__hgHeads">__hgHeads</a></td> |
100 <td>Private slot used to show the heads of the repository.</td> |
100 <td>Private slot used to show the heads of the repository.</td> |
101 </tr><tr> |
101 </tr><tr> |
102 <td><a href="#HgProjectHelper.__hgIdentify">__hgIdentify</a></td> |
102 <td><a href="#HgProjectHelper.__hgIdentify">__hgIdentify</a></td> |
103 <td>Protected slot used to identify the project directory.</td> |
103 <td>Private slot used to identify the project directory.</td> |
104 </tr><tr> |
104 </tr><tr> |
105 <td><a href="#HgProjectHelper.__hgIdentifyBundle">__hgIdentifyBundle</a></td> |
105 <td><a href="#HgProjectHelper.__hgIdentifyBundle">__hgIdentifyBundle</a></td> |
106 <td>Protected slot used to identify a changegroup file.</td> |
106 <td>Private slot used to identify a changegroup file.</td> |
107 </tr><tr> |
107 </tr><tr> |
108 <td><a href="#HgProjectHelper.__hgIncoming">__hgIncoming</a></td> |
108 <td><a href="#HgProjectHelper.__hgIncoming">__hgIncoming</a></td> |
109 <td>Private slot used to show the log of changes coming into the repository.</td> |
109 <td>Private slot used to show the log of changes coming into the repository.</td> |
110 </tr><tr> |
110 </tr><tr> |
111 <td><a href="#HgProjectHelper.__hgLogBrowser">__hgLogBrowser</a></td> |
111 <td><a href="#HgProjectHelper.__hgLogBrowser">__hgLogBrowser</a></td> |
119 </tr><tr> |
119 </tr><tr> |
120 <td><a href="#HgProjectHelper.__hgParents">__hgParents</a></td> |
120 <td><a href="#HgProjectHelper.__hgParents">__hgParents</a></td> |
121 <td>Private slot used to show the parents of the repository.</td> |
121 <td>Private slot used to show the parents of the repository.</td> |
122 </tr><tr> |
122 </tr><tr> |
123 <td><a href="#HgProjectHelper.__hgPreviewBundle">__hgPreviewBundle</a></td> |
123 <td><a href="#HgProjectHelper.__hgPreviewBundle">__hgPreviewBundle</a></td> |
124 <td>Protected slot used to preview a changegroup file.</td> |
124 <td>Private slot used to preview a changegroup file.</td> |
125 </tr><tr> |
125 </tr><tr> |
126 <td><a href="#HgProjectHelper.__hgPull">__hgPull</a></td> |
126 <td><a href="#HgProjectHelper.__hgPull">__hgPull</a></td> |
127 <td>Private slot used to pull changes from a remote repository.</td> |
127 <td>Private slot used to pull changes from a remote repository.</td> |
128 </tr><tr> |
128 </tr><tr> |
129 <td><a href="#HgProjectHelper.__hgPush">__hgPush</a></td> |
129 <td><a href="#HgProjectHelper.__hgPush">__hgPush</a></td> |
130 <td>Private slot used to push changes to a remote repository.</td> |
130 <td>Private slot used to push changes to a remote repository.</td> |
131 </tr><tr> |
131 </tr><tr> |
132 <td><a href="#HgProjectHelper.__hgPushForced">__hgPushForced</a></td> |
132 <td><a href="#HgProjectHelper.__hgPushForced">__hgPushForced</a></td> |
133 <td>Private slot used to push changes to a remote repository using the force option.</td> |
133 <td>Private slot used to push changes to a remote repository using the force option.</td> |
134 </tr><tr> |
134 </tr><tr> |
|
135 <td><a href="#HgProjectHelper.__hgPushNewBranch">__hgPushNewBranch</a></td> |
|
136 <td>Private slot to push a new named branch.</td> |
|
137 </tr><tr> |
135 <td><a href="#HgProjectHelper.__hgRecover">__hgRecover</a></td> |
138 <td><a href="#HgProjectHelper.__hgRecover">__hgRecover</a></td> |
136 <td>Protected slot used to recover from an interrupted transaction.</td> |
139 <td>Private slot used to recover from an interrupted transaction.</td> |
137 </tr><tr> |
140 </tr><tr> |
138 <td><a href="#HgProjectHelper.__hgResolve">__hgResolve</a></td> |
141 <td><a href="#HgProjectHelper.__hgResolve">__hgResolve</a></td> |
139 <td>Private slot used to resolve conflicts of the local project.</td> |
142 <td>Private slot used to resolve conflicts of the local project.</td> |
140 </tr><tr> |
143 </tr><tr> |
141 <td><a href="#HgProjectHelper.__hgServe">__hgServe</a></td> |
144 <td><a href="#HgProjectHelper.__hgServe">__hgServe</a></td> |
142 <td>Protected slot used to serve the project.</td> |
145 <td>Private slot used to serve the project.</td> |
143 </tr><tr> |
146 </tr><tr> |
144 <td><a href="#HgProjectHelper.__hgShowBranch">__hgShowBranch</a></td> |
147 <td><a href="#HgProjectHelper.__hgShowBranch">__hgShowBranch</a></td> |
145 <td>Private slot used to show the current branch for the project.</td> |
148 <td>Private slot used to show the current branch for the project.</td> |
146 </tr><tr> |
149 </tr><tr> |
147 <td><a href="#HgProjectHelper.__hgShowConfig">__hgShowConfig</a></td> |
150 <td><a href="#HgProjectHelper.__hgShowConfig">__hgShowConfig</a></td> |
148 <td>Protected slot used to show the combined config.</td> |
151 <td>Private slot used to show the combined config.</td> |
149 </tr><tr> |
152 </tr><tr> |
150 <td><a href="#HgProjectHelper.__hgShowPaths">__hgShowPaths</a></td> |
153 <td><a href="#HgProjectHelper.__hgShowPaths">__hgShowPaths</a></td> |
151 <td>Protected slot used to show the aliases for remote repositories.</td> |
154 <td>Private slot used to show the aliases for remote repositories.</td> |
152 </tr><tr> |
155 </tr><tr> |
153 <td><a href="#HgProjectHelper.__hgTagList">__hgTagList</a></td> |
156 <td><a href="#HgProjectHelper.__hgTagList">__hgTagList</a></td> |
154 <td>Private slot used to list the tags of the project.</td> |
157 <td>Private slot used to list the tags of the project.</td> |
155 </tr><tr> |
158 </tr><tr> |
156 <td><a href="#HgProjectHelper.__hgTip">__hgTip</a></td> |
159 <td><a href="#HgProjectHelper.__hgTip">__hgTip</a></td> |
157 <td>Private slot used to show the tip of the repository.</td> |
160 <td>Private slot used to show the tip of the repository.</td> |
158 </tr><tr> |
161 </tr><tr> |
159 <td><a href="#HgProjectHelper.__hgUnbundle">__hgUnbundle</a></td> |
162 <td><a href="#HgProjectHelper.__hgUnbundle">__hgUnbundle</a></td> |
160 <td>Protected slot used to apply changegroup files.</td> |
163 <td>Private slot used to apply changegroup files.</td> |
161 </tr><tr> |
164 </tr><tr> |
162 <td><a href="#HgProjectHelper.__hgVerify">__hgVerify</a></td> |
165 <td><a href="#HgProjectHelper.__hgVerify">__hgVerify</a></td> |
163 <td>Protected slot used to verify the integrity of the repository.</td> |
166 <td>Private slot used to verify the integrity of the repository.</td> |
164 </tr><tr> |
167 </tr><tr> |
165 <td><a href="#HgProjectHelper.getActions">getActions</a></td> |
168 <td><a href="#HgProjectHelper.getActions">getActions</a></td> |
166 <td>Public method to get a list of all actions.</td> |
169 <td>Public method to get a list of all actions.</td> |
167 </tr><tr> |
170 </tr><tr> |
168 <td><a href="#HgProjectHelper.initActions">initActions</a></td> |
171 <td><a href="#HgProjectHelper.initActions">initActions</a></td> |
193 </dd> |
196 </dd> |
194 </dl><a NAME="HgProjectHelper.__hgBackout" ID="HgProjectHelper.__hgBackout"></a> |
197 </dl><a NAME="HgProjectHelper.__hgBackout" ID="HgProjectHelper.__hgBackout"></a> |
195 <h4>HgProjectHelper.__hgBackout</h4> |
198 <h4>HgProjectHelper.__hgBackout</h4> |
196 <b>__hgBackout</b>(<i></i>) |
199 <b>__hgBackout</b>(<i></i>) |
197 <p> |
200 <p> |
198 Protected slot used to back out changes of a changeset. |
201 Private slot used to back out changes of a changeset. |
199 </p><a NAME="HgProjectHelper.__hgBisectBad" ID="HgProjectHelper.__hgBisectBad"></a> |
202 </p><a NAME="HgProjectHelper.__hgBisectBad" ID="HgProjectHelper.__hgBisectBad"></a> |
200 <h4>HgProjectHelper.__hgBisectBad</h4> |
203 <h4>HgProjectHelper.__hgBisectBad</h4> |
201 <b>__hgBisectBad</b>(<i></i>) |
204 <b>__hgBisectBad</b>(<i></i>) |
202 <p> |
205 <p> |
203 Protected slot used to execute the bisect --bad command. |
206 Private slot used to execute the bisect --bad command. |
204 </p><a NAME="HgProjectHelper.__hgBisectGood" ID="HgProjectHelper.__hgBisectGood"></a> |
207 </p><a NAME="HgProjectHelper.__hgBisectGood" ID="HgProjectHelper.__hgBisectGood"></a> |
205 <h4>HgProjectHelper.__hgBisectGood</h4> |
208 <h4>HgProjectHelper.__hgBisectGood</h4> |
206 <b>__hgBisectGood</b>(<i></i>) |
209 <b>__hgBisectGood</b>(<i></i>) |
207 <p> |
210 <p> |
208 Protected slot used to execute the bisect --good command. |
211 Private slot used to execute the bisect --good command. |
209 </p><a NAME="HgProjectHelper.__hgBisectReset" ID="HgProjectHelper.__hgBisectReset"></a> |
212 </p><a NAME="HgProjectHelper.__hgBisectReset" ID="HgProjectHelper.__hgBisectReset"></a> |
210 <h4>HgProjectHelper.__hgBisectReset</h4> |
213 <h4>HgProjectHelper.__hgBisectReset</h4> |
211 <b>__hgBisectReset</b>(<i></i>) |
214 <b>__hgBisectReset</b>(<i></i>) |
212 <p> |
215 <p> |
213 Protected slot used to execute the bisect --reset command. |
216 Private slot used to execute the bisect --reset command. |
214 </p><a NAME="HgProjectHelper.__hgBisectSkip" ID="HgProjectHelper.__hgBisectSkip"></a> |
217 </p><a NAME="HgProjectHelper.__hgBisectSkip" ID="HgProjectHelper.__hgBisectSkip"></a> |
215 <h4>HgProjectHelper.__hgBisectSkip</h4> |
218 <h4>HgProjectHelper.__hgBisectSkip</h4> |
216 <b>__hgBisectSkip</b>(<i></i>) |
219 <b>__hgBisectSkip</b>(<i></i>) |
217 <p> |
220 <p> |
218 Protected slot used to execute the bisect --skip command. |
221 Private slot used to execute the bisect --skip command. |
219 </p><a NAME="HgProjectHelper.__hgBranch" ID="HgProjectHelper.__hgBranch"></a> |
222 </p><a NAME="HgProjectHelper.__hgBranch" ID="HgProjectHelper.__hgBranch"></a> |
220 <h4>HgProjectHelper.__hgBranch</h4> |
223 <h4>HgProjectHelper.__hgBranch</h4> |
221 <b>__hgBranch</b>(<i></i>) |
224 <b>__hgBranch</b>(<i></i>) |
222 <p> |
225 <p> |
223 Private slot used to create a new branch for the project. |
226 Private slot used to create a new branch for the project. |
228 Private slot used to list the branches of the project. |
231 Private slot used to list the branches of the project. |
229 </p><a NAME="HgProjectHelper.__hgBundle" ID="HgProjectHelper.__hgBundle"></a> |
232 </p><a NAME="HgProjectHelper.__hgBundle" ID="HgProjectHelper.__hgBundle"></a> |
230 <h4>HgProjectHelper.__hgBundle</h4> |
233 <h4>HgProjectHelper.__hgBundle</h4> |
231 <b>__hgBundle</b>(<i></i>) |
234 <b>__hgBundle</b>(<i></i>) |
232 <p> |
235 <p> |
233 Protected slot used to create a changegroup file. |
236 Private slot used to create a changegroup file. |
234 </p><a NAME="HgProjectHelper.__hgCloseBranch" ID="HgProjectHelper.__hgCloseBranch"></a> |
237 </p><a NAME="HgProjectHelper.__hgCloseBranch" ID="HgProjectHelper.__hgCloseBranch"></a> |
235 <h4>HgProjectHelper.__hgCloseBranch</h4> |
238 <h4>HgProjectHelper.__hgCloseBranch</h4> |
236 <b>__hgCloseBranch</b>(<i></i>) |
239 <b>__hgCloseBranch</b>(<i></i>) |
237 <p> |
240 <p> |
238 Protected slot used to close the current branch of the local project. |
241 Private slot used to close the current branch of the local project. |
239 </p><a NAME="HgProjectHelper.__hgConfigure" ID="HgProjectHelper.__hgConfigure"></a> |
242 </p><a NAME="HgProjectHelper.__hgConfigure" ID="HgProjectHelper.__hgConfigure"></a> |
240 <h4>HgProjectHelper.__hgConfigure</h4> |
243 <h4>HgProjectHelper.__hgConfigure</h4> |
241 <b>__hgConfigure</b>(<i></i>) |
244 <b>__hgConfigure</b>(<i></i>) |
242 <p> |
245 <p> |
243 Private method to open the configuration dialog. |
246 Private method to open the configuration dialog. |
244 </p><a NAME="HgProjectHelper.__hgCreateIgnore" ID="HgProjectHelper.__hgCreateIgnore"></a> |
247 </p><a NAME="HgProjectHelper.__hgCreateIgnore" ID="HgProjectHelper.__hgCreateIgnore"></a> |
245 <h4>HgProjectHelper.__hgCreateIgnore</h4> |
248 <h4>HgProjectHelper.__hgCreateIgnore</h4> |
246 <b>__hgCreateIgnore</b>(<i></i>) |
249 <b>__hgCreateIgnore</b>(<i></i>) |
247 <p> |
250 <p> |
248 Protected slot used to create a .hgignore file for the project. |
251 Private slot used to create a .hgignore file for the project. |
249 </p><a NAME="HgProjectHelper.__hgEditRepoConfig" ID="HgProjectHelper.__hgEditRepoConfig"></a> |
252 </p><a NAME="HgProjectHelper.__hgEditRepoConfig" ID="HgProjectHelper.__hgEditRepoConfig"></a> |
250 <h4>HgProjectHelper.__hgEditRepoConfig</h4> |
253 <h4>HgProjectHelper.__hgEditRepoConfig</h4> |
251 <b>__hgEditRepoConfig</b>(<i></i>) |
254 <b>__hgEditRepoConfig</b>(<i></i>) |
252 <p> |
255 <p> |
253 Protected slot used to edit the repository config file. |
256 Private slot used to edit the repository config file. |
254 </p><a NAME="HgProjectHelper.__hgExtendedDiff" ID="HgProjectHelper.__hgExtendedDiff"></a> |
257 </p><a NAME="HgProjectHelper.__hgExtendedDiff" ID="HgProjectHelper.__hgExtendedDiff"></a> |
255 <h4>HgProjectHelper.__hgExtendedDiff</h4> |
258 <h4>HgProjectHelper.__hgExtendedDiff</h4> |
256 <b>__hgExtendedDiff</b>(<i></i>) |
259 <b>__hgExtendedDiff</b>(<i></i>) |
257 <p> |
260 <p> |
258 Private slot used to perform a hg diff with the selection of revisions. |
261 Private slot used to perform a hg diff with the selection of revisions. |
263 Private slot used to show the heads of the repository. |
266 Private slot used to show the heads of the repository. |
264 </p><a NAME="HgProjectHelper.__hgIdentify" ID="HgProjectHelper.__hgIdentify"></a> |
267 </p><a NAME="HgProjectHelper.__hgIdentify" ID="HgProjectHelper.__hgIdentify"></a> |
265 <h4>HgProjectHelper.__hgIdentify</h4> |
268 <h4>HgProjectHelper.__hgIdentify</h4> |
266 <b>__hgIdentify</b>(<i></i>) |
269 <b>__hgIdentify</b>(<i></i>) |
267 <p> |
270 <p> |
268 Protected slot used to identify the project directory. |
271 Private slot used to identify the project directory. |
269 </p><a NAME="HgProjectHelper.__hgIdentifyBundle" ID="HgProjectHelper.__hgIdentifyBundle"></a> |
272 </p><a NAME="HgProjectHelper.__hgIdentifyBundle" ID="HgProjectHelper.__hgIdentifyBundle"></a> |
270 <h4>HgProjectHelper.__hgIdentifyBundle</h4> |
273 <h4>HgProjectHelper.__hgIdentifyBundle</h4> |
271 <b>__hgIdentifyBundle</b>(<i></i>) |
274 <b>__hgIdentifyBundle</b>(<i></i>) |
272 <p> |
275 <p> |
273 Protected slot used to identify a changegroup file. |
276 Private slot used to identify a changegroup file. |
274 </p><a NAME="HgProjectHelper.__hgIncoming" ID="HgProjectHelper.__hgIncoming"></a> |
277 </p><a NAME="HgProjectHelper.__hgIncoming" ID="HgProjectHelper.__hgIncoming"></a> |
275 <h4>HgProjectHelper.__hgIncoming</h4> |
278 <h4>HgProjectHelper.__hgIncoming</h4> |
276 <b>__hgIncoming</b>(<i></i>) |
279 <b>__hgIncoming</b>(<i></i>) |
277 <p> |
280 <p> |
278 Private slot used to show the log of changes coming into the repository. |
281 Private slot used to show the log of changes coming into the repository. |
298 Private slot used to show the parents of the repository. |
301 Private slot used to show the parents of the repository. |
299 </p><a NAME="HgProjectHelper.__hgPreviewBundle" ID="HgProjectHelper.__hgPreviewBundle"></a> |
302 </p><a NAME="HgProjectHelper.__hgPreviewBundle" ID="HgProjectHelper.__hgPreviewBundle"></a> |
300 <h4>HgProjectHelper.__hgPreviewBundle</h4> |
303 <h4>HgProjectHelper.__hgPreviewBundle</h4> |
301 <b>__hgPreviewBundle</b>(<i></i>) |
304 <b>__hgPreviewBundle</b>(<i></i>) |
302 <p> |
305 <p> |
303 Protected slot used to preview a changegroup file. |
306 Private slot used to preview a changegroup file. |
304 </p><a NAME="HgProjectHelper.__hgPull" ID="HgProjectHelper.__hgPull"></a> |
307 </p><a NAME="HgProjectHelper.__hgPull" ID="HgProjectHelper.__hgPull"></a> |
305 <h4>HgProjectHelper.__hgPull</h4> |
308 <h4>HgProjectHelper.__hgPull</h4> |
306 <b>__hgPull</b>(<i></i>) |
309 <b>__hgPull</b>(<i></i>) |
307 <p> |
310 <p> |
308 Private slot used to pull changes from a remote repository. |
311 Private slot used to pull changes from a remote repository. |
315 <h4>HgProjectHelper.__hgPushForced</h4> |
318 <h4>HgProjectHelper.__hgPushForced</h4> |
316 <b>__hgPushForced</b>(<i></i>) |
319 <b>__hgPushForced</b>(<i></i>) |
317 <p> |
320 <p> |
318 Private slot used to push changes to a remote repository using |
321 Private slot used to push changes to a remote repository using |
319 the force option. |
322 the force option. |
|
323 </p><a NAME="HgProjectHelper.__hgPushNewBranch" ID="HgProjectHelper.__hgPushNewBranch"></a> |
|
324 <h4>HgProjectHelper.__hgPushNewBranch</h4> |
|
325 <b>__hgPushNewBranch</b>(<i></i>) |
|
326 <p> |
|
327 Private slot to push a new named branch. |
320 </p><a NAME="HgProjectHelper.__hgRecover" ID="HgProjectHelper.__hgRecover"></a> |
328 </p><a NAME="HgProjectHelper.__hgRecover" ID="HgProjectHelper.__hgRecover"></a> |
321 <h4>HgProjectHelper.__hgRecover</h4> |
329 <h4>HgProjectHelper.__hgRecover</h4> |
322 <b>__hgRecover</b>(<i></i>) |
330 <b>__hgRecover</b>(<i></i>) |
323 <p> |
331 <p> |
324 Protected slot used to recover from an interrupted transaction. |
332 Private slot used to recover from an interrupted transaction. |
325 </p><a NAME="HgProjectHelper.__hgResolve" ID="HgProjectHelper.__hgResolve"></a> |
333 </p><a NAME="HgProjectHelper.__hgResolve" ID="HgProjectHelper.__hgResolve"></a> |
326 <h4>HgProjectHelper.__hgResolve</h4> |
334 <h4>HgProjectHelper.__hgResolve</h4> |
327 <b>__hgResolve</b>(<i></i>) |
335 <b>__hgResolve</b>(<i></i>) |
328 <p> |
336 <p> |
329 Private slot used to resolve conflicts of the local project. |
337 Private slot used to resolve conflicts of the local project. |
330 </p><a NAME="HgProjectHelper.__hgServe" ID="HgProjectHelper.__hgServe"></a> |
338 </p><a NAME="HgProjectHelper.__hgServe" ID="HgProjectHelper.__hgServe"></a> |
331 <h4>HgProjectHelper.__hgServe</h4> |
339 <h4>HgProjectHelper.__hgServe</h4> |
332 <b>__hgServe</b>(<i></i>) |
340 <b>__hgServe</b>(<i></i>) |
333 <p> |
341 <p> |
334 Protected slot used to serve the project. |
342 Private slot used to serve the project. |
335 </p><a NAME="HgProjectHelper.__hgShowBranch" ID="HgProjectHelper.__hgShowBranch"></a> |
343 </p><a NAME="HgProjectHelper.__hgShowBranch" ID="HgProjectHelper.__hgShowBranch"></a> |
336 <h4>HgProjectHelper.__hgShowBranch</h4> |
344 <h4>HgProjectHelper.__hgShowBranch</h4> |
337 <b>__hgShowBranch</b>(<i></i>) |
345 <b>__hgShowBranch</b>(<i></i>) |
338 <p> |
346 <p> |
339 Private slot used to show the current branch for the project. |
347 Private slot used to show the current branch for the project. |
340 </p><a NAME="HgProjectHelper.__hgShowConfig" ID="HgProjectHelper.__hgShowConfig"></a> |
348 </p><a NAME="HgProjectHelper.__hgShowConfig" ID="HgProjectHelper.__hgShowConfig"></a> |
341 <h4>HgProjectHelper.__hgShowConfig</h4> |
349 <h4>HgProjectHelper.__hgShowConfig</h4> |
342 <b>__hgShowConfig</b>(<i></i>) |
350 <b>__hgShowConfig</b>(<i></i>) |
343 <p> |
351 <p> |
344 Protected slot used to show the combined config. |
352 Private slot used to show the combined config. |
345 </p><a NAME="HgProjectHelper.__hgShowPaths" ID="HgProjectHelper.__hgShowPaths"></a> |
353 </p><a NAME="HgProjectHelper.__hgShowPaths" ID="HgProjectHelper.__hgShowPaths"></a> |
346 <h4>HgProjectHelper.__hgShowPaths</h4> |
354 <h4>HgProjectHelper.__hgShowPaths</h4> |
347 <b>__hgShowPaths</b>(<i></i>) |
355 <b>__hgShowPaths</b>(<i></i>) |
348 <p> |
356 <p> |
349 Protected slot used to show the aliases for remote repositories. |
357 Private slot used to show the aliases for remote repositories. |
350 </p><a NAME="HgProjectHelper.__hgTagList" ID="HgProjectHelper.__hgTagList"></a> |
358 </p><a NAME="HgProjectHelper.__hgTagList" ID="HgProjectHelper.__hgTagList"></a> |
351 <h4>HgProjectHelper.__hgTagList</h4> |
359 <h4>HgProjectHelper.__hgTagList</h4> |
352 <b>__hgTagList</b>(<i></i>) |
360 <b>__hgTagList</b>(<i></i>) |
353 <p> |
361 <p> |
354 Private slot used to list the tags of the project. |
362 Private slot used to list the tags of the project. |
359 Private slot used to show the tip of the repository. |
367 Private slot used to show the tip of the repository. |
360 </p><a NAME="HgProjectHelper.__hgUnbundle" ID="HgProjectHelper.__hgUnbundle"></a> |
368 </p><a NAME="HgProjectHelper.__hgUnbundle" ID="HgProjectHelper.__hgUnbundle"></a> |
361 <h4>HgProjectHelper.__hgUnbundle</h4> |
369 <h4>HgProjectHelper.__hgUnbundle</h4> |
362 <b>__hgUnbundle</b>(<i></i>) |
370 <b>__hgUnbundle</b>(<i></i>) |
363 <p> |
371 <p> |
364 Protected slot used to apply changegroup files. |
372 Private slot used to apply changegroup files. |
365 </p><a NAME="HgProjectHelper.__hgVerify" ID="HgProjectHelper.__hgVerify"></a> |
373 </p><a NAME="HgProjectHelper.__hgVerify" ID="HgProjectHelper.__hgVerify"></a> |
366 <h4>HgProjectHelper.__hgVerify</h4> |
374 <h4>HgProjectHelper.__hgVerify</h4> |
367 <b>__hgVerify</b>(<i></i>) |
375 <b>__hgVerify</b>(<i></i>) |
368 <p> |
376 <p> |
369 Protected slot used to verify the integrity of the repository. |
377 Private slot used to verify the integrity of the repository. |
370 </p><a NAME="HgProjectHelper.getActions" ID="HgProjectHelper.getActions"></a> |
378 </p><a NAME="HgProjectHelper.getActions" ID="HgProjectHelper.getActions"></a> |
371 <h4>HgProjectHelper.getActions</h4> |
379 <h4>HgProjectHelper.getActions</h4> |
372 <b>getActions</b>(<i></i>) |
380 <b>getActions</b>(<i></i>) |
373 <p> |
381 <p> |
374 Public method to get a list of all actions. |
382 Public method to get a list of all actions. |