diff options
author | hubertf <hubertf> | 2001-01-17 23:16:44 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2001-01-17 23:16:44 +0000 |
commit | eff127a98332f0dd6008b83c3013334f09664a4d (patch) | |
tree | 42368226ffe31e0c33948329c28bfdee63f847aa /pkgtools/pkgdiff/pkg/DESCR | |
parent | 067180e09598c5d4d86336467aa5173a76f38ef2 (diff) | |
download | pkgsrc-eff127a98332f0dd6008b83c3013334f09664a4d.tar.gz |
Update to 0.96: Add pkgvi, a wrapper that cares to backup files before you
modify them (and that also handles unmodified files in a sane way by deleting
backup files that had no changes).
The pkgvi utility was contributed by Tomasz Luchowski <zuntum@eik.pl>
Diffstat (limited to 'pkgtools/pkgdiff/pkg/DESCR')
-rw-r--r-- | pkgtools/pkgdiff/pkg/DESCR | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgtools/pkgdiff/pkg/DESCR b/pkgtools/pkgdiff/pkg/DESCR index af98c238b37..e895ef6356d 100644 --- a/pkgtools/pkgdiff/pkg/DESCR +++ b/pkgtools/pkgdiff/pkg/DESCR @@ -9,3 +9,6 @@ versions of the files had been saved as filename.orig. patchdiff compares a previously existing set of patches with another one created by mkpatches, and outputs any changes. + +pkgvi makes backup copies if a file is changed, so pkgdiff can be run +on it later, generating a patch for the changes made. |