[svk-commit] r2495 - branches/2.0-releng/lib/SVK/Command
nobody at bestpractical.com
nobody at bestpractical.com
Tue Jul 17 12:01:13 EDT 2007
Author: clkao
Date: Tue Jul 17 12:01:06 2007
New Revision: 2495
Modified:
branches/2.0-releng/lib/SVK/Command/Commit.pm
Log:
merge from trunk:
r2408 at trunk: clkao | 2007-06-12 18:18:25 +0100
Add -i as shorthand for --interactive in svk ci.
Submitted by: sartak
Modified: branches/2.0-releng/lib/SVK/Command/Commit.pm
==============================================================================
--- branches/2.0-releng/lib/SVK/Command/Commit.pm (original)
+++ branches/2.0-releng/lib/SVK/Command/Commit.pm Tue Jul 17 12:01:06 2007
@@ -70,15 +70,15 @@
use Class::Autouse qw( SVK::Editor::Rename SVK::Editor::Merge );
sub options {
- ('m|message=s' => 'message',
- 'F|file=s' => 'message_file',
- 'C|check-only' => 'check_only',
- 'S|sign' => 'sign',
- 'P|patch=s' => 'patch',
- 'import' => 'import',
- 'direct' => 'direct',
- 'template' => 'template',
- 'interactive' => 'interactive',
+ ('m|message=s' => 'message',
+ 'F|file=s' => 'message_file',
+ 'C|check-only' => 'check_only',
+ 'S|sign' => 'sign',
+ 'P|patch=s' => 'patch',
+ 'import' => 'import',
+ 'direct' => 'direct',
+ 'template' => 'template',
+ 'i|interactive' => 'interactive',
'set-revprop=s@' => 'setrevprop',
);
}
More information about the svk-commit
mailing list