Rev 1592: Fix handling of ghosts. in http://people.samba.org/bzr/jelmer/bzr-svn/trunk

Jelmer Vernooij jelmer at samba.org
Fri Aug 22 03:32:29 BST 2008


At http://people.samba.org/bzr/jelmer/bzr-svn/trunk

------------------------------------------------------------
revno: 1592
revision-id: jelmer at samba.org-20080822023227-k5zchktih1feom17
parent: jelmer at samba.org-20080821235116-xrn3h0iclv9y34to
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.4
timestamp: Fri 2008-08-22 04:32:27 +0200
message:
  Fix handling of ghosts.
modified:
  fetch.py                       fetch.py-20060625004942-x2lfaib8ra707a8p-1
=== modified file 'fetch.py'
--- a/fetch.py	2008-08-21 22:53:30 +0000
+++ b/fetch.py	2008-08-22 02:32:27 +0000
@@ -670,7 +670,7 @@
                 (branch_path, revnum, mapping) = \
                     self.source.lookup_revision_id(revision_id)
             except NoSuchRevision:
-                return # Ghost
+                return [] # Ghost
             for revmeta in self.source.iter_reverse_branch_changes(
                 branch_path, revnum, to_revnum=0, mapping=mapping):
                 if pb:




More information about the bazaar-commits mailing list