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
iannucci@chromium.org c050a5b2be Add a family of git-commands to assist with the management of multiple CLs/branches.
git-rebase-update - ensure all branches are up to date
git-new-branch - create branches
git-rename-branch - rename a branch while preserving parentage relationships
git-reparent-branch - change the parent of a branch, including rebasing it correctly onto that new parent.
git-squash-branch - collapse a branch into a single commit
git-upstream-diff - show the diff between the current branch and it's upstream branch
git-mark-merge-base - explicitly set what you want the above tools to consider the merge-base for the current branch.

R=agable@chromium.org, hinoka@chromium.org, stip@chromium.org, szager@chromium.org
BUG=261738

Review URL: https://codereview.chromium.org/184253003

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@259520 0039d316-1c4b-4281-b951-d872f2087c98
11 years ago
..
__init__.py Create a new testing_support module to move utility modules there 14 years ago
auto_stub.py Rename assertEquals to assertEqual in auto_stub.py. 12 years ago
coverage_utils.py Fix error messages 11 years ago
fake_repos.py Revert of Another attempt: gclient: delete mismatching checkouts (https://codereview.chromium.org/183283003/) 11 years ago
filesystem_mock.py Suggest owners for OWNERS files that only have per-file owners. 12 years ago
gerrit-init.sh Emergency fix to avoid gerrit 2.9 11 years ago
gerrit_test_case.py Fix lint errors. 12 years ago
git_test_utils.py Add a family of git-commands to assist with the management of multiple CLs/branches. 11 years ago
local_rietveld.py Make rietveld test work on port 10000. 11 years ago
patches_data.py Fix applying git diff with new file mode 644 on a svn checkout. 13 years ago
super_mox.py Remove getpid from SuperMox. 12 years ago
trial_dir.py Remove gclient_utils.RemoveDirectory(). 12 years ago