[svk-commit] r2388 - trunk/lib/SVK
nobody at bestpractical.com
nobody at bestpractical.com
Sat May 5 02:29:50 EDT 2007
Author: clkao
Date: Sat May 5 02:29:50 2007
New Revision: 2388
Modified:
trunk/lib/SVK/Merge.pm
Log:
Remove a warning.
Modified: trunk/lib/SVK/Merge.pm
==============================================================================
--- trunk/lib/SVK/Merge.pm (original)
+++ trunk/lib/SVK/Merge.pm Sat May 5 02:29:50 2007
@@ -626,7 +626,7 @@
# Because the delta still need to carry the copy
# information of the source, make merge editor note
# the mapping so it can do the translation
- my ($dst_from, $dst_fromrev) =
+ ($dst_from, $dst_fromrev) =
($dst_path->path, $dst_path->revision);
$meditor->copy_info($src_from, $src_fromrev,
$dst_from, $dst_fromrev);
More information about the svk-commit
mailing list