Turn on tagged mode by default, and make parse_forms mode
always on (it only works when tagged mode is on too). Now
users can turn tagged mode off if they want to by calling:
p4.tagged = false
and turn it back on by calling:
p4.tagged = true
You can test the current state of affairs using:
p4.tagged?
User-visible change to be documented in Scripting Interface Guide