[svk-commit] r2933 - trunk/lib/SVK
nobody at bestpractical.com
nobody at bestpractical.com
Thu Jun 26 22:30:41 EDT 2008
Author: ruz
Date: Thu Jun 26 22:30:39 2008
New Revision: 2933
Modified:
trunk/lib/SVK/Merge.pm
Log:
* drop use Data::Dumper that's been left there after debugging
Modified: trunk/lib/SVK/Merge.pm
==============================================================================
--- trunk/lib/SVK/Merge.pm (original)
+++ trunk/lib/SVK/Merge.pm Thu Jun 26 22:30:39 2008
@@ -534,7 +534,6 @@
my $dstkey = $self->{dst}->universal->ukey;
my $srcinfo = $self->merge_info_with_copy($self->{src}->new);
- use Data::Dumper;
if ($srcinfo->{$dstkey}) {
$base = $srcinfo->{$dstkey}->local($self->{src}->depot);
}
More information about the svk-commit
mailing list