Rev 3428: STEP every 5 in http://bzr.arbash-meinel.com/branches/bzr/1.4-dev/find_unique_ancestors

John Arbash Meinel john at arbash-meinel.com
Wed May 21 03:13:10 BST 2008


At http://bzr.arbash-meinel.com/branches/bzr/1.4-dev/find_unique_ancestors

------------------------------------------------------------
revno: 3428
revision-id: john at arbash-meinel.com-20080521021300-2pqe6eso7w3jrd0u
parent: john at arbash-meinel.com-20080521015055-gs6pzl7zpbcyj2p5
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: find_unique_ancestors
timestamp: Tue 2008-05-20 21:13:00 -0500
message:
  STEP every 5
modified:
  bzrlib/graph.py                graph_walker.py-20070525030359-y852guab65d4wtn0-1
-------------- next part --------------
=== modified file 'bzrlib/graph.py'
--- a/bzrlib/graph.py	2008-05-21 01:50:55 +0000
+++ b/bzrlib/graph.py	2008-05-21 02:13:00 +0000
@@ -26,7 +26,7 @@
     )
 from bzrlib.deprecated_graph import (node_distances, select_farthest)
 
-STEP_UNIQUE_SEARCHER_EVERY = 10
+STEP_UNIQUE_SEARCHER_EVERY = 5
 
 # DIAGRAM of terminology
 #       A



More information about the bazaar-commits mailing list