# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#4 | 15920 | Matt Attaway | Move p4perl files into the main directory | ||
#3 | 8743 | Paul Allen |
Added Set/GetIgnoreFile and IsIgnored methods to match API support and P4Python. Transferred from p4://p4prod.perforce.com:1666@807334 |
||
#2 | 8495 | Paul Allen |
Added the ability for P4Perl to preserve comments in forms. This is for the commands $p4->parse_spec() and $p4->format_spec(), used typically in form-in and form-out triggers. $p4->parse_spec() should receive a fully formed spec form (that is untagged), such as a label or client, as a user would receive if they run 'p4 client -o' from the command line. Up to now, the comments are stripped by the $p4->parse_spec() command and not added in again when the document is reformatted. This change aims to alter this behaviour. Comments are stored as a 'comment' key in the spec hash and are accessable. For example: my $spec = $p4->ParseGroup( 'my_group' ); print $spec->{'comment'}; Change to be documented in the release notes for 2014.1 |
||
#1 | 8486 | Paul Allen |
Initial population of P4PERL from: //depot/main/p4-perl/...@565514 //depot/main/p4-doc/user/p4perlnotes.txt@565514 |