Rev 34: Force the incremental flag during --expand-all. in http://bzr.arbash-meinel.com/plugins/history_db
John Arbash Meinel
john at arbash-meinel.com
Sun Apr 4 20:19:45 BST 2010
At http://bzr.arbash-meinel.com/plugins/history_db
------------------------------------------------------------
revno: 34
revision-id: john at arbash-meinel.com-20100404191942-zfj1un67w4echps9
parent: john at arbash-meinel.com-20100404183702-tmfo01aayvl46vuu
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: history_db
timestamp: Sun 2010-04-04 14:19:42 -0500
message:
Force the incremental flag during --expand-all.
-------------- next part --------------
=== modified file 'history_db.py'
--- a/history_db.py 2010-04-04 18:37:02 +0000
+++ b/history_db.py 2010-04-04 19:19:42 +0000
@@ -129,6 +129,8 @@
merge_sorted = self._import_tip(self._branch_tip_rev_id)
if not expand_all:
return
+ # We know all the other imports are going to be incremental
+ self._incremental = True
self._stats['nodes_expanded'] += 0 # create an entry
# We want to expand every possible mainline into a dotted_revno cache.
# We don't really want to have to compute all the ones we have already
More information about the bazaar-commits
mailing list