You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
depot_tools/testing_support
mbjorge f2d73522b8 Fix relative file: paths in OWNERS with roots other than '/'
If an OWNERS file used the file: directive with a relative file
path, but was using a root other than '/' (e.g.
'/path/to/my/real/root'), then the include resolver would incorrectly
leave a leading '/' on the include path. When os_path.join was then
called, the leading '/' meant the path was treated as an absolute path
and the join did not behave as expected.

Review-Url: https://codereview.chromium.org/2148683003
10 years ago
..
__init__.py
auto_stub.py
coverage_utils.py
fake_repos.py
filesystem_mock.py Fix relative file: paths in OWNERS with roots other than '/' 10 years ago
gerrit-init.sh
gerrit_test_case.py Simplify octal constants in Python code (e.g. 0o0700 -> 0o700). 10 years ago
git_test_utils.py Simplify octal constants in Python code (e.g. 0o0700 -> 0o700). 10 years ago
local_rietveld.py
patches_data.py
super_mox.py
trial_dir.py