mercurial/localrepo.py
changeset 40267 9d5ddf55415b
parent 40087 41fcdfe3bfeb
child 40296 e787d97e90ad
--- a/mercurial/localrepo.py	Fri Oct 12 17:34:45 2018 -0400
+++ b/mercurial/localrepo.py	Tue Oct 09 21:53:21 2018 -0400
@@ -708,6 +708,7 @@
     """Resolve opener options specific to revlogs."""
 
     options = {}
+    options[b'flagprocessors'] = {}
 
     if b'revlogv1' in requirements:
         options[b'revlogv1'] = True