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/22 20:02:32 UTC

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

Author: stsp
Date: Thu Mar 22 19:02:32 2012
New Revision: 1303985

URL: http://svn.apache.org/viewvc?rev=1303985&view=rev
Log:
* tools/dist/release.py
  (main): Remove unused options from post_candidates 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=1303985&r1=1303984&r2=1303985&view=diff
==============================================================================
--- subversion/trunk/tools/dist/release.py (original)
+++ subversion/trunk/tools/dist/release.py Thu Mar 22 19:02:32 2012
@@ -721,10 +721,6 @@ def main():
     subparser.set_defaults(func=post_candidates)
     subparser.add_argument('version', type=Version,
                     help='''The release label, such as '1.7.0-alpha1'.''')
-    subparser.add_argument('revnum', type=int,
-                    help='''The revision number to base the release on.''')
-    subparser.add_argument('--target',
-                    help='''The full path to the destination.''')
 
     # The clean-dist subcommand
     subparser = subparsers.add_parser('clean-dist',