Rev 3619: We don't have to change the default order either. in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/fetch_regression_256757

John Arbash Meinel john at arbash-meinel.com
Mon Aug 18 20:15:44 BST 2008


At http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/fetch_regression_256757

------------------------------------------------------------
revno: 3619
revision-id: john at arbash-meinel.com-20080818191542-52i3flqrkeufhjw2
parent: john at arbash-meinel.com-20080818191351-de63gybx2jaco2yo
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: fetch_regression_256757
timestamp: Mon 2008-08-18 14:15:42 -0500
message:
  We don't have to change the default order either.
modified:
  bzrlib/repository.py           rev_storage.py-20051111201905-119e9401e46257e3
-------------- next part --------------
=== modified file 'bzrlib/repository.py'
--- a/bzrlib/repository.py	2008-08-18 19:04:32 +0000
+++ b/bzrlib/repository.py	2008-08-18 19:15:42 +0000
@@ -691,10 +691,9 @@
         # Additional places to query for data.
         self._fallback_repositories = []
         # What order should fetch operations request streams in?
-        # The default is topological, because it is the style that is 'most
-        # correct' for targets, even if it is the most expensive for source
-        # formats to generate.
-        self._fetch_order = 'topological'
+        # The default is unsorted as that is the cheapest for an origin to
+        # provide.
+        self._fetch_order = 'unsorted'
         # Does this repository use deltas that can be fetched as-deltas ?
         # (E.g. knits, where the knit deltas can be transplanted intact.
         # We default to False, which will ensure that enough data to get



More information about the bazaar-commits mailing list