Commit 461843e2 authored by laforge@chromium.org's avatar laforge@chromium.org

Fix the author search for branches (only an issue on reverts), looking at...

Fix the author search for branches (only an issue on reverts), looking at trunk w/ the revision won't tell you
the correct author.
Review URL: http://codereview.chromium.org/505053

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@35009 0039d316-1c4b-4281-b951-d872f2087c98
parent 2185f006
......@@ -471,7 +471,7 @@ def main(options, args):
revertExportRevision(url, revision)
# Check the base url so we actually find the author who made the change
author = getAuthor(TRUNK_URL, revision)
author = getAuthor(url, revision)
filename = str(revision)+".txt"
out = open(filename,"w")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment