| Index: tools/auto_bisect/source_control.py
|
| diff --git a/tools/auto_bisect/source_control.py b/tools/auto_bisect/source_control.py
|
| index 27bd7ba88f74f74f13251a181fc6ef95c857a862..0480c89f228af46df7587f41d8fc26c48ce448ca 100644
|
| --- a/tools/auto_bisect/source_control.py
|
| +++ b/tools/auto_bisect/source_control.py
|
| @@ -28,6 +28,9 @@ def DetermineAndCreateSourceControl(opts):
|
| return None
|
|
|
|
|
| +# TODO(qyearsley): Almost all of the methods below could be top-level functions
|
| +# (or class methods). Refactoring may make this simpler.
|
| +# pylint: disable=R0201
|
| class SourceControl(object):
|
| """SourceControl is an abstraction over the source control system."""
|
|
|
|
|