comparison 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
comparison
equal deleted inserted replaced
1297:0a574315af3e 1301:e9f9943f02f9
548 my $location = $r->location; 548 my $location = $r->location;
549 my ($repo) = $r->uri =~ m{$location/*([^/]*)}; 549 my ($repo) = $r->uri =~ m{$location/*([^/]*)};
550 $name = $repo; 550 $name = $repo;
551 } 551 }
552 552
553 my $realm = '"Mercurial repository for ' . "'$name'" . '"'; 553 # my $realm = '"Mercurial repository for ' . "'$name'" . '"';
554 # see #577:
555 my $realm = '"Mercurial repository for ' . "$name" . '"';
554 556
555 $realm; 557 $realm;
556 } 558 }
557 559
558 sub connect_database { 560 sub connect_database {