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/tests
maruel@chromium.org 3c55d98111 Fix issue with svn copy/move directories.
svn diff would only generate a diff for modified files but the current code
would not respect full_move=True. full_move=True is necessary to make it work on
the try server.

TEST=svn move chrome chrome2; echo foo>>PRESUBMIT.py
The try job should fail but the diff should be right.
BUG=none

Review URL: http://codereview.chromium.org/1965001

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@46566 0039d316-1c4b-4281-b951-d872f2087c98
16 years ago
..
__init__.py
gcl_unittest.py Allow the existence of ~/.gcl_upload_no_try override the default of try on upload. 16 years ago
gclient_scm_test.py Make gclient.git.revert reset to DEPS revision 16 years ago
gclient_test.py Revert r45652 and r45653. It broke the single file export 16 years ago
gclient_utils_test.py Fix broken unit test by r44612. 16 years ago
presubmit_unittest.py When the tree is closed, it's closed. 16 years ago
scm_unittest.py Fix issue with svn copy/move directories. 16 years ago
super_mox.py Fix licensing headers and move most third party code to third_party/ 16 years ago
trychange_unittest.py Modify scm.GIT.GetUpstreamBranch to behave like git-cl. 16 years ago
watchlists_unittest.py