mercurial/statichttprepo.py
changeset 15922 23921c17299a
parent 14962 1c917bc66ccc
child 16115 236bb604dc39
--- a/mercurial/statichttprepo.py	Wed Jan 18 17:11:27 2012 +0100
+++ b/mercurial/statichttprepo.py	Wed Jan 18 17:23:54 2012 +0100
@@ -86,6 +86,7 @@
 
         opener = build_opener(ui, authinfo)
         self.opener = opener(self.path)
+        self._phasedefaults = []
 
         try:
             requirements = scmutil.readrequires(self.opener, self.supported)