Fix bugs in exception handling for commitVersion().
Replace a string-based exception (a string literal which was broken even for string-based exceptions) with a class-based exception. Raise a VersionCommitError is source and dest versions were the same.
Showing
Please register or sign in to comment