Merge pull request #2361 from guillemglez:master

PiperOrigin-RevId: 261340959
This commit is contained in:
Gennadiy Civil
2019-08-02 13:06:47 -04:00
5 changed files with 51 additions and 46 deletions

View File

@@ -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.
"""