Rev 4150: More fixes from grabbing the Repository implementation of fetch for RemoteRepository. in http://people.ubuntu.com/~robertc/baz2.0/integration

Robert Collins robertc at robertcollins.net
Mon Mar 16 05:55:34 GMT 2009


At http://people.ubuntu.com/~robertc/baz2.0/integration

------------------------------------------------------------
revno: 4150
revision-id: robertc at robertcollins.net-20090316055532-n2i9etfgbf8sd13y
parent: robertc at robertcollins.net-20090316053331-84t8k9hv0xw7kak4
committer: Robert Collins <robertc at robertcollins.net>
branch nick: integration
timestamp: Mon 2009-03-16 16:55:32 +1100
message:
  More fixes from grabbing the Repository implementation of fetch for RemoteRepository.
=== modified file 'bzrlib/remote.py'
--- a/bzrlib/remote.py	2009-03-16 05:08:19 +0000
+++ b/bzrlib/remote.py	2009-03-16 05:55:32 +0000
@@ -1143,7 +1143,7 @@
             # check that last_revision is in 'from' and then return a
             # no-operation.
             if (revision_id is not None and
-                not _mod_revision.is_null(revision_id)):
+                not revision.is_null(revision_id)):
                 self.get_revision(revision_id)
             return 0, []
         # if there is no specific appropriate InterRepository, this will get




More information about the bazaar-commits mailing list