Rev 2847: Remove the revision id translation for pack fetches. in http://people.ubuntu.com/~robertc/baz2.0/repository

Robert Collins robertc at robertcollins.net
Fri Oct 19 03:03:45 BST 2007


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

------------------------------------------------------------
revno: 2847
revision-id: robertc at robertcollins.net-20071019020340-nnhzd4ndsxeupwip
parent: robertc at robertcollins.net-20071019015730-w2j1rri19qqyhq6y
committer: Robert Collins <robertc at robertcollins.net>
branch nick: repository
timestamp: Fri 2007-10-19 12:03:40 +1000
message:
  Remove the revision id translation for pack fetches.
modified:
  bzrlib/repository.py           rev_storage.py-20051111201905-119e9401e46257e3
=== modified file 'bzrlib/repository.py'
--- a/bzrlib/repository.py	2007-10-19 01:57:30 +0000
+++ b/bzrlib/repository.py	2007-10-19 02:03:40 +0000
@@ -2328,8 +2328,6 @@
         """See InterRepository.fetch()."""
         mutter("Using fetch logic to copy between %s(%s) and %s(%s)",
                self.source, self.source._format, self.target, self.target._format)
-        # TODO: jam 20070210 This should be an assert, not a translate
-        revision_id = osutils.safe_revision_id(revision_id)
         self.count_copied = 0
         if revision_id is None:
             # TODO:



More information about the bazaar-commits mailing list