mercurial/localrepo.py
changeset 7234 ae70fe6143fc
parent 7233 9f0e52e1df77
child 7237 b9bf36905b55
--- a/mercurial/localrepo.py	Tue Oct 21 17:00:35 2008 +0200
+++ b/mercurial/localrepo.py	Fri Oct 24 10:31:51 2008 +0200
@@ -35,7 +35,8 @@
                 if parentui.configbool('format', 'usestore', True):
                     os.mkdir(os.path.join(self.path, "store"))
                     requirements.append("store")
-                    requirements.append("fncache")
+                    if parentui.configbool('format', 'usefncache', True):
+                        requirements.append("fncache")
                     # create an invalid changelog
                     self.opener("00changelog.i", "a").write(
                         '\0\0\0\2' # represents revlogv2