2004-02-05 15:03:26 +01:00
|
|
|
FHist is a minimalist history tool. It provides no locking or branching.
|
|
|
|
This can be useful in contexts where the configuration management or change
|
|
|
|
control be being provided by some other tool.
|
2003-01-16 12:06:37 +01:00
|
|
|
|
2004-02-05 15:03:26 +01:00
|
|
|
fhist Keeps track of versions of a file. It works correctly when
|
|
|
|
given binary files as input.
|
2003-01-16 12:06:37 +01:00
|
|
|
|
2004-02-05 15:03:26 +01:00
|
|
|
fcomp Compares two versions of a file, usually line-for-line
|
|
|
|
textual comparison. It is capable of comparing two binary
|
|
|
|
files byte-for-byte.
|
2003-01-16 12:06:37 +01:00
|
|
|
|
2004-02-05 15:03:26 +01:00
|
|
|
fmerge Merges together edits from two descendants of a file.
|