~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/branch.py

  • Committer: Vincent Ladeuil
  • Date: 2010-04-28 07:10:36 UTC
  • mto: This revision was merged to the branch mainline in revision 5190.
  • Revision ID: v.ladeuil+lp@free.fr-20100428071036-rxmh2nfnh7h504d6
Fixed as per Andrew's review.

Show diffs side-by-side

added added

removed removed

Lines of Context:
420
420
            * 'include' - the stop revision is the last item in the result
421
421
            * 'with-merges' - include the stop revision and all of its
422
422
              merged revisions in the result
 
423
            * 'with-merges-without-common-ancestry' - filter out revisions 
 
424
              that are in both ancestries
423
425
        :param direction: either 'reverse' or 'forward':
424
426
            * reverse means return the start_revision_id first, i.e.
425
427
              start at the most recent revision and go backwards in history