|
@@ -1236,7 +1236,6 @@ class Project(object):
|
|
|
cmd = ['fetch', remote.name]
|
|
cmd = ['fetch', remote.name]
|
|
|
cmd.append('refs/changes/%2.2d/%d/%d' \
|
|
cmd.append('refs/changes/%2.2d/%d/%d' \
|
|
|
% (change_id % 100, change_id, patch_id))
|
|
% (change_id % 100, change_id, patch_id))
|
|
|
- cmd.extend(list(map(str, remote.fetch)))
|
|
|
|
|
if GitCommand(self, cmd, bare=True).Wait() != 0:
|
|
if GitCommand(self, cmd, bare=True).Wait() != 0:
|
|
|
return None
|
|
return None
|
|
|
return DownloadedChange(self,
|
|
return DownloadedChange(self,
|