Explorar el Código

Fix mirror mode

Change-Id: Ica0e8392562a7ae5aad7e45441c1540e5e2b0238
Shawn O. Pearce hace 13 años
padre
commit
f35b2d9c31
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      manifest_xml.py

+ 1 - 1
manifest_xml.py

@@ -432,7 +432,7 @@ class XmlManifest(object):
     if name is None:
       s = m_url.rindex('/') + 1
       manifestUrl = self.manifestProject.config.GetString('remote.origin.url')
-      remote = _XmlRemote('origin', m_url[:s], manifestUrl)
+      remote = _XmlRemote('origin', fetch=m_url[:s], manifestUrl=manifestUrl)
       name = m_url[s:]
 
     if name.endswith('.git'):