From 28739c0531c8c80b8eab4de722e069159376a0d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Pineau?= Date: Fri, 13 Jul 2012 17:18:16 +0300 Subject: [PATCH 1/2] Tweaked scripts/review-request.sh help --- scripts/review-request.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/review-request.sh b/scripts/review-request.sh index 193db9e..28183cf 100755 --- a/scripts/review-request.sh +++ b/scripts/review-request.sh @@ -16,9 +16,9 @@ CREW_SERVER=http://crew function usage { echo "$SCRIPT_NAME ($SCRIPT_VERSION), $SCRIPT_SHORT_DESC." - echo "-b (default: current branch)" - echo "-p (default: 1)" - echo "-s (default: http://crew)" + echo "-b (default: $BRANCH_TO_REVIEW)" + echo "-p (default: $CREW_PROJECT_ID)" + echo "-s (default: $CREW_SERVER)" echo "-h : this help" echo "-v : version of $SCRIPT_NAME" exit 0 From af15419324e243b9d52e84bb051bfad94a1078a5 Mon Sep 17 00:00:00 2001 From: Denis Roussel Date: Sat, 21 Jun 2014 21:24:58 +0200 Subject: [PATCH 2/2] Update links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 50a4a7b..da540ce 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ Crew is a code review tool for git projects. -It works with a simple [API](https://github.com/pmsipilot/Crew/wiki/API). +It works with a simple [API](https://github.com/crew-cr/Crew/wiki/API). So, you can easily integrate it in your workflow. -See the [site](http://crew-cr.org) or the [wiki](http://github.com/pmsipilot/Crew/wiki) for more information. +See the [site](http://crew-cr.github.io/Crew) or the [wiki](http://github.com/crew-cr/Crew/wiki) for more information.