diff -r 8387830c1089 -r dc680a0ce221 VCS/VersionControl.py --- a/VCS/VersionControl.py Mon May 30 19:21:18 2011 +0200 +++ b/VCS/VersionControl.py Mon May 30 19:23:59 2011 +0200 @@ -309,6 +309,8 @@ It must not return anything. @param name directory name to be switched (string) + @return flag indicating, that the switch contained an add + or delete (boolean) @exception RuntimeError not implemented """ raise RuntimeError('Not implemented')