diff options
Diffstat (limited to 'project.py')
-rw-r--r-- | project.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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, |