hgext/largefiles/overrides.py
changeset 15229 89e19ca2a90e
parent 15227 a7686abf73a6
child 15252 6e809bb4f969
--- a/hgext/largefiles/overrides.py	Tue Oct 11 21:07:08 2011 -0400
+++ b/hgext/largefiles/overrides.py	Tue Oct 11 21:11:01 2011 -0400
@@ -70,9 +70,8 @@
 
     lfmatcher = None
     if os.path.exists(repo.wjoin(lfutil.shortname)):
-        lfpats = ui.config(lfutil.longname, 'patterns', default=())
+        lfpats = ui.configlist(lfutil.longname, 'patterns', default=[])
         if lfpats:
-            lfpats = lfpats.split(' ')
             lfmatcher = match_.match(repo.root, '', list(lfpats))
 
     lfnames = []