git p4 test: examine behavior with locked (+l) files
commit3d5388afa856fde3efff023f5b672005834e7ca1
authorPete Wyckoff <pw@padd.com>
Tue, 21 Jan 2014 23:16:47 +0000 (21 18:16 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 22 Jan 2014 16:06:19 +0000 (22 08:06 -0800)
tree7704607d2389103e81c1b9ec6fd757d68590f156
parent2000544330d5b047074d8043042f7cc66157f8f5
git p4 test: examine behavior with locked (+l) files

The p4 server can enforce file locking, so that only one user
can edit a file at a time.  Git p4 is unable to submit changes
to locked files.  Currently it exits poorly.  Ideally it would
notice the locked condition and clean up nicely.

Add a bunch of tests that describe the problem, hoping that
fixes appear in the future.

Signed-off-by: Pete Wyckoff <pw@padd.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9816-git-p4-locked.sh [new file with mode: 0755]