/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: Aaron Bentley
  • Date: 2008-04-24 20:10:25 UTC
  • mto: This revision was merged to the branch mainline in revision 3381.
  • Revision ID: aaron@aaronbentley.com-20080424201025-ows0yk4ecf8o5zcf
Use as_revision_id for diff

Show diffs side-by-side

added added

removed removed

Lines of Context:
771
771
        other_branch = Branch.open(self.spec)
772
772
        last_revision = other_branch.last_revision()
773
773
        last_revision = revision.ensure_null(last_revision)
 
774
        context_branch.fetch(other_branch, last_revision)
774
775
        if last_revision == revision.NULL_REVISION:
775
776
            raise errors.NoCommits(other_branch)
776
777
        return last_revision