diff options
author | lulf <lulf@FreeBSD.org> | 2008-11-20 19:51:06 +0000 |
---|---|---|
committer | lulf <lulf@FreeBSD.org> | 2008-11-20 19:51:06 +0000 |
commit | e73e056aab204cc6b4a512e8180bd407828b1193 (patch) | |
tree | 227b23df11cb860ec67eaa4e55689934390f2629 /contrib/csup/TODO | |
parent | afd3a2cc89a68cf88b617e760beb75e31a550437 (diff) | |
download | FreeBSD-src-e73e056aab204cc6b4a512e8180bd407828b1193.zip FreeBSD-src-e73e056aab204cc6b4a512e8180bd407828b1193.tar.gz |
- Refactor some parts of the code and increase code reuse.
- Fix a lot of style issues remaining and old debugging output.
- Update comments where needed.
Diffstat (limited to 'contrib/csup/TODO')
-rw-r--r-- | contrib/csup/TODO | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/csup/TODO b/contrib/csup/TODO index 66988e1..41b2408 100644 --- a/contrib/csup/TODO +++ b/contrib/csup/TODO @@ -28,4 +28,3 @@ MISSING FEATURES: checkout files (files in CVS/ subdirectores), a command line override to only update a specific collection and a third verbosity level to display commit log messages. -- Add support for CVS mode (maybe?). |