Mercurial > hg > soundsoftware-site
diff extra/soundsoftware/SoundSoftware.pm @ 1301:e9f9943f02f9 redmine-2.2-integration
Merge from branch "cannam"
author | Chris Cannam |
---|---|
date | Fri, 14 Jun 2013 10:27:07 +0100 |
parents | cf4cc816278a |
children | 1e9b1bdd062e |
line wrap: on
line diff
--- a/extra/soundsoftware/SoundSoftware.pm Fri Jun 14 09:07:32 2013 +0100 +++ b/extra/soundsoftware/SoundSoftware.pm Fri Jun 14 10:27:07 2013 +0100 @@ -550,7 +550,9 @@ $name = $repo; } - my $realm = '"Mercurial repository for ' . "'$name'" . '"'; +# my $realm = '"Mercurial repository for ' . "'$name'" . '"'; +# see #577: + my $realm = '"Mercurial repository for ' . "$name" . '"'; $realm; }