[svk-commit] r2575 - branches/bm/lib/SVK/Command

nobody at bestpractical.com nobody at bestpractical.com
Tue Oct 30 01:35:44 EDT 2007


Author: clsung
Date: Tue Oct 30 01:35:42 2007
New Revision: 2575

Modified:
   branches/bm/lib/SVK/Command/Branch.pm

Log:
- this formation is better

Modified: branches/bm/lib/SVK/Command/Branch.pm
==============================================================================
--- branches/bm/lib/SVK/Command/Branch.pm	(original)
+++ branches/bm/lib/SVK/Command/Branch.pm	Tue Oct 30 01:35:42 2007
@@ -271,8 +271,7 @@
 	    },
 	);
 
-	undef $self->{revspec};
-	push @{$self->{revspec}},"$N:$M";
+	$self->{revspec} = ["$N:$M"];
 	$self->{message} ||= "- Merge $src_branch_path to $dst_branch_path";
 	my $ret = $self->SUPER::run($src, $dst);
     }


More information about the svk-commit mailing list