3017:6a8cb7632448 | 3018:70924c0bdaf1 |
---|---|
250 <p> | 250 <p> |
251 Module function returning data as required by the configuration dialog. | 251 Module function returning data as required by the configuration dialog. |
252 </p><dl> | 252 </p><dl> |
253 <dt>Returns:</dt> | 253 <dt>Returns:</dt> |
254 <dd> | 254 <dd> |
255 dictionary with key "zzz_subversionPage" containing the relevant data | 255 dictionary with key "zzz_subversionPage" containing the relevant |
256 data | |
256 </dd> | 257 </dd> |
257 </dl> | 258 </dl> |
258 <div align="right"><a href="#top">Up</a></div> | 259 <div align="right"><a href="#top">Up</a></div> |
259 <hr /><hr /> | 260 <hr /><hr /> |
260 <a NAME="getVcsSystemIndicator" ID="getVcsSystemIndicator"></a> | 261 <a NAME="getVcsSystemIndicator" ID="getVcsSystemIndicator"></a> |
263 <p> | 264 <p> |
264 Public function to get the indicators for this version control system. | 265 Public function to get the indicators for this version control system. |
265 </p><dl> | 266 </p><dl> |
266 <dt>Returns:</dt> | 267 <dt>Returns:</dt> |
267 <dd> | 268 <dd> |
268 dictionary with indicator as key and a tuple with the vcs name (string) | 269 dictionary with indicator as key and a tuple with the vcs name |
269 and vcs display string (string) | 270 (string) and vcs display string (string) |
270 </dd> | 271 </dd> |
271 </dl> | 272 </dl> |
272 <div align="right"><a href="#top">Up</a></div> | 273 <div align="right"><a href="#top">Up</a></div> |
273 <hr /><hr /> | 274 <hr /><hr /> |
274 <a NAME="prepareUninstall" ID="prepareUninstall"></a> | 275 <a NAME="prepareUninstall" ID="prepareUninstall"></a> |