diff options
author | Amitai Schlair <schmonz-web-ikiwiki@schmonz.com> | 2012-02-05 16:35:29 -0500 |
---|---|---|
committer | Amitai Schlair <schmonz-web-ikiwiki@schmonz.com> | 2012-02-05 16:35:29 -0500 |
commit | 37bf6114d5aa19180001aedd78fef84e2fd6c103 (patch) | |
tree | c9981b3cd99d7db876870c71a559b624c47f9ed0 /t | |
parent | e45175d5454cc72b261507260accb309f13b5e8b (diff) | |
download | ikiwiki-37bf6114d5aa19180001aedd78fef84e2fd6c103.tar ikiwiki-37bf6114d5aa19180001aedd78fef84e2fd6c103.tar.gz |
Notes.
Diffstat (limited to 't')
-rwxr-xr-x | t/cvs.t | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -56,6 +56,7 @@ sub test_cvs_run_cvs { # steal from git.pm: safe_git(), run_or_{die,cry,non} # - open() instead of system() # always call cvs_run_cvs(), don't ever run 'cvs' directly + # - for cvs_info(), make it respect wantarray } sub test_cvs_run_cvsps { @@ -298,12 +299,13 @@ sub test_rcs_add { # prevent web edits from attempting to create .../CVS/foo.mdwn # on case-insensitive filesystems, also prevent .../cvs/foo.mdwn # unless your "CVS" is something else and we've made it configurable + # also want a pre-commit hook for this? - # can it assume we're under CVS control? or must it check? + # pre-commit hook: + # - lcase filenames + # - ? - # extract method: filetype-guessing - # add a binary file, remove it, add a text file by same name, no -kb? - # add a text file, remove it, add a binary file by same name, -kb? + # can it assume we're under CVS control? or must it check? } sub test_rcs_remove { |