Now that the option names are file-local, rename them to something
commit1d0e303118118ac28be8f19511c283845deae395
authorglasser <glasser@612f8ebc-c883-4be0-9ee0-a4e9ef946e3a>
Thu, 13 Dec 2007 01:09:46 +0000 (13 01:09 +0000)
committerglasser <glasser@612f8ebc-c883-4be0-9ee0-a4e9ef946e3a>
Thu, 13 Dec 2007 01:09:46 +0000 (13 01:09 +0000)
tree514af9269b650ac0b92ef227be850c8f6299874b
parent9dd50cd15f9c0d1adfa34558f47ac79b44290051
Now that the option names are file-local, rename them to something
shorter:

 $ perl -pi -e 's/svn_cl__([a-z_]+)_opt\b/opt_$1/g' main.c
 $ perl -pi -e 's/svn_cl__(no_diff_deleted|summarize)/opt_$1/g' main.c

Whitespace will be cleaned up in the next commit.

* subversion/svn/main.c
  (svn_cl__*_opt): Rename to opt_*.
  (svn_cl__no_diff_deleted, svn_cl__summarize): These too.

git-svn-id: http://svn.collab.net/repos/svn/trunk@28452 612f8ebc-c883-4be0-9ee0-a4e9ef946e3a
subversion/svn/main.c