diff options
author | Gennadiy Civil <misterg@google.com> | 2019-08-06 15:51:51 -0400 |
---|---|---|
committer | Gennadiy Civil <misterg@google.com> | 2019-08-06 15:51:51 -0400 |
commit | f64f7bd36735e14f520d8813af5b7cb780b7e164 (patch) | |
tree | 62244e1ffdc64a6a5ef657c3883c50f29abecee8 /googlemock/scripts/upload.py | |
parent | 07ec69a886529c3228fcf436b7a352c4f1ddc1fb (diff) | |
parent | d0cb77dcce6ce56a99ba8d0cdfbea96f5fd81aeb (diff) | |
download | googletest-f64f7bd36735e14f520d8813af5b7cb780b7e164.tar.gz googletest-f64f7bd36735e14f520d8813af5b7cb780b7e164.tar.bz2 googletest-f64f7bd36735e14f520d8813af5b7cb780b7e164.zip |
Merge pull request #2375 from kuzkry:broken-links
PiperOrigin-RevId: 261970482
Diffstat (limited to 'googlemock/scripts/upload.py')
-rwxr-xr-x | googlemock/scripts/upload.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/googlemock/scripts/upload.py b/googlemock/scripts/upload.py index 4b574732..95239dc2 100755 --- a/googlemock/scripts/upload.py +++ b/googlemock/scripts/upload.py @@ -631,7 +631,7 @@ class VersionControlSystem(object): new_content: For text files, this is empty. For binary files, this is the contents of the new file, since the diff output won't contain information to reconstruct the current file. - is_binary: True if the file is binary. + is_binary: True iff the file is binary. status: The status of the file. """ |