This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gruszczy
Recipients andybuckley, gruszczy, wplappert
Date 2010-03-31.10:54:53
SpamBayes Score 9.568262e-09
Marked as misclassified No
Message-id <1270032896.3.0.983415562143.issue4256@psf.upfronthosting.co.za>
In-reply-to
Content
Are you saying, that for example for this:

gruszczy@gruszczy-laptop:~/Programs/logbuilder$ ./logbuilder --help
Usage: logbuilder [options] repo

Options:
  --version             show program's version number and exit
  -h, --help            show this help message and exit
  -r REGEXP, --regexp=REGEXP
                        filter revisions using regular expression
  -c CONTAINS, --contains=CONTAINS
                        filter revisions that doesn't contain given string
  -s START_REV, --start=START_REV
                        first revision to be used in log
  -e END_REV, --end=END_REV
                        last revision to be used in log
  -f FILE, --file=FILE  file where result will be stored
  -t TEMPLATE, --template=TEMPLATE
                        template used to display changes
  -p PURGE, --purge=PURGE
                        remove parts of a commit messages, that match given
                        regexp

you would like to get:

gruszczy@gruszczy-laptop:~/Programs/logbuilder$ ./logbuilder --help-options

  --version
  -h, --help
  -r, --regexp
  -c, --contains
  -s, --start
  -e, --end
  -f, --file
  -t, --template
  -p, --purge

?
History
Date User Action Args
2010-03-31 10:54:56gruszczysetrecipients: + gruszczy, wplappert, andybuckley
2010-03-31 10:54:56gruszczysetmessageid: <1270032896.3.0.983415562143.issue4256@psf.upfronthosting.co.za>
2010-03-31 10:54:54gruszczylinkissue4256 messages
2010-03-31 10:54:54gruszczycreate