[svk-commit] r2973 - trunk/lib/SVK
nobody at bestpractical.com
nobody at bestpractical.com
Sun Jul 6 04:31:15 EDT 2008
Author: ruz
Date: Sun Jul 6 04:31:15 2008
New Revision: 2973
Modified:
trunk/lib/SVK/Merge.pm
Log:
* delete support of ticket_quiet option I've added by incident
Modified: trunk/lib/SVK/Merge.pm
==============================================================================
--- trunk/lib/SVK/Merge.pm (original)
+++ trunk/lib/SVK/Merge.pm Sun Jul 6 04:31:15 2008
@@ -617,7 +617,7 @@
$storage->$func( $baton, 'svk:merge', undef );
return;
}
- $self->print_new_ticket( $dstinfo, $ticket ) if !$self->{quiet} && !$self->{ticket_quiet};
+ $self->print_new_ticket( $dstinfo, $ticket ) unless $self->{quiet};
};
} else {
$ticket_options{prop_resolver} = {
More information about the svk-commit
mailing list