From d000b0c6660811a8fda7e8f3bb1223269cf1b646 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Guido=20G=C3=BCnther?= Date: Sun, 9 Mar 2014 15:42:51 +0100 Subject: [PATCH] Remove incorrect docs about multiple filter options Closes: #718536 --- docs/manpages/gbp.conf.sgml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/docs/manpages/gbp.conf.sgml b/docs/manpages/gbp.conf.sgml index 5bed99d..5c4f6c9 100644 --- a/docs/manpages/gbp.conf.sgml +++ b/docs/manpages/gbp.conf.sgml @@ -84,7 +84,7 @@ option which can be turned into configuration file setting by dropping the -Notice that some option are actually repeatable, or take Python lists. +Notice that some option can take Python like lists. For example the commmand has the =pattern option which can be truned into a configuration file option like this: @@ -92,16 +92,6 @@ be truned into a configuration file option like this: [import-orig] - filter = .svn - filter = .hg - - - -An alternative way is to write it using Python list syntax: - - - - [import-orig] filter = [ '.svn', '.hg' ] -- 2.7.4