| Index: gclient_scm.py
|
| diff --git a/gclient_scm.py b/gclient_scm.py
|
| index 07ca6b8f571518b0f860468d24a5650a99c1d0eb..db4d122ccea81f1fd890a11e2561a92f1b4be093 100644
|
| --- a/gclient_scm.py
|
| +++ b/gclient_scm.py
|
| @@ -1235,7 +1235,7 @@ class GitWrapper(SCMWrapper):
|
| self._Run(config_cmd, options)
|
| need_fetch = True
|
| if fetch and need_fetch:
|
| - self._Fetch(options)
|
| + self._Fetch(options, prune=options.force)
|
|
|
| def _Run(self, args, options, show_header=True, **kwargs):
|
| # Disable 'unused options' warning | pylint: disable=W0613
|
|
|