From 3cf96e80a0999ca50f492754cb9d27ea185e7955 Mon Sep 17 00:00:00 2001 From: mhagger Date: Thu, 24 Feb 2011 04:30:02 +0000 Subject: [PATCH] Update docstring. git-svn-id: http://cvs2svn.tigris.org/svn/cvs2svn/trunk@5320 be7e6eca-30d4-0310-a8e5-ac0d63af7087 --- cvs2svn_lib/output_option.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cvs2svn_lib/output_option.py b/cvs2svn_lib/output_option.py index 1adfe862..4033ffde 100644 --- a/cvs2svn_lib/output_option.py +++ b/cvs2svn_lib/output_option.py @@ -47,9 +47,12 @@ class OutputOption: - Check that it is not equal to '.' or '..'. - - Check that the filename does not include any control characters. + - Check that the filename does not include any characters that are + illegal in the destination VCS. - If any of these tests fail, raise an IllegalSVNPathError.""" + If any of these tests fail, raise an IllegalSVNPathError. + + This method should be overridden as needed by derived classes.""" if filename == '': raise IllegalSVNPathError("Empty filename component.") -- 2.11.4.GIT