dispatch-conf: do regex matching ourselves
authorMike Frysinger <vapier@gentoo.org>
Thu, 8 Mar 2012 21:47:16 +0000 (16:47 -0500)
committerMike Frysinger <vapier@gentoo.org>
Sun, 11 Mar 2012 01:40:29 +0000 (20:40 -0500)
commit3467a10ba5eb37f67899e772c2951992dc28f46c
tree263f9f4e14022b0d9ece223f22d6d273febc4681
parent20403c15331c63f5bbdc6dabbd8c9b3ad291aaca
dispatch-conf: do regex matching ourselves

This avoids having to pipe through multiple greps, as well as running
diff multiple times on the same set of files.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
bin/dispatch-conf
pym/portage/dispatch_conf.py