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

changeset 189
17bb2db7a347
parent 178
dd9f0bca5e2f
child 191
dccb19a7c52e
equal deleted inserted replaced
188:98eb4145b4e4 189:17bb2db7a347
67 <td>Protected slot used to close the current branch of the local project.</td> 67 <td>Protected slot used to close the current branch of the local project.</td>
68 </tr><tr> 68 </tr><tr>
69 <td><a href="#HgProjectHelper.__hgConfigure">__hgConfigure</a></td> 69 <td><a href="#HgProjectHelper.__hgConfigure">__hgConfigure</a></td>
70 <td>Private method to open the configuration dialog.</td> 70 <td>Private method to open the configuration dialog.</td>
71 </tr><tr> 71 </tr><tr>
72 <td><a href="#HgProjectHelper.__hgEditRepoConfig">__hgEditRepoConfig</a></td>
73 <td>Protected slot used to edit the repository config file.</td>
74 </tr><tr>
72 <td><a href="#HgProjectHelper.__hgExtendedDiff">__hgExtendedDiff</a></td> 75 <td><a href="#HgProjectHelper.__hgExtendedDiff">__hgExtendedDiff</a></td>
73 <td>Private slot used to perform a svn diff with the selection of revisions.</td> 76 <td>Private slot used to perform a svn diff with the selection of revisions.</td>
74 </tr><tr> 77 </tr><tr>
75 <td><a href="#HgProjectHelper.__hgHeads">__hgHeads</a></td> 78 <td><a href="#HgProjectHelper.__hgHeads">__hgHeads</a></td>
76 <td>Private slot used to show the heads of the repository.</td> 79 <td>Private slot used to show the heads of the repository.</td>
94 <td>Private slot used to pull changes from a remote repository.</td> 97 <td>Private slot used to pull changes from a remote repository.</td>
95 </tr><tr> 98 </tr><tr>
96 <td><a href="#HgProjectHelper.__hgPush">__hgPush</a></td> 99 <td><a href="#HgProjectHelper.__hgPush">__hgPush</a></td>
97 <td>Private slot used to push changes to a remote repository.</td> 100 <td>Private slot used to push changes to a remote repository.</td>
98 </tr><tr> 101 </tr><tr>
102 <td><a href="#HgProjectHelper.__hgRecover">__hgRecover</a></td>
103 <td>Protected slot used to recover from an interrupted transaction.</td>
104 </tr><tr>
99 <td><a href="#HgProjectHelper.__hgResolve">__hgResolve</a></td> 105 <td><a href="#HgProjectHelper.__hgResolve">__hgResolve</a></td>
100 <td>Private slot used to resolve conflicts of the local project.</td> 106 <td>Private slot used to resolve conflicts of the local project.</td>
101 </tr><tr> 107 </tr><tr>
108 <td><a href="#HgProjectHelper.__hgShowConfig">__hgShowConfig</a></td>
109 <td>Protected slot used to show the combined config.</td>
110 </tr><tr>
111 <td><a href="#HgProjectHelper.__hgShowPaths">__hgShowPaths</a></td>
112 <td>Protected slot used to show the aliases for remote repositories.</td>
113 </tr><tr>
102 <td><a href="#HgProjectHelper.__hgTagList">__hgTagList</a></td> 114 <td><a href="#HgProjectHelper.__hgTagList">__hgTagList</a></td>
103 <td>Private slot used to list the tags of the project.</td> 115 <td>Private slot used to list the tags of the project.</td>
104 </tr><tr> 116 </tr><tr>
105 <td><a href="#HgProjectHelper.__hgTip">__hgTip</a></td> 117 <td><a href="#HgProjectHelper.__hgTip">__hgTip</a></td>
106 <td>Private slot used to show the tip of the repository.</td> 118 <td>Private slot used to show the tip of the repository.</td>
119 </tr><tr>
120 <td><a href="#HgProjectHelper.__hgVerify">__hgVerify</a></td>
121 <td>Protected slot used to verify the integrity of the repository.</td>
107 </tr><tr> 122 </tr><tr>
108 <td><a href="#HgProjectHelper.getActions">getActions</a></td> 123 <td><a href="#HgProjectHelper.getActions">getActions</a></td>
109 <td>Public method to get a list of all actions.</td> 124 <td>Public method to get a list of all actions.</td>
110 </tr><tr> 125 </tr><tr>
111 <td><a href="#HgProjectHelper.initActions">initActions</a></td> 126 <td><a href="#HgProjectHelper.initActions">initActions</a></td>
152 </p><a NAME="HgProjectHelper.__hgConfigure" ID="HgProjectHelper.__hgConfigure"></a> 167 </p><a NAME="HgProjectHelper.__hgConfigure" ID="HgProjectHelper.__hgConfigure"></a>
153 <h4>HgProjectHelper.__hgConfigure</h4> 168 <h4>HgProjectHelper.__hgConfigure</h4>
154 <b>__hgConfigure</b>(<i></i>) 169 <b>__hgConfigure</b>(<i></i>)
155 <p> 170 <p>
156 Private method to open the configuration dialog. 171 Private method to open the configuration dialog.
172 </p><a NAME="HgProjectHelper.__hgEditRepoConfig" ID="HgProjectHelper.__hgEditRepoConfig"></a>
173 <h4>HgProjectHelper.__hgEditRepoConfig</h4>
174 <b>__hgEditRepoConfig</b>(<i></i>)
175 <p>
176 Protected slot used to edit the repository config file.
157 </p><a NAME="HgProjectHelper.__hgExtendedDiff" ID="HgProjectHelper.__hgExtendedDiff"></a> 177 </p><a NAME="HgProjectHelper.__hgExtendedDiff" ID="HgProjectHelper.__hgExtendedDiff"></a>
158 <h4>HgProjectHelper.__hgExtendedDiff</h4> 178 <h4>HgProjectHelper.__hgExtendedDiff</h4>
159 <b>__hgExtendedDiff</b>(<i></i>) 179 <b>__hgExtendedDiff</b>(<i></i>)
160 <p> 180 <p>
161 Private slot used to perform a svn diff with the selection of revisions. 181 Private slot used to perform a svn diff with the selection of revisions.
197 </p><a NAME="HgProjectHelper.__hgPush" ID="HgProjectHelper.__hgPush"></a> 217 </p><a NAME="HgProjectHelper.__hgPush" ID="HgProjectHelper.__hgPush"></a>
198 <h4>HgProjectHelper.__hgPush</h4> 218 <h4>HgProjectHelper.__hgPush</h4>
199 <b>__hgPush</b>(<i></i>) 219 <b>__hgPush</b>(<i></i>)
200 <p> 220 <p>
201 Private slot used to push changes to a remote repository. 221 Private slot used to push changes to a remote repository.
222 </p><a NAME="HgProjectHelper.__hgRecover" ID="HgProjectHelper.__hgRecover"></a>
223 <h4>HgProjectHelper.__hgRecover</h4>
224 <b>__hgRecover</b>(<i></i>)
225 <p>
226 Protected slot used to recover from an interrupted transaction.
202 </p><a NAME="HgProjectHelper.__hgResolve" ID="HgProjectHelper.__hgResolve"></a> 227 </p><a NAME="HgProjectHelper.__hgResolve" ID="HgProjectHelper.__hgResolve"></a>
203 <h4>HgProjectHelper.__hgResolve</h4> 228 <h4>HgProjectHelper.__hgResolve</h4>
204 <b>__hgResolve</b>(<i></i>) 229 <b>__hgResolve</b>(<i></i>)
205 <p> 230 <p>
206 Private slot used to resolve conflicts of the local project. 231 Private slot used to resolve conflicts of the local project.
232 </p><a NAME="HgProjectHelper.__hgShowConfig" ID="HgProjectHelper.__hgShowConfig"></a>
233 <h4>HgProjectHelper.__hgShowConfig</h4>
234 <b>__hgShowConfig</b>(<i></i>)
235 <p>
236 Protected slot used to show the combined config.
237 </p><a NAME="HgProjectHelper.__hgShowPaths" ID="HgProjectHelper.__hgShowPaths"></a>
238 <h4>HgProjectHelper.__hgShowPaths</h4>
239 <b>__hgShowPaths</b>(<i></i>)
240 <p>
241 Protected slot used to show the aliases for remote repositories.
207 </p><a NAME="HgProjectHelper.__hgTagList" ID="HgProjectHelper.__hgTagList"></a> 242 </p><a NAME="HgProjectHelper.__hgTagList" ID="HgProjectHelper.__hgTagList"></a>
208 <h4>HgProjectHelper.__hgTagList</h4> 243 <h4>HgProjectHelper.__hgTagList</h4>
209 <b>__hgTagList</b>(<i></i>) 244 <b>__hgTagList</b>(<i></i>)
210 <p> 245 <p>
211 Private slot used to list the tags of the project. 246 Private slot used to list the tags of the project.
212 </p><a NAME="HgProjectHelper.__hgTip" ID="HgProjectHelper.__hgTip"></a> 247 </p><a NAME="HgProjectHelper.__hgTip" ID="HgProjectHelper.__hgTip"></a>
213 <h4>HgProjectHelper.__hgTip</h4> 248 <h4>HgProjectHelper.__hgTip</h4>
214 <b>__hgTip</b>(<i></i>) 249 <b>__hgTip</b>(<i></i>)
215 <p> 250 <p>
216 Private slot used to show the tip of the repository. 251 Private slot used to show the tip of the repository.
252 </p><a NAME="HgProjectHelper.__hgVerify" ID="HgProjectHelper.__hgVerify"></a>
253 <h4>HgProjectHelper.__hgVerify</h4>
254 <b>__hgVerify</b>(<i></i>)
255 <p>
256 Protected slot used to verify the integrity of the repository.
217 </p><a NAME="HgProjectHelper.getActions" ID="HgProjectHelper.getActions"></a> 257 </p><a NAME="HgProjectHelper.getActions" ID="HgProjectHelper.getActions"></a>
218 <h4>HgProjectHelper.getActions</h4> 258 <h4>HgProjectHelper.getActions</h4>
219 <b>getActions</b>(<i></i>) 259 <b>getActions</b>(<i></i>)
220 <p> 260 <p>
221 Public method to get a list of all actions. 261 Public method to get a list of all actions.

eric ide

mercurial