Mercurial > treepkg
changeset 247:55337021fe5b
Mention rules revision in text of --revision parameter of bin/publishpackages.py
author | Bernhard Herzog <bh@intevation.de> |
---|---|
date | Fri, 06 Mar 2009 19:22:53 +0000 |
parents | 59e2d8e26635 |
children | 5dd710b167d2 |
files | bin/publishpackages.py |
diffstat | 1 files changed, 5 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 <bh@intevation.de> # @@ -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"))