DEADSOFTWARE

e1a4e4f1f68f1a4c1f688f9f02f4fe6eb553335b
[bbdiff.git] / README
1 BlackBox diffutils
2 --------------------
4 Clone of diff, patch and diff3 utilites from *nix for BlackBox and its binary document format.
6 Building
7 --------------------
9 Just compile module DevDiff.
11 Usage
12 --------------------
14 See sources. Documentation not writed yet.
15 Coomand DevDiff.Compare compare texts from two windows (link DevSearchCompare).
16 Command DevDiff.CompareThis compare two files and produce patch in unified diff format.
17 Command DevDiff.PatchThis read patch in unified diff format and apply changes from it.
18 Command DevDiff.MergeThis read three files and do thee-way merge.
20 Current state
21 --------------------
23 This is NOT final version of module DevDiff. It is NOT well tested, but it works. You are warned!
24 Todo list see at the and of sources.