author | Pete Wyckoff <pw@padd.com> | |
Sun, 25 Dec 2011 02:07:35 +0000 (21:07 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 27 Dec 2011 18:19:30 +0000 (10:19 -0800) | ||
commit | 58c8bc7c1aa0c7cf71c524cc4531a19ef72ea706 | |
tree | ceb5533550546e2bd5774fc82b44ce26865d7c9f | tree | snapshot |
parent | 1471c6b1558f45fa11ad606fc9ea72261d965284 | commit | diff |
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>
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 | diff | blob | history | |
t/t9806-git-p4-options.sh | diff | blob | history |