[svk-commit] r2775 - in trunk: lib/SVK/Command
nobody at bestpractical.com
nobody at bestpractical.com
Mon Apr 28 12:41:20 EDT 2008
Author: jesse
Date: Mon Apr 28 12:41:20 2008
New Revision: 2775
Modified:
trunk/ (props changed)
trunk/lib/SVK/Command/Branch.pm
Log:
r30187 at 31b: jesse | 2008-04-28 12:40:59 -0400
* Added --del, --delete, --rm synonyms for br --remove
Modified: trunk/lib/SVK/Command/Branch.pm
==============================================================================
--- trunk/lib/SVK/Command/Branch.pm (original)
+++ trunk/lib/SVK/Command/Branch.pm Mon Apr 28 12:41:20 2008
@@ -72,7 +72,8 @@
'merge' => 'merge',
'push' => 'push',
'move' => 'move',
- 'remove' => 'remove',
+ 'rm|remove' => 'remove',
+ 'del|delete' => 'remove',
'setup' => 'setup',
'switch-to' => 'switch',
);
More information about the svk-commit
mailing list