You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2012/03/23 15:59:49 UTC

svn commit: r1304401 - /subversion/trunk/tools/dist/release.py

Author: stsp
Date: Fri Mar 23 14:59:49 2012
New Revision: 1304401

URL: http://svn.apache.org/viewvc?rev=1304401&view=rev
Log:
* dist/release.py
  (main): Remove unused options of move-to-dist subcommand.

Modified:
    subversion/trunk/tools/dist/release.py

Modified: subversion/trunk/tools/dist/release.py
URL: http://svn.apache.org/viewvc/subversion/trunk/tools/dist/release.py?rev=1304401&r1=1304400&r2=1304401&view=diff
==============================================================================
--- subversion/trunk/tools/dist/release.py (original)
+++ subversion/trunk/tools/dist/release.py Fri Mar 23 14:59:49 2012
@@ -775,11 +775,6 @@ def main():
     subparser.set_defaults(func=move_to_dist)
     subparser.add_argument('version', type=Version,
                     help='''The release label, such as '1.7.0-alpha1'.''')
-    subparser.add_argument('--dist-dir',
-                    help='''The directory to clean.''')
-    subparser.add_argument('--target',
-                    help='''The full path to the destination used in
-                            'post-candiates'..''')
 
     # The write-news subcommand
     subparser = subparsers.add_parser('write-news',