hgext/largefiles/lfcommands.py
changeset 34756 3f3c6d12095d
parent 34083 08346a8fa65f
child 35168 b175e54c1103
child 35179 4abfe4169259
--- a/hgext/largefiles/lfcommands.py	Fri Oct 13 22:26:03 2017 +0200
+++ b/hgext/largefiles/lfcommands.py	Fri Oct 13 22:26:58 2017 +0200
@@ -109,7 +109,7 @@
             lfiles = set()
             normalfiles = set()
             if not pats:
-                pats = ui.configlist(lfutil.longname, 'patterns', default=[])
+                pats = ui.configlist(lfutil.longname, 'patterns')
             if pats:
                 matcher = matchmod.match(rsrc.root, '', list(pats))
             else: