/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/merge.py

  • Committer: Jelmer Vernooij
  • Date: 2009-04-07 13:35:56 UTC
  • mfrom: (4264 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4284.
  • Revision ID: jelmer@samba.org-20090407133556-6iutwwzcqwc0ebjd
merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
546
546
        :param working_tree: The working tree to apply the merge to
547
547
        :param this_tree: The local tree in the merge operation
548
548
        :param base_tree: The common tree in the merge operation
549
 
        :param other_tree: The other other tree to merge changes from
 
549
        :param other_tree: The other tree to merge changes from
550
550
        :param interesting_ids: The file_ids of files that should be
551
551
            participate in the merge.  May not be combined with
552
552
            interesting_files.