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

  • Committer: John Arbash Meinel
  • Date: 2008-03-16 10:45:53 UTC
  • mfrom: (3286 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3299.
  • Revision ID: john@arbash-meinel.com-20080316104553-hdwcnrpgav03o7i5
[merge] bzr.dev 3286

Show diffs side-by-side

added added

removed removed

Lines of Context:
642
642
        branch.lock_read()
643
643
        other_branch.lock_read()
644
644
        try:
645
 
            revision_source = revision.MultipleRevisionSources(
646
 
                    branch.repository, other_branch.repository)
647
645
            graph = branch.repository.get_graph(other_branch.repository)
648
646
            revision_a = revision.ensure_null(revision_a)
649
647
            revision_b = revision.ensure_null(revision_b)