Index: revert.py |
diff --git a/revert.py b/revert.py |
index 71016654f0f9640b18bd4994fc9f4318e8a0282f..dc56c1f9c31a371669509169dc29d66c13efb385 100755 |
--- a/revert.py |
+++ b/revert.py |
@@ -146,7 +146,7 @@ def Revert(revisions, force=False, commit=True, send_email=True, message=None, |
print "" |
# Make sure these files are unmodified with svn status. |
- status = gclient_scm.CaptureSVNStatus(files) |
+ status = gclient_scm.scm.SVN.CaptureStatus(files) |
if status: |
if force: |
# TODO(maruel): Use the tool to correctly revert '?' files. |