[Bps-public-commit] r14094 - in sd/trunk: .

sartak at bestpractical.com sartak at bestpractical.com
Mon Jul 14 18:02:58 EDT 2008


Author: sartak
Date: Mon Jul 14 18:02:58 2008
New Revision: 14094

Modified:
   sd/trunk/   (props changed)
   sd/trunk/lib/App/SD/Replica/RT.pm

Log:
 r64281 at onn:  sartak | 2008-07-14 18:02:53 -0400
 Give a hint on how to pull from RT


Modified: sd/trunk/lib/App/SD/Replica/RT.pm
==============================================================================
--- sd/trunk/lib/App/SD/Replica/RT.pm	(original)
+++ sd/trunk/lib/App/SD/Replica/RT.pm	Mon Jul 14 18:02:58 2008
@@ -38,7 +38,7 @@
     require RT::Client::REST::Ticket;
 
     my ( $server, $type, $query ) = $self->{url} =~ m/^rt:(.*?)\|(.*?)\|(.*)$/
-        or die "Can't parse rt server spec";
+        or die "Can't parse RT server spec. Expected rt:http://example.com|QUEUE|QUERY. Try: rt:http://example.com/|General|";
     my $uri = URI->new($server);
     my ( $username, $password );
     if ( my $auth = $uri->userinfo ) {



More information about the Bps-public-commit mailing list