From: Guido Günther Date: Sun, 9 Mar 2014 14:42:51 +0000 (+0100) Subject: Remove incorrect docs about multiple filter options X-Git-Tag: debian/0.6.11~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d000b0c6660811a8fda7e8f3bb1223269cf1b646;p=tools%2Fgit-buildpackage.git Remove incorrect docs about multiple filter options Closes: #718536 --- diff --git a/docs/manpages/gbp.conf.sgml b/docs/manpages/gbp.conf.sgml index 5bed99d5..5c4f6c92 100644 --- a/docs/manpages/gbp.conf.sgml +++ b/docs/manpages/gbp.conf.sgml @@ -84,22 +84,12 @@ 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: - - [import-orig] - filter = .svn - filter = .hg - - - -An alternative way is to write it using Python list syntax: - - [import-orig] filter = [ '.svn', '.hg' ]