diff options
author | Gennadiy Civil <misterg@google.com> | 2019-08-02 13:26:55 -0400 |
---|---|---|
committer | Gennadiy Civil <misterg@google.com> | 2019-08-02 13:26:55 -0400 |
commit | cc34e8fa7ccae09ab12a54abed0eb6d912a12bb5 (patch) | |
tree | 21a6579ece32721a74d99870d45ea687e21ff746 /googlemock/scripts/upload.py | |
parent | 47092933fde8d08773ac98c011b311d82f858e22 (diff) | |
parent | 287b37f23f534a0f9b1eb6072c882cbcaaffc097 (diff) | |
download | googletest-cc34e8fa7ccae09ab12a54abed0eb6d912a12bb5.tar.gz googletest-cc34e8fa7ccae09ab12a54abed0eb6d912a12bb5.tar.bz2 googletest-cc34e8fa7ccae09ab12a54abed0eb6d912a12bb5.zip |
Merge pull request #2357 from kuzkry:obsolete-documentation
PiperOrigin-RevId: 261343928
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. """ |