[svk-commit] r2865 - in trunk: lib/SVK/Command

nobody at bestpractical.com nobody at bestpractical.com
Mon May 12 10:31:29 EDT 2008


Author: jesse
Date: Mon May 12 10:31:28 2008
New Revision: 2865

Modified:
   trunk/   (props changed)
   trunk/lib/SVK/Command/Branch.pm

Log:
 r30802 at 120:  jesse | 2008-05-12 10:30:15 -0400
 * reformat branch commadn help to fit on an 80 col screen


Modified: trunk/lib/SVK/Command/Branch.pm
==============================================================================
--- trunk/lib/SVK/Command/Branch.pm	(original)
+++ trunk/lib/SVK/Command/Branch.pm	Mon May 12 10:31:28 2008
@@ -965,21 +965,21 @@
 
 =head1 OPTIONS
 
- -l [--list]            : list branches for this project
- --create               : create a new branch
- --tag                  : create in the tags directory
- --local                : targets in local branch
- --delete               : delete BRANCH(s)
- --checkout             : checkout BRANCH in current directory
- --switch               : switch the current checkout to another branch
+ -l [--list]        : list branches for this project
+ --create           : create a new branch
+ --tag              : create in the tags directory
+ --local            : targets in local branch
+ --delete           : delete BRANCH(s)
+ --checkout         : checkout BRANCH in current directory
+ --switch           : switch the current checkout to another branch
                           (can be paired with --create)
- --merge                : automatically merge all changes from BRANCH1, BRANCH2,
+ --merge            : automatically merge all changes from BRANCH1, BRANCH2,
                           etc, to TARGET
- --project              : specify the target project name 
- --push                 : move changes to wherever this branch was copied from
- --setup                : setup a project for a specified DEPOTPATH
- -C [--check-only]      : try a create, move or merge operation but make no     
-                          changes
+ --project          : specify the target project name 
+ --push             : move changes to wherever this branch was copied from
+ --setup            : setup a project for a specified DEPOTPATH
+ -C [--check-only]  : try a create, move or merge operation but make no     
+                      changes
 
 
 =head1 DESCRIPTION


More information about the svk-commit mailing list