Files
mercury/tools
Zoltan Somogyi 71e1122285 A new, more accurate version of cvdd.
Estimated hours taken: 1
Branches: main

A new, more accurate version of cvdd.

tools/cvsfiles:
	Cvsfiles is a new script. It takes a directory name as its argument,
	and outputs the ordinary files in that directory under CVS control.

tools/cvsdirs:
	Cvsdirs is a new script. It takes a directory name as its argument,
	and outputs the subdirectories in that directory under CVS control.

tools/cvdd:
	This new version of cvdd uses cvsfiles and cvsdirs, instead of guesses
	based on the directory name, to decide what files to compare in each
	subdirectory of the two workspaces being compared. It also allows
	one to record, in files named NEWFILES and NEWDIRS, new files and/or
	directories one has added that have not yet been put under CVS control
	(for use when disconnected).
2001-11-19 01:18:20 +00:00
..
2001-05-03 12:58:47 +00:00
2001-11-19 01:18:20 +00:00
2001-04-18 17:32:24 +00:00
2001-11-19 01:18:20 +00:00
2001-11-19 01:18:20 +00:00
2001-05-08 07:15:10 +00:00
2001-05-24 03:35:42 +00:00

This directory, mercury/tools, contains scripts that are not intended
for use by users.  The scripts here are used by the Mercury developers
for maintaining the Mercury compiler.