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

  • Committer: Robert Collins
  • Date: 2009-03-16 05:55:32 UTC
  • mto: This revision was merged to the branch mainline in revision 4149.
  • Revision ID: robertc@robertcollins.net-20090316055532-n2i9etfgbf8sd13y
More fixes from grabbing the Repository implementation of fetch for RemoteRepository.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1143
1143
            # check that last_revision is in 'from' and then return a
1144
1144
            # no-operation.
1145
1145
            if (revision_id is not None and
1146
 
                not _mod_revision.is_null(revision_id)):
 
1146
                not revision.is_null(revision_id)):
1147
1147
                self.get_revision(revision_id)
1148
1148
            return 0, []
1149
1149
        # if there is no specific appropriate InterRepository, this will get