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

Unified Diff: recipe_modules/tryserver/example.expected/with_wrong_patch_new.json

Issue 1927403003: Avoid computing patch_root in get_files_affected_by_patch. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Real rework + downstream Created 4 years, 8 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/tryserver/example.expected/with_wrong_patch_new.json
diff --git a/recipe_modules/tryserver/example.expected/with_wrong_patch.json b/recipe_modules/tryserver/example.expected/with_wrong_patch_new.json
similarity index 90%
copy from recipe_modules/tryserver/example.expected/with_wrong_patch.json
copy to recipe_modules/tryserver/example.expected/with_wrong_patch_new.json
index dd8287204a3129c43b1ca70aa4c726a11f676584..c45834e8f6cdbefdd346975453950baaca6f63b1 100644
--- a/recipe_modules/tryserver/example.expected/with_wrong_patch.json
+++ b/recipe_modules/tryserver/example.expected/with_wrong_patch_new.json
@@ -13,11 +13,11 @@
"--cached",
"--name-only"
],
- "cwd": "[SLAVE_BUILD]",
+ "cwd": "[SLAVE_BUILD]\\sub/project",
"name": "git diff to analyze patch",
"stdout": "/path/to/tmp/",
"~followup_annotations": [
- "@@@STEP_LOG_LINE@files@foo.cc@@@",
+ "@@@STEP_LOG_LINE@files@sub/project/foo.cc@@@",
"@@@STEP_LOG_END@files@@@"
]
},

Powered by Google App Engine
This is Rietveld 408576698