~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-04-24 07:28:16 UTC
  • mfrom: (3377.2.2 doc)
  • Revision ID: pqm@pqm.ubuntu.com-20080424072816-jjx4v6pqude11ys2
(mbp) Better help and docs for send

Show diffs side-by-side

added added

removed removed

Lines of Context:
4107
4107
               'rather than the one containing the working directory.',
4108
4108
               short_name='f',
4109
4109
               type=unicode),
4110
 
        Option('output', short_name='o', help='Write directive to this file.',
 
4110
        Option('output', short_name='o',
 
4111
               help='Write merge directive to this file; '
 
4112
                    'use - for stdout.',
4111
4113
               type=unicode),
4112
4114
        Option('mail-to', help='Mail the request to this address.',
4113
4115
               type=unicode),