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
maruel@chromium.org d579fcf951 Enforces using cwd in all svn calls.
That helps weed out some issues faces with svn plus helped me figure out some
misuses.

Most of the commands have been implicitly depending on os.getcwd(). This change
makes it always consistent and clear when dependence on the current directory is
needed.

Remove default arguments to scm.SVN.GenerateDiff and a few other calls to be
sure the refactoring was done right.

R=dpranke@chromium.org
BUG=
TEST=make sure most commands aren't broke


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

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@114262 0039d316-1c4b-4281-b951-d872f2087c98
14 years ago
..
__init__.py Create a new testing_support module to move utility modules there 14 years ago
auto_stub.py Move auto_stub.py from commit-queue 14 years ago
fake_repos.py Enforces using cwd in all svn calls. 14 years ago
filesystem_mock.py Create a new testing_support module to move utility modules there 14 years ago
local_rietveld.py Create a new testing_support module to move utility modules there 14 years ago
patches_data.py Fix deleted empty files. 14 years ago
super_mox.py Create a new testing_support module to move utility modules there 14 years ago
trial_dir.py Move auto_stub.py from commit-queue 14 years ago