[Bps-public-commit] r11603 - in SVN-PropDB: . lib/Prophet
jesse at bestpractical.com
jesse at bestpractical.com
Sun Apr 6 19:52:35 EDT 2008
Author: jesse
Date: Sun Apr 6 19:52:34 2008
New Revision: 11603
Modified:
SVN-PropDB/ (props changed)
SVN-PropDB/lib/Prophet/CLI.pm
SVN-PropDB/lib/Prophet/Replica/HTTP.pm
Log:
r29407 at 68-246-109-123: jesse | 2008-04-06 13:35:13 -1000
* minor test quieting
Modified: SVN-PropDB/lib/Prophet/CLI.pm
==============================================================================
--- SVN-PropDB/lib/Prophet/CLI.pm (original)
+++ SVN-PropDB/lib/Prophet/CLI.pm Sun Apr 6 19:52:34 2008
@@ -310,6 +310,7 @@
my $opts = $self->args();
+ $opts->{'prefer'} ||= 'none';
if ( !$target->accepts_changesets ) {
fatal_error( $target->url . " does not accept changesets. Perhaps it's unwritable or something" );
Modified: SVN-PropDB/lib/Prophet/Replica/HTTP.pm
==============================================================================
--- SVN-PropDB/lib/Prophet/Replica/HTTP.pm (original)
+++ SVN-PropDB/lib/Prophet/Replica/HTTP.pm Sun Apr 6 19:52:34 2008
@@ -86,7 +86,6 @@
$changeset->sequence_no($seq);
$changeset->original_source_uuid( $orig_uuid);
$changeset->original_sequence_no( $orig_seq);
- warn Dumper($changeset);use Data::Dumper;
push @results, $changeset;
}
More information about the Bps-public-commit
mailing list