Class VC_Diff_cvs

Description

VC_cvs diff class.

Copyright Anil Madhavapeddy, <anil@recoil.org>

Located in /VC/VC/cvs.php (line 257)


	
			
Method Summary
 string|boolean get (VC_cvs $rep, VC_File_cvs $file, string $rev1, string $rev2, [string $type = 'context'], [integer $num = 3], [boolean $ws = true])
Methods
get (line 274)

Obtain the differences between two revisions of a file.

  • return: False on failure, or a string containing the diff on success.
string|boolean get (VC_cvs $rep, VC_File_cvs $file, string $rev1, string $rev2, [string $type = 'context'], [integer $num = 3], [boolean $ws = true])
  • VC_cvs $rep: A repository object.
  • VC_File_cvs $file: The desired file.
  • string $rev1: Original revision number to compare from.
  • string $rev2: New revision number to compare against.
  • string $type: The type of diff (e.g. 'unified').
  • integer $num: Number of lines to be used in context and unified diffs.
  • boolean $ws: Show whitespace in the diff?

Documentation generated on Sun, 30 Jan 2011 05:16:16 +0000 by phpDocumentor 1.4.3