git-p4: test cloning with two dirs, clarify doc
commitda191d15bfd690e679a9626cba527465e0aafabb
authorPete Wyckoff <pw@padd.com>
Sun, 25 Dec 2011 02:07:33 +0000 (24 21:07 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 27 Dec 2011 18:19:30 +0000 (27 10:19 -0800)
tree2bd0ef2a11059708694f77f42402e1f5bec7eb0f
parentef86890ce5f01e6b5716ddcc11daddcd4e297157
git-p4: test cloning with two dirs, clarify doc

Document how git-p4 currently works when specifying multiple
depot paths:

1.  No branches or directories are named.

2.  Conflicting files are silently ignored---the last change
    wins.

2.  Option --destination is required, else the last path is construed
    to be a directory.

3.  Revision specifiers must be the same on all paths for them to
    take effect.

Test this behavior.

Signed-off-by: Pete Wyckoff <pw@padd.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-p4.txt
t/t9800-git-p4-basic.sh