Change 14493

tony
tony committed this change into //guest/perforce_software/p4ruby/main
Request Review
Download .zip
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
  • Files 6
  • Comments 0
6 edited 0 added 0 deleted
example.rb#2
Loading...
lib/P4.rb#5
Loading...
p4.cpp#10
Loading...
p4clientapi.cpp#5
Loading...
p4clientapi.h#7
Loading...
test.rb#2
Loading...
Tip: Use n and p to cycle through the changes.