Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(835)

Unified Diff: tests/scm_unittest.py

Issue 184343003: Now trychange can store patches in a Git repo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: nit Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tests/scm_unittest.py
diff --git a/tests/scm_unittest.py b/tests/scm_unittest.py
index ff03c03e1b934ddd338d7e86ce1ce3acca62b8d6..bf9c3534d83113cd9079b91a44fff1dfe5d8e5ae 100755
--- a/tests/scm_unittest.py
+++ b/tests/scm_unittest.py
@@ -85,13 +85,16 @@ class GitWrapperTestCase(BaseSCMTestCase):
'GetCheckoutRoot',
'GetDifferentFiles',
'GetEmail',
+ 'GetGitDir',
'GetGitSvnHeadRev',
'GetPatchName',
'GetSha1ForSvnRev',
'GetSVNBranch',
'GetUpstreamBranch',
'IsGitSvn',
+ 'IsInsideWorkTree',
'IsValidRevision',
+ 'IsWorkTreeDirty',
'MatchSvnGlob',
'ParseGitSvnSha1',
'ShortBranchName',

Powered by Google App Engine
This is Rietveld 408576698