summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
diff options
context:
space:
mode:
authorJean-Francois Brousseau <jfb@cvs.openbsd.org>2004-11-15 04:22:18 +0000
committerJean-Francois Brousseau <jfb@cvs.openbsd.org>2004-11-15 04:22:18 +0000
commit52a73310951ba0bfd271d55c81c0bc28535bb1e6 (patch)
treedb1498dd6e9a5920f4b826c555fd84c8de61a0ce /usr.bin/cvs
parentdfc81546ed2631b4c78cea6c2324e2c058fbc1ff (diff)
More stuff to do
Diffstat (limited to 'usr.bin/cvs')
-rw-r--r--usr.bin/cvs/TODO9
1 files changed, 7 insertions, 2 deletions
diff --git a/usr.bin/cvs/TODO b/usr.bin/cvs/TODO
index 9b8d4953f08..2d475f2a79c 100644
--- a/usr.bin/cvs/TODO
+++ b/usr.bin/cvs/TODO
@@ -14,13 +14,18 @@ Missing commands:
- annotate
- commit (jfb)
- history?
- - log
+ - log (jfb)
- release
- remove
- status
- tag
- - the 'r' commands (rtag,
+ - the 'r' commands (rdiff, rlog, rtag)
+Merging the common code
+=======================
+It is becoming quite clear that almost all of the functions share about 90%
+of the code that is in cvs_<command>_file(), so we should probably look at
+a way to simplify the function by automating certain parts.
Multiple server support
=======================