VCS/VersionControl.py

changeset 1083
dc680a0ce221
parent 945
8cd4d08fa9f6
child 1131
7781e396c903
equal deleted inserted replaced
1082:8387830c1089 1083:dc680a0ce221
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):

eric ide

mercurial