 Chromium Code Reviews
 Chromium Code Reviews Issue 393001:
  Split scm-specific functions out of gclient_scm.py to scm.py.  (Closed)
    
  
    Issue 393001:
  Split scm-specific functions out of gclient_scm.py to scm.py.  (Closed) 
  | Index: PRESUBMIT.py | 
| diff --git a/PRESUBMIT.py b/PRESUBMIT.py | 
| index dffc680e5002e7c9c45cc212345a4fafa924043b..813f568804b3bdb684805c782077b9b16aafd46f 100755 | 
| --- a/PRESUBMIT.py | 
| +++ b/PRESUBMIT.py | 
| @@ -13,8 +13,10 @@ UNIT_TESTS = [ | 
| 'tests.gcl_unittest', | 
| 'tests.gclient_test', | 
| 'tests.gclient_scm_test', | 
| + 'tests.gclient_utils_test', | 
| 'tests.presubmit_unittest', | 
| 'tests.revert_unittest', | 
| + 'tests.scm_unittest', | 
| 'tests.trychange_unittest', | 
| 'tests.watchlists_unittest', | 
| ] |