mercurial/graphmod.py
changeset 23569 3ecbcffdeb0c
parent 23568 740ae54573a3
child 23570 3f86fe9bcef0
--- a/mercurial/graphmod.py	Thu Sep 04 19:28:17 2014 +0200
+++ b/mercurial/graphmod.py	Mon Dec 08 15:20:28 2014 -0500
@@ -227,10 +227,10 @@
     lowestrev = revs.min()
     gpcache = {}
 
-    if repo.ui.configbool('experimental', 'graph-topological', False):
+    if repo.ui.configbool('experimental', 'graph-group-branches', False):
         firstbranch = ()
-        firstbranchrevset = repo.ui.config('experimental',
-                                           'graph-topological.firstbranch', '')
+        firstbranchrevset = repo.ui.config(
+            'experimental', 'graph-group-branches.firstbranch', '')
         if firstbranchrevset:
             firstbranch = repo.revs(firstbranchrevset)
         parentrevs = repo.changelog.parentrevs