diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-03-18 09:21:43 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-03-18 09:21:43 +0000 |
commit | f4970515691df62a87d1d538e466e41cd7fc2018 (patch) | |
tree | 160842ca7462f71f03e1da2c07561076f6d16650 /contrib/cvs/tools/pcl-cvs/ToDo | |
parent | 0008866e589b5dd29f5332c9bc0e208ba10a7772 (diff) |
This commit was manufactured by cvs2svn to create tagvendor/misc-GNU/cvs/1.10
'cvs-vendor-v1_10'.
Notes
Notes:
svn path=/vendor/cvs/dist/; revision=44852
svn path=/vendor/cvs/1.10/; revision=44854; tag=vendor/misc-GNU/cvs/1.10
Diffstat (limited to 'contrib/cvs/tools/pcl-cvs/ToDo')
-rw-r--r-- | contrib/cvs/tools/pcl-cvs/ToDo | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/contrib/cvs/tools/pcl-cvs/ToDo b/contrib/cvs/tools/pcl-cvs/ToDo deleted file mode 100644 index 8e317f897cca..000000000000 --- a/contrib/cvs/tools/pcl-cvs/ToDo +++ /dev/null @@ -1,44 +0,0 @@ -- documentation.... (esp. ChangeLog support) - -- IMPORTANT: make cvs-mode-tag run in the background - -- fix 'cvs-mode-add' to "cvs update" in the added directory - -- write 'cvs-mode-import' - -- write 'cvs-mode-handle-new-vendor-version' - - - checks out module - - does "cvs -n tag LAST_VENDOR" to find old files into *cvs* - -- add 'cvs-set-cvs-flags' for top level cvs command flags - -- add '\M-a' to do arbitrary 'cvs admin' commands - -- add 'cvs patch' support (with completion on tag names and hooks to -help generate ChangeLog files with rcs2log, etc.) - -- add 'cvs export' support (with completion on tag names and hooks to -help generate full releases) - -- add 'cvs-mode-version' to call 'cvs -v' [on ^C-cv ?] (really???) - -- re-write rcs2log in e-lisp. - -- add support for parsing 'modules' file ("cvs co -c") - -- enhance 'cvs-mode-rtag' - -- fix 'cvs-examine' - -- write 'cvs-mode-checkout' and 'cvs-mode-checkout-other-window' - -- write 'cvs-mode-release' - -- add an update mode that keeps all files - - - this will require all commands to work only on non-up-to-date - files - --- -#ident "@(#)cvs/contrib/pcl-cvs:$Name: $Id: ToDo,v 1.1 1996/04/14 15:17:57 kfogel Exp $" |