Chromium Code Reviews| Index: gclient.py |
| diff --git a/gclient.py b/gclient.py |
| index 926b1785c62011a7ff29e0b751a169465334f82c..68d4c23991ce298eae16bf9a47a210ca893936f0 100644 |
| --- a/gclient.py |
| +++ b/gclient.py |
| @@ -1004,6 +1004,7 @@ def CMDrevert(parser, args): |
| (options, args) = parser.parse_args(args) |
| # --force is implied. |
| options.force = True |
| + options.deps_os = None |
| client = GClient.LoadCurrentConfig(options) |
| if not client: |
| raise gclient_utils.Error("client not configured; see 'gclient config'") |