307 Public method used to switch a directory to a different tag/branch. |
307 Public method used to switch a directory to a different tag/branch. |
308 |
308 |
309 It must not return anything. |
309 It must not return anything. |
310 |
310 |
311 @param name directory name to be switched (string) |
311 @param name directory name to be switched (string) |
|
312 @return flag indicating, that the switch contained an add |
|
313 or delete (boolean) |
312 @exception RuntimeError not implemented |
314 @exception RuntimeError not implemented |
313 """ |
315 """ |
314 raise RuntimeError('Not implemented') |
316 raise RuntimeError('Not implemented') |
315 |
317 |
316 def vcsMerge(self, name): |
318 def vcsMerge(self, name): |