summaryrefslogtreecommitdiff
path: root/t/t9816-git-p4-locked.sh
AgeCommit message (Collapse)Author
2014-01-22git p4 test: examine behavior with locked (+l) filesPete Wyckoff
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>