#!/bin/sh hg paths | tr ':' ' ' | awk '{ print $1 }' | sort | uniq \ | xargs -I % /bin/sh -c 'echo %; hg outgoing % | boxes -d tex-box || :'