git p4: move verbose to base class
commit6a10b6aa1e7b9bb114e525edb67b7650b46f333e
authorLuke Diamand <luke@diamand.org>
Tue, 24 Apr 2012 08:33:23 +0000 (24 09:33 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 24 Apr 2012 21:22:23 +0000 (24 14:22 -0700)
treede42e5eae3f54afac793510fbf7ae3030a7c727d
parentf95ceaf04aa304cff1bf0bc76e8fed3fea5d0484
git p4: move verbose to base class

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>
Documentation/git-p4.txt
git-p4.py