From 41c3f8e03038b7bfa113bb9d3c1e8505a06c91d4 Mon Sep 17 00:00:00 2001 From: mhagger Date: Tue, 18 Dec 2012 10:13:23 +0000 Subject: [PATCH] www/faq.html: SymbolTransforms must be defined in another file. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Remove text that implies that SymbolTransform class definitions can be added to the options file, because in fact they have to be defined in another file. Suggested by: Markus Schöpflin git-svn-id: http://cvs2svn.tigris.org/svn/cvs2svn/trunk@5411 be7e6eca-30d4-0310-a8e5-ac0d63af7087 --- www/faq.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/www/faq.html b/www/faq.html index 3ce8624d..4af53d0b 100644 --- a/www/faq.html +++ b/www/faq.html @@ -603,8 +603,7 @@ ctx.file_property_setters.append(MyPropertySetter())

Suppose you want to write symbol transform rules that are more complicated than "replace REGEXP with PATTERN". This can easily - be done by adding just a little bit of Python code to your options file.

+ be done by writing just a little bit of Python code.

When a symbol is encountered, cvs2svn iterates through the list of SymbolTransform objects defined for the project. For -- 2.11.4.GIT