Repository: mesos Updated Branches: refs/heads/master ac9fa97f6 -> f1b3c095e
Fixed a bug in post-reviews.py. Review: https://reviews.apache.org/r/34482 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/f1b3c095 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/f1b3c095 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/f1b3c095 Branch: refs/heads/master Commit: f1b3c095ef96bc2f1e2f3698ab4eb0413acef4fa Parents: ac9fa97 Author: Jie Yu <[email protected]> Authored: Wed May 20 10:48:00 2015 -0700 Committer: Jie Yu <[email protected]> Committed: Wed May 20 10:48:20 2015 -0700 ---------------------------------------------------------------------- support/post-reviews.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/f1b3c095/support/post-reviews.py ---------------------------------------------------------------------- diff --git a/support/post-reviews.py b/support/post-reviews.py index 2ae9a95..4849725 100755 --- a/support/post-reviews.py +++ b/support/post-reviews.py @@ -140,7 +140,7 @@ for line in log.split('\n'): shas.append(sha) -previous = 'master' +previous = parent_branch for i in range(len(shas)): sha = shas[i]
