Merge pull request #2353 from anttsov:patch-1
PiperOrigin-RevId: 261198930
This commit is contained in:
@@ -28,6 +28,13 @@ gMock:
|
||||
- does not use exceptions, and
|
||||
- is easy to learn and use.
|
||||
|
||||
Details and examples can be found here:
|
||||
|
||||
* [gMock for Dummies](docs/for_dummies.md)
|
||||
* [Legacy gMock FAQ](docs/gmock_faq.md)
|
||||
* [gMock Cookbook](docs/cook_book.md)
|
||||
* [gMock Cheat Sheet](docs/cheat_sheet.md)
|
||||
|
||||
Please note that code under scripts/generator/ is from the [cppclean
|
||||
project](http://code.google.com/p/cppclean/) and under the Apache
|
||||
License, which is different from Google Mock's license.
|
||||
|
||||
@@ -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.
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user