svn+ssh://bugman@.../svn/relax/trunk
........
r22530 | bugman | 2014-03-26 15:57:21 +0100 (Wed, 26 Mar 2014) | 9 lines
Improvements for the log converter script.
This is for the scripted used to convert SVN messages into a format for the relax release
announcement.
The script now handles spacing better. Multi-line messages are now concatenated into a single line
using a double space between separate sentences and a single space in all other cases.
........
r22531 | bugman | 2014-03-26 16:14:18 +0100 (Wed, 26 Mar 2014) | 7 lines
Improvements for the pipe_control.mol_res_spin.generate_spin_id_unique() function.
The unique spin ID now takes into account if the molecule is named or not (for single molecules).
This allows the function to be used when dealing with the structural data rather than the molecule,
residue, and spin data structure.
........
r22532 | bugman | 2014-03-26 16:20:58 +0100 (Wed, 26 Mar 2014) | 3 lines
Copyright update.
........
r22533 | bugman | 2014-03-26 16:22:18 +0100 (Wed, 26 Mar 2014) | 6 lines
Removed the full stop from the printout of the test names in the test suite.
This allows for quicker copying and pasting of the test name when running with the --time option and
then selecting a single test to run.
........