svn+ssh://bugman@.../svn/relax/trunk
........
r23779 | bugman | 2014-06-10 10:07:22 +0200 (Tue, 10 Jun 2014) | 6 lines
Fix for the scons target for compiling the relax manual when using a repository checkout copy.
The method for compiling the relax manual was calling the version.revision() function, however this
has been replaced a while ago by the version.repo_revision variable.
........
r23780 | bugman | 2014-06-10 10:08:33 +0200 (Tue, 10 Jun 2014) | 6 lines
Created two unit tests for the lib.io.file_root() function.
The second of the tests demonstrate a failure of the function if multiple file extensions are
present.
........
r23781 | bugman | 2014-06-10 10:13:29 +0200 (Tue, 10 Jun 2014) | 5 lines
Bug fix for the lib.io.file_root() function for multiple file extensions.
The function will now strip off all file extensions.
........