| Module name | TWiki::Store::RcsWrap RcsWrapDotPm |
| Location | TWIKIROOT/lib/TWiki/Store/RcsWrap.pm |
| Summary | |
| Primary Author | Main. |
| CVS history | http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/twiki/twiki/lib/TWiki/Store/RcsWrap.pm |
| CVS alpha | http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/twiki/twiki/lib/TWiki/Store/RcsWrap.pm?rev=HEAD&content-type=text/vnd.viewcvs-markup |
| Contributing authors | (see CVS History) |
| IsClass? | NO |
| First TWikiRelease | to be filled out |
| Note: | Below documentation is extracted from the currently installed TWiki::Store Perl module, which is done by the PerlDocPlugin |
|---|
| Description: | parse the text into an array of diff cells |
| #Description: | unlike Algorithm::Diff I concatinate lines of the same diffType that are sqential (this might be something that should be left up to the renderer) |
Parameter: $text |
currently unified or rcsdiff format |
Return: \@diffArray |
reference to an array of [ diffType, $right, $left ] |
| TODO: | move into RcsFile and add indirection in Store |