Move the responsibility for checking filenames to the OutputOption class.
commit2f502eae8fa77d3a827ff4744efc9d3e8c7f6284
authormhagger <mhagger@be7e6eca-30d4-0310-a8e5-ac0d63af7087>
Sun, 29 Aug 2010 05:35:51 +0000 (29 05:35 +0000)
committermhagger <mhagger@be7e6eca-30d4-0310-a8e5-ac0d63af7087>
Sun, 29 Aug 2010 05:35:51 +0000 (29 05:35 +0000)
treefc39ae76cdbb8751b288611260e1d3e3750f325b
parentfbd341885e0da2563f90622f5096a13466419592
Move the responsibility for checking filenames to the OutputOption class.

The rules for valid filenames vary by target VCS, so change the
verify_svn_filename_legal() function into a member of the OutputOption
class.  (The next step is to push the implementation down to derived
classes.)

git-svn-id: http://cvs2svn.tigris.org/svn/cvs2svn/trunk@5263 be7e6eca-30d4-0310-a8e5-ac0d63af7087
contrib/find_illegal_filenames.py
cvs2svn_lib/common.py
cvs2svn_lib/output_option.py
cvs2svn_lib/repository_walker.py