summaryrefslogtreecommitdiffstats
path: root/manifest_xml.py
diff options
context:
space:
mode:
authorShawn O. Pearce <sop@google.com>2012-08-02 11:46:22 -0700
committerShawn O. Pearce <sop@google.com>2012-08-02 11:46:22 -0700
commitf35b2d9c31f62a488a0d470f269c85cda5b02d72 (patch)
tree64b0e9105d915467be2a130f8e8848bcd66c4b54 /manifest_xml.py
parente0904f721b51fb1f3f11fb4755e476d759b7b3e3 (diff)
downloadgit-repo-f35b2d9c31f62a488a0d470f269c85cda5b02d72.tar.gz
Fix mirror modev1.10.2
Change-Id: Ica0e8392562a7ae5aad7e45441c1540e5e2b0238
Diffstat (limited to 'manifest_xml.py')
-rw-r--r--manifest_xml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest_xml.py b/manifest_xml.py
index d3156e5c..ea6a7e52 100644
--- a/manifest_xml.py
+++ b/manifest_xml.py
@@ -432,7 +432,7 @@ class XmlManifest(object):
432 if name is None: 432 if name is None:
433 s = m_url.rindex('/') + 1 433 s = m_url.rindex('/') + 1
434 manifestUrl = self.manifestProject.config.GetString('remote.origin.url') 434 manifestUrl = self.manifestProject.config.GetString('remote.origin.url')
435 remote = _XmlRemote('origin', m_url[:s], manifestUrl) 435 remote = _XmlRemote('origin', fetch=m_url[:s], manifestUrl=manifestUrl)
436 name = m_url[s:] 436 name = m_url[s:]
437 437
438 if name.endswith('.git'): 438 if name.endswith('.git'):