Repository: mesos
Updated Branches:
  refs/heads/master abb7ef1b2 -> 667358a04


Minor documentation fix in post-reviews.py.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/667358a0
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/667358a0
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/667358a0

Branch: refs/heads/master
Commit: 667358a0473015111915aa66b096b0f2fa237332
Parents: abb7ef1
Author: Jiang Yan Xu <[email protected]>
Authored: Mon Jun 29 14:34:14 2015 -0700
Committer: Jiang Yan Xu <[email protected]>
Committed: Mon Jun 29 14:34:14 2015 -0700

----------------------------------------------------------------------
 support/post-reviews.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/667358a0/support/post-reviews.py
----------------------------------------------------------------------
diff --git a/support/post-reviews.py b/support/post-reviews.py
index f337649..b04e26b 100755
--- a/support/post-reviews.py
+++ b/support/post-reviews.py
@@ -66,7 +66,7 @@ def execute(command, ignore_errors=False):
 
 # TODO(benh): Make sure this is a git repository, apologize if not.
 
-# Choose 'post-review' if available, otherwise choose 'rbt'.
+# Choose 'rbt' if available, otherwise choose 'post-review'.
 post_review = None
 rbt_version = execute(['rbt', '--version'], ignore_errors=True)
 if rbt_version:

Reply via email to