diff options
author | Gennadiy Civil <misterg@google.com> | 2019-08-02 13:06:47 -0400 |
---|---|---|
committer | Gennadiy Civil <misterg@google.com> | 2019-08-02 13:06:47 -0400 |
commit | 47092933fde8d08773ac98c011b311d82f858e22 (patch) | |
tree | 1ae96530df41c0a5b0f73747b3f0546ae9b7b2b8 /googlemock | |
parent | 6a2adc0eedd8ca47f1808dcd315b17666fb2fbe4 (diff) | |
parent | 210239e8002401e0a9e30d6894e4434be6d013a7 (diff) | |
download | googletest-47092933fde8d08773ac98c011b311d82f858e22.tar.gz googletest-47092933fde8d08773ac98c011b311d82f858e22.tar.bz2 googletest-47092933fde8d08773ac98c011b311d82f858e22.zip |
Merge pull request #2361 from guillemglez:master
PiperOrigin-RevId: 261340959
Diffstat (limited to 'googlemock')
-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 95239dc2..4b574732 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 iff the file is binary. + is_binary: True if the file is binary. status: The status of the file. """ |