C# Class ScrewTurn.Wiki.DiffTools

Provides methods for diffing text and items.
Mostra file Open project: mono/ScrewTurnWiki Class Usage Examples

Public Methods

Method Description
DiffRevisions ( string rev1, string rev2 ) : string

Computes the difference between two revisions.

Private Methods

Method Description
WriteLine ( int n, string typ, string line ) : string

Method Details

DiffRevisions() public static method

Computes the difference between two revisions.
public static DiffRevisions ( string rev1, string rev2 ) : string
rev1 string The first revision.
rev2 string The second revision.
return string