178 Protected slot to edit the VCS command options. |
178 Protected slot to edit the VCS command options. |
179 </p><a NAME="VcsProjectHelper._vcsCommit" ID="VcsProjectHelper._vcsCommit"></a> |
179 </p><a NAME="VcsProjectHelper._vcsCommit" ID="VcsProjectHelper._vcsCommit"></a> |
180 <h4>VcsProjectHelper._vcsCommit</h4> |
180 <h4>VcsProjectHelper._vcsCommit</h4> |
181 <b>_vcsCommit</b>(<i></i>) |
181 <b>_vcsCommit</b>(<i></i>) |
182 <p> |
182 <p> |
183 Protected slot used to commit changes to the local project to the repository. |
183 Protected slot used to commit changes to the local project to the |
|
184 repository. |
184 </p><a NAME="VcsProjectHelper._vcsDiff" ID="VcsProjectHelper._vcsDiff"></a> |
185 </p><a NAME="VcsProjectHelper._vcsDiff" ID="VcsProjectHelper._vcsDiff"></a> |
185 <h4>VcsProjectHelper._vcsDiff</h4> |
186 <h4>VcsProjectHelper._vcsDiff</h4> |
186 <b>_vcsDiff</b>(<i></i>) |
187 <b>_vcsDiff</b>(<i></i>) |
187 <p> |
188 <p> |
188 Protected slot used to show the difference of the local project to the repository. |
189 Protected slot used to show the difference of the local project to |
|
190 the repository. |
189 </p><a NAME="VcsProjectHelper._vcsExport" ID="VcsProjectHelper._vcsExport"></a> |
191 </p><a NAME="VcsProjectHelper._vcsExport" ID="VcsProjectHelper._vcsExport"></a> |
190 <h4>VcsProjectHelper._vcsExport</h4> |
192 <h4>VcsProjectHelper._vcsExport</h4> |
191 <b>_vcsExport</b>(<i></i>) |
193 <b>_vcsExport</b>(<i></i>) |
192 <p> |
194 <p> |
193 Protected slot used to export a project from the repository. |
195 Protected slot used to export a project from the repository. |
197 <p> |
199 <p> |
198 Protected slot used to import the local project into the repository. |
200 Protected slot used to import the local project into the repository. |
199 </p><p> |
201 </p><p> |
200 <b>NOTE</b>: |
202 <b>NOTE</b>: |
201 This does not necessarily make the local project a vcs controlled |
203 This does not necessarily make the local project a vcs controlled |
202 project. You may have to checkout the project from the repository in |
204 project. You may have to checkout the project from the repository |
203 order to accomplish that. |
205 in order to accomplish that. |
204 </p><a NAME="VcsProjectHelper._vcsInfoDisplay" ID="VcsProjectHelper._vcsInfoDisplay"></a> |
206 </p><a NAME="VcsProjectHelper._vcsInfoDisplay" ID="VcsProjectHelper._vcsInfoDisplay"></a> |
205 <h4>VcsProjectHelper._vcsInfoDisplay</h4> |
207 <h4>VcsProjectHelper._vcsInfoDisplay</h4> |
206 <b>_vcsInfoDisplay</b>(<i></i>) |
208 <b>_vcsInfoDisplay</b>(<i></i>) |
207 <p> |
209 <p> |
208 Protected slot called to show some vcs information. |
210 Protected slot called to show some vcs information. |
213 Protected slot used to show the log of the local project. |
215 Protected slot used to show the log of the local project. |
214 </p><a NAME="VcsProjectHelper._vcsMerge" ID="VcsProjectHelper._vcsMerge"></a> |
216 </p><a NAME="VcsProjectHelper._vcsMerge" ID="VcsProjectHelper._vcsMerge"></a> |
215 <h4>VcsProjectHelper._vcsMerge</h4> |
217 <h4>VcsProjectHelper._vcsMerge</h4> |
216 <b>_vcsMerge</b>(<i></i>) |
218 <b>_vcsMerge</b>(<i></i>) |
217 <p> |
219 <p> |
218 Protected slot used to merge changes of a tag/revision into the local project. |
220 Protected slot used to merge changes of a tag/revision into the local |
|
221 project. |
219 </p><a NAME="VcsProjectHelper._vcsRemove" ID="VcsProjectHelper._vcsRemove"></a> |
222 </p><a NAME="VcsProjectHelper._vcsRemove" ID="VcsProjectHelper._vcsRemove"></a> |
220 <h4>VcsProjectHelper._vcsRemove</h4> |
223 <h4>VcsProjectHelper._vcsRemove</h4> |
221 <b>_vcsRemove</b>(<i></i>) |
224 <b>_vcsRemove</b>(<i></i>) |
222 <p> |
225 <p> |
223 Protected slot used to remove the local project from the repository. |
226 Protected slot used to remove the local project from the repository. |