/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Vincent Ladeuil
  • Date: 2009-03-31 11:33:02 UTC
  • mto: This revision was merged to the branch mainline in revision 4222.
  • Revision ID: v.ladeuil+lp@free.fr-20090331113302-9snfk9ryx5k1kcqs
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