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

Unified Diff: Tools/GardeningServer/model/ct-commit-mock.html

Issue 413073004: Show non-Blink ranges in sheriff-o-matic. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: address review comments Created 6 years, 5 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: Tools/GardeningServer/model/ct-commit-mock.html
diff --git a/Tools/GardeningServer/model/ct-commit-mock.html b/Tools/GardeningServer/model/ct-commit-mock.html
index f698405089f381f6c0d74c774b2daa2b0bd5b7c6..0bbbe8ede8207a7ad66e73d6d8259a1cac26f3d7 100644
--- a/Tools/GardeningServer/model/ct-commit-mock.html
+++ b/Tools/GardeningServer/model/ct-commit-mock.html
@@ -21,7 +21,8 @@ var kExampleCommitMessage =
"git-svn-id: svn://svn.chromium.org/blink/trunk@158545 bbb929c8-8fbe-4397-9dbb-9b2b20218538";
window.CTCommitMock = function() {
- return new CTCommit("mkwst@chromium.org", kExampleCommitMessage, 'http://src.chromium.org/viewvc/blink');
+ return CTCommit.create("mkwst@chromium.org", kExampleCommitMessage,
+ 'http://mockurl/?{revision}', 'blink');
};
})();
« no previous file with comments | « Tools/GardeningServer/model/ct-commit-log-tests.html ('k') | Tools/GardeningServer/model/ct-commit-tests.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698