commit 01463bacd036325f24a370fcd91435a8b659c331
parent c9ed52730b352448c7c644f6942d310dd3509bf6
Author: Russ Cox <rsc@swtch.com>
Date: Mon, 17 Nov 2014 20:59:15 -0500
codereview: use 'git branch -v' for pending
Change-Id: Ib80b19cf69a15860315b2d7a38baf3b05d693acc
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/codereview b/bin/codereview
@@ -42,7 +42,7 @@ case pending
echo 'usage: codereview pending' >[1=2]
exit usage
}
- $git branch --list
+ $git branch -v
case create
shift