Skip to content

Commit

Permalink
Fix the author search for branches (only an issue on reverts), lookin…
Browse files Browse the repository at this point in the history
…g 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
  • Loading branch information
[email protected] committed Dec 18, 2009
1 parent 2185f00 commit 461843e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drover.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 461843e

Please sign in to comment.