Rev 2954: Packs support ghosts. in http://people.ubuntu.com/~robertc/baz2.0/fetch
Robert Collins
robertc at robertcollins.net
Tue Oct 30 22:03:48 GMT 2007
At http://people.ubuntu.com/~robertc/baz2.0/fetch
------------------------------------------------------------
revno: 2954
revision-id:robertc at robertcollins.net-20071030220344-tvnovnjszw0eywb7
parent: robertc at robertcollins.net-20071030194231-07hv0tjz76xzfoom
committer: Robert Collins <robertc at robertcollins.net>
branch nick: fetch
timestamp: Wed 2007-10-31 09:03:44 +1100
message:
Packs support ghosts.
modified:
bzrlib/repofmt/pack_repo.py pack_repo.py-20070813041115-gjv5ma7ktfqwsjgn-1
=== modified file 'bzrlib/repofmt/pack_repo.py'
--- a/bzrlib/repofmt/pack_repo.py 2007-10-30 17:39:11 +0000
+++ b/bzrlib/repofmt/pack_repo.py 2007-10-30 22:03:44 +0000
@@ -1626,6 +1626,8 @@
# Set this attribute in derived clases to control the _serializer that the
# repository objects will have passed to their constructor.
_serializer = None
+ # Packs are not confused by ghosts.
+ supports_ghosts = True
def _get_control_store(self, repo_transport, control_files):
"""Return the control store for this repository."""
More information about the bazaar-commits
mailing list