git-p4: Test changelists touching two branches
commit9e826dfd57cb6f8d2a2f78c42b8153724dc2ea0e
authorVitor Antunes <vitor.hda@gmail.com>
Sat, 26 May 2012 09:56:04 +0000 (26 10:56 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 29 May 2012 17:45:59 +0000 (29 10:45 -0700)
tree8f171cf13eb0e31f9f6b4bd5408f225142228ba7
parent6ab1d76c3cf96aac77a75565dfaa0cf64aa100a1
git-p4: Test changelists touching two branches

It is possible to modify two different branches in P4 in a single
changelist. git-p4 correctly detects this and commits the relevant
changes to the different branches separately. This test proves that and
avoid future regressions in this behavior.

Signed-off-by: Vitor Antunes <vitor.hda@gmail.com>
Acked-by: Pete Wyckoff <pw@padd.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9801-git-p4-branch.sh