Searched refs:AmbiguousCommitError (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/tool/steps/
H A Dcommit.py29 from webkitpy.common.checkout.scm import AuthenticationError, AmbiguousCommitError namespace
67 except AmbiguousCommitError, e:
/external/webkit/Tools/Scripts/webkitpy/common/checkout/
H A Dscm_unittest.py48 from webkitpy.common.checkout.scm import detect_scm_system, SCM, SVN, Git, CheckoutNeedsUpdate, commit_error_handler, AuthenticationError, AmbiguousCommitError, find_checkout_root, default_scm namespace
1012 self.assertRaises(AmbiguousCommitError, scm.commit_with_message, "yet another test commit")
1062 self.assertRaises(AmbiguousCommitError, scm.commit_with_message, "another test commit")
1090 self.assertRaises(AmbiguousCommitError, scm.commit_with_message, "yet another test commit")
1103 self.assertRaises(AmbiguousCommitError, scm.commit_with_message, "another test commit")
H A Dscm.py142 class AmbiguousCommitError(Exception): class in inherits:Exception
838 raise AmbiguousCommitError(num_local_commits, working_directory_is_clean)

Completed in 74 milliseconds