You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2011/05/23 18:39:33 UTC

svn commit: r1126574 - /subversion/trunk/subversion/svn/main.c

Author: danielsh
Date: Mon May 23 16:39:32 2011
New Revision: 1126574

URL: http://svn.apache.org/viewvc?rev=1126574&view=rev
Log:
Rename an option per popular demand.

* subversion/svn/main.c
  (svn_cl__options): Rename --editor to --ed.

Modified:
    subversion/trunk/subversion/svn/main.c

Modified: subversion/trunk/subversion/svn/main.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/svn/main.c?rev=1126574&r1=1126573&r2=1126574&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/main.c (original)
+++ subversion/trunk/subversion/svn/main.c Mon May 23 16:39:32 2011
@@ -368,7 +368,7 @@ const apr_getopt_option_t svn_cl__option
   {"idiff",         opt_internal_diff, 0, NULL},
   {"keep-locks",    opt_no_unlock, 0, NULL},
   {"keep-cl",       opt_keep_changelists, 0, NULL},
-  {"editor",        opt_editor_cmd, 1, NULL},
+  {"ed",            opt_editor_cmd, 1, NULL},
   {"vi-cmd",        opt_editor_cmd, 1, NULL},
   {"emacs-cmd",     opt_editor_cmd, 1, NULL},