~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: 2009-03-31 12:25:25 UTC
  • mfrom: (4221.1.1 various)
  • Revision ID: pqm@pqm.ubuntu.com-20090331122525-77wqe7gqpr2gcl7u
(vila) Clarify 'missing --include-merges' help.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3916
3916
            type=_parse_revision_str,
3917
3917
            help='Filter on local branch revisions (inclusive). '
3918
3918
                'See "help revisionspec" for details.'),
3919
 
        Option('include-merges', 'Show merged revisions.'),
 
3919
        Option('include-merges',
 
3920
               'Show all revisions in addition to the mainline ones.'),
3920
3921
        ]
3921
3922
    encoding_type = 'replace'
3922
3923