mercurial/config.py
changeset 8187 d2504744e7a5
parent 8186 6a0018cdb2fe
child 8192 5fd8e60a935d
--- a/mercurial/config.py	Sun Apr 26 16:50:43 2009 -0500
+++ b/mercurial/config.py	Sun Apr 26 16:50:43 2009 -0500
@@ -6,8 +6,6 @@
     def __init__(self, data=None):
         self._list = []
         if data:
-            if hasattr(data, '_list'):
-                self._list = list(data._list)
             self.update(data)
     def copy(self):
         return sortdict(self)