# HG changeset patch # User Bernhard Herzog # Date 1236367373 0 # Node ID 55337021fe5b12328d951c36b8c3e812bae0e8d8 # Parent 59e2d8e266359a4df4300a8a873b0da2ccaa6d63 Mention rules revision in text of --revision parameter of bin/publishpackages.py diff -r 59e2d8e26635 -r 55337021fe5b bin/publishpackages.py --- a/bin/publishpackages.py Fri Mar 06 19:21:56 2009 +0000 +++ b/bin/publishpackages.py Fri Mar 06 19:22:53 2009 +0000 @@ -1,5 +1,5 @@ #! /usr/bin/python2.4 -# Copyright (C) 2007, 2008 by Intevation GmbH +# Copyright (C) 2007, 2008, 2009 by Intevation GmbH # Authors: # Bernhard Herzog # @@ -50,7 +50,10 @@ " Default is publishpackages.cfg")) parser.add_option("--revision", help=("The revision whose files are to be published." - " If not given, the latest revision is used")) + " If not given, the latest revision is used" + " The value may be given as REV-RULESREV to specify" + " both the main source revision and the revision of" + " the packaging rules")) parser.add_option("--dist", help=("The debian distribution name to use on" " the publishing system"))