git-p4: honor --changesfile option and test
commit58c8bc7c1aa0c7cf71c524cc4531a19ef72ea706
authorPete Wyckoff <pw@padd.com>
Sun, 25 Dec 2011 02:07:35 +0000 (24 21:07 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 27 Dec 2011 18:19:30 +0000 (27 10:19 -0800)
treeceb5533550546e2bd5774fc82b44ce26865d7c9f
parent1471c6b1558f45fa11ad606fc9ea72261d965284
git-p4: honor --changesfile option and test

When an explicit list of changes is given, it makes no sense to
use @all or @3,5 or any of the other p4 revision specifiers.
Make the code notice when this happens, instead of just ignoring
--changesfile.  Test it.

Signed-off-by: Pete Wyckoff <pw@padd.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/fast-import/git-p4
t/t9806-git-p4-options.sh