From 19d07a48ddacaddc1c1e214507f03c9ff14f8d0d Mon Sep 17 00:00:00 2001 From: mhagger Date: Sat, 16 Oct 2010 19:13:59 +0000 Subject: [PATCH] Fix docstring for SVNKeywordHandlingPropertySetter. git-svn-id: http://cvs2svn.tigris.org/svn/cvs2svn/trunk@5295 be7e6eca-30d4-0310-a8e5-ac0d63af7087 --- cvs2svn_lib/svn_run_options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cvs2svn_lib/svn_run_options.py b/cvs2svn_lib/svn_run_options.py index 1d5a1abf..16d46ace 100644 --- a/cvs2svn_lib/svn_run_options.py +++ b/cvs2svn_lib/svn_run_options.py @@ -72,7 +72,7 @@ class SVNEOLFixPropertySetter(FilePropertySetter): class SVNKeywordHandlingPropertySetter(FilePropertySetter): - """Set _keyword_handling=collapsed based on the file mode and svn:keywords. + """Set _keyword_handling property based on the file mode and svn:keywords. This setting tells the RevisionReader that it has to collapse RCS keywords when generating the fulltext.""" -- 2.11.4.GIT