Query: svk::merge::info
OS: osx
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SVK::Merge::Info(3) User Contributed Perl Documentation SVK::Merge::Info(3)NAMESVK::Merge::Info - Container for merge ticket informationSYNOPSISuse SVK::Merge::Info; my $minfo = SVK::Merge::Info->new( $svk_merge_property );DESCRIPTIONAn "SVK::Merge::Info" object represents a collection of merge tickets, including repository UUID, path and revision.CONSTRUCTORSnew Takes a single argument with the value of an "svk:merge" property.METHODSadd_target Add a single SVK::Target::Universal or SVK::Path to the collection of merge tickets. del_target Remove a single SVK::Target::Universal or SVK::Path from the collection of merge tickets. remove_duplicated Takes a single SVK::Merge::Info object as an argument. Removes merge tickets which are present in the argument and for which the argument's revision is less than or equal to our revision. subset_of Takes a single SVK::Merge::Info object as an argument. Returns true if our set of merge tickets is a subset of the argument's merge tickets. Otherwise, returns false. is_equal Takes a single SVK::Merge::Info object as an argument. Returns true if our set of merge tickets is equal to argument's. Otherwise, returns false. union Return a new SVK::Merge::Info object representing the union of ourself and the SVK::Merge::Info object given as the argument. resolve verbatim as_string Serializes this collection of merge tickets in a form suitable for storing as an svk:merge property.TODODocument the merge and ticket tracking mechanism.SEE ALSOSVK::Editor::Merge, SVK::Command::Merge, Star-merge from GNU Arch perl v5.10.0 2008-08-04 SVK::Merge::Info(3)
Related Man Pages |
---|
svk::editor::merge(3) - osx |
svk::log::changedpath(3) - osx |
svk::log::changedpaths(3) - osx |
svk::log::filter::grep(3) - osx |
svk::merge::info(3) - osx |
Similar Topics in the Unix Linux Community |
---|
Merge lines into one |
Merge all commands into one |
Merge lines together in unix |
Merge two non-consecutive lines based on line number or string |
gawk: Merge N files into one |