repoman: unroll escaped lines so we can check the entirety of it
authorMike Frysinger <vapier@gentoo.org>
Thu, 24 May 2012 04:05:30 +0000 (00:05 -0400)
committerMike Frysinger <vapier@gentoo.org>
Fri, 25 May 2012 16:20:12 +0000 (12:20 -0400)
commita1578c654f26cab07309bc9cbddd3c95c0c205b5
treeef20854ef4621094f22216df56ce0bb88b6f8873
parentcd0285b567b307ae04435aa342f40714d2ed6ac3
repoman: unroll escaped lines so we can check the entirety of it

Sometimes people wrap long lines in their ebuilds to make it easier to
read, but this causes us issues when doing line-by-line checking.  So
automatically unroll those lines before passing the full content down
to our checkers.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
pym/repoman/checks.py