FileUpdater enancements.
[Widgit.git] / Difftool.cs
blob763447a9e7327d94bdb24457fe667b62b3302411
2 using System;
4 namespace Widgit
6 enum WhitespaceTypes
8 ShowWhitespace = 0,
9 IgnoreSpaceChange = 1,
10 IgnoreSpaceAtEOL = 1 << 1
13 enum PatchFormat
15 PatchFormat,
16 RawFormat,
17 PatchAndRawFormat,
18 DiffStatFormat,
19 Summary,
20 NameOnly,
21 NameAndStatus
24 public class Difftool
27 public Difftool()
29 throw new NotImplementedException();