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

Unified Diff: recipe_modules/git/example.expected/count-objects_delta.json

Issue 1693993002: Make git.checkout return the commit hash. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 4 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: recipe_modules/git/example.expected/count-objects_delta.json
diff --git a/recipe_modules/git/example.expected/count-objects_delta.json b/recipe_modules/git/example.expected/count-objects_delta.json
index 388083aa89af7e3770565a71b268bdee68de24e9..b2ca9cb4cc23e23668194ae10ab6cb58becd2d8b 100644
--- a/recipe_modules/git/example.expected/count-objects_delta.json
+++ b/recipe_modules/git/example.expected/count-objects_delta.json
@@ -110,6 +110,19 @@
{
"cmd": [
"git",
+ "rev-parse",
+ "HEAD"
+ ],
+ "cwd": "[SLAVE_BUILD]/src",
+ "name": "read revision",
+ "stdout": "/path/to/tmp/",
+ "~followup_annotations": [
+ "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "git",
"clean",
"-f",
"-d",
« no previous file with comments | « recipe_modules/git/example.expected/cat-file_test.json ('k') | recipe_modules/git/example.expected/count-objects_failed.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698