[svk-commit] r2871 - trunk/lib/SVK/Command

nobody at bestpractical.com nobody at bestpractical.com
Mon May 12 11:24:48 EDT 2008


Author: clsung
Date: Mon May 12 11:24:48 2008
New Revision: 2871

Modified:
   trunk/lib/SVK/Command/Branch.pm

Log:
- fix t/bm/merge.t 23rd test

Modified: trunk/lib/SVK/Command/Branch.pm
==============================================================================
--- trunk/lib/SVK/Command/Branch.pm	(original)
+++ trunk/lib/SVK/Command/Branch.pm	Mon May 12 11:24:48 2008
@@ -531,6 +531,7 @@
 	    die loc("No such branch/tag exists: %1\n", $src->path)
 		if ($SVN::Node::dir != $target->root->check_path($src->path)) ;
 	}
+	$self->{from}++;
 	$self->{from_path} = $src->depotpath;
     }
 


More information about the svk-commit mailing list