make svn fetch quiet (#3070)
This commit is contained in:
parent
8d7bcbbbbb
commit
b1eb921f28
@ -719,7 +719,7 @@ def fetch(self):
|
||||
|
||||
tty.msg("Trying to check out svn repository: %s" % self.url)
|
||||
|
||||
args = ['checkout', '--force']
|
||||
args = ['checkout', '--force', '--quiet']
|
||||
if self.revision:
|
||||
args += ['-r', self.revision]
|
||||
args.append(self.url)
|
||||
|
Loading…
Reference in New Issue
Block a user