HomeSort by relevance Sort by last modified time
    Searched refs:SCM (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
__init__.py 7 from .scm import SCM, AuthenticationError, CheckoutNeedsUpdate
scm.py 30 # Python module for interacting with an SCM system (like SVN or Git)
47 # FIXME: Should be moved onto SCM
61 # SCM methods are expected to return paths relative to self.checkout_root.
62 class SCM:
80 # SCM always returns repository relative path, but sometimes we need
85 # FIXME: This belongs in Checkout, not SCM.
89 # FIXME: This belongs in Checkout, not SCM.
121 SCM._subclass_must_implement()
124 SCM._subclass_must_implement()
128 SCM._subclass_must_implement(
    [all...]
svn.py 42 from .scm import AuthenticationError, SCM, commit_error_handler
74 class SVN(SCM, SVNRepository):
81 SCM.__init__(self, cwd, **kwargs)
84 raise Exception(message='Empty list of patch directories passed to SCM.__init__')
git.py 39 from .scm import AuthenticationError, SCM, commit_error_handler
53 class Git(SCM, SVNRepository):
62 SCM.__init__(self, cwd, **kwargs)
scm_unittest.py 55 from .scm import SCM, CheckoutNeedsUpdate, commit_error_handler, AuthenticationError
232 # For testing the SCM baseclass directly.
301 self.assertItemsEqual(self.scm.changed_files(), ["test_file"])
303 self.assertItemsEqual(self.scm.changed_files(), ["test_dir/test_file3", "test_file"])
307 self.assertItemsEqual(self.scm.changed_files(), ["test_dir/test_file3", "test_file"])
312 self.assertItemsEqual(self.scm.added_files(), [])
315 self.scm.add("added_file")
319 self.scm.add_list(["added_file3", "added_file4"])
323 self.scm.add("added_dir"
    [all...]
  /external/chromium_org/build/mac/
tweak_info_plist.py 112 """Adds the SCM information, visible in about:version, to property list. If
130 print >>sys.stderr, 'Could not determine SCM revision. This may be OK.'
232 parser.add_option('--scm', dest='add_scm_info', action='store', type='int',
233 default=True, help='Add SCM metadata [1 or 0]')
285 # Adds or removes any SCM keys.
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 

Completed in 5594 milliseconds