mercurial/localrepo.py
changeset 23256 1c11393d5dfb
parent 23255 76effa770ff9
child 23310 5bd1f6572db0
--- a/mercurial/localrepo.py	Thu Nov 06 14:20:05 2014 -0800
+++ b/mercurial/localrepo.py	Tue Nov 11 10:35:06 2014 -0500
@@ -316,7 +316,7 @@
         chunkcachesize = self.ui.configint('format', 'chunkcachesize')
         if chunkcachesize is not None:
             self.sopener.options['chunkcachesize'] = chunkcachesize
-        maxchainlen = self.ui.configint('revlog', 'maxchainlen')
+        maxchainlen = self.ui.configint('format', 'maxchainlen')
         if maxchainlen is not None:
             self.sopener.options['maxchainlen'] = maxchainlen