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

Unified Diff: deps2git.py

Issue 322273002: First step in cleaning up pefile hack. (Closed) Base URL: http://src.chromium.org/svn/trunk/tools/deps2git
Patch Set: Created 6 years, 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: deps2git.py
diff --git a/deps2git.py b/deps2git.py
index 2f64ba62fcb0fe1f4bdd33bf170bf95685abbfc6..e84d702128847a3e90d3c155049c4ffbaf9b12b9 100755
--- a/deps2git.py
+++ b/deps2git.py
@@ -120,7 +120,7 @@ def SvnRevToGitHash(
# http://code.google.com/p/chromium/issues/detail?id=362222
if (git_url.startswith('https://chromium.googlesource.com/external/pefile')
and int(svn_rev) in (63, 141)):
- return '1ceaa279daa62b71e3431e58f68be6a96dd1519a'
+ return '72c6ae42396cb913bcab63c15585dc3b5c3f92f1'
return git_tools.Search(git_repo_path, svn_rev, mirror, refspec, git_url)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698