git p4: move verbose to base class
authorLuke Diamand <luke@diamand.org>
Tue, 24 Apr 2012 08:33:23 +0000 (09:33 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 24 Apr 2012 21:22:23 +0000 (14:22 -0700)
The verbose flag is common to all classes, or at least should be.
Make it a member of the base Command class, rather than
reimplementing for each class. Make option parsing mirror this.

Signed-off-by: Luke Diamand <luke@diamand.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found