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

nobody at bestpractical.com nobody at bestpractical.com
Sun Nov 4 09:52:23 EST 2007


Author: clsung
Date: Sun Nov  4 09:52:22 2007
New Revision: 2586

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

Log:
- lock checkout target when modified meta data
- noted by clkao

Modified: branches/bm/lib/SVK/Command/Branch.pm
==============================================================================
--- branches/bm/lib/SVK/Command/Branch.pm	(original)
+++ branches/bm/lib/SVK/Command/Branch.pm	Sun Nov  4 09:52:22 2007
@@ -122,6 +122,8 @@
 use SVK::I18N;
 use SVK::Util qw( is_uri );
 
+sub lock { $_[0]->lock_target ($_[1]); };
+
 sub parse_arg {
     my ($self, @arg) = @_;
     return if $#arg < 0;
@@ -268,6 +270,8 @@
 use SVK::I18N;
 use SVK::Util qw( is_uri );
 
+sub lock { $_[0]->lock_target ($_[1]); };
+
 sub parse_arg {
     my ($self, @arg) = @_;
     return if $#arg != 0;


More information about the svk-commit mailing list