summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--project.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/project.py b/project.py
index 679dccc1..bc997e78 100644
--- a/project.py
+++ b/project.py
@@ -1236,7 +1236,6 @@ class Project(object):
1236 cmd = ['fetch', remote.name] 1236 cmd = ['fetch', remote.name]
1237 cmd.append('refs/changes/%2.2d/%d/%d' \ 1237 cmd.append('refs/changes/%2.2d/%d/%d' \
1238 % (change_id % 100, change_id, patch_id)) 1238 % (change_id % 100, change_id, patch_id))
1239 cmd.extend(list(map(str, remote.fetch)))
1240 if GitCommand(self, cmd, bare=True).Wait() != 0: 1239 if GitCommand(self, cmd, bare=True).Wait() != 0:
1241 return None 1240 return None
1242 return DownloadedChange(self, 1241 return DownloadedChange(self,