__init__.py |
|
1039 |
fetchlogs.py |
Simple script for downloading structured logs from treeherder.
For the moment this is specialised to work with web-platform-tests
logs; in due course it should move somewhere generic and get hooked
up to mach or similar |
3550 |
github.py |
GitHubRepo for a particular repository.
:param owner: String repository owner
:param name: String repository name
|
5033 |
tree.py |
Extension of the basic GitTree with extra methods for
transfering patches |
6800 |
update.py |
Load gecko tree and sync tree containing web-platform-tests |
1384 |
updatecommandline.py |
|
1826 |
upstream.py |
Take a Patch and convert to a different repository by stripping a prefix from the
file paths. Also rewrite the message to remove the bug number and reviewer, but add
a bugzilla link in the summary.
:param patch: the Patch to convert
:param strip_dir: the path prefix to remove
|
15335 |