Mercurial > hg > sonic-annotator
view svn-commit.sh @ 28:102bb1729184 sonic-annotator-0.4
* Test fixes for cases where the behaviour has actually been fixed for 0.4
* Emphasise this change in CHANGELOG
author | Chris Cannam |
---|---|
date | Fri, 25 Sep 2009 12:00:58 +0000 |
parents | c8caebf2d79f |
children | c1b3af62bc2a |
line wrap: on
line source
#!/bin/sh svn commit || exit for x in audioio base data plugin rdf system transform; do svn commit $x || exit done