largefiles: eliminate an unnecessary import of configitems
Thanks to Yuya for pointing this out.
--- a/hgext/largefiles/__init__.py Fri Dec 28 00:51:02 2018 -0500
+++ b/hgext/largefiles/__init__.py Fri Dec 28 00:53:58 2018 -0500
@@ -108,7 +108,6 @@
from mercurial import (
cmdutil,
- configitems,
extensions,
exthelper,
hg,
@@ -137,7 +136,7 @@
eh.merge(proto.eh)
eh.configitem('largefiles', 'minsize',
- default=configitems.dynamicdefault,
+ default=eh.configitem.dynamicdefault,
)
eh.configitem('largefiles', 'patterns',
default=list,