#!/bin/sh# Run pyflakes checks on files modified in working copy.(bzr status | sed -e '0,/^modified/d; /^[^ ]/,$d';
bzr status | sed -e '0,/^added/d; /^[^ ]/,$d')|\
grep '\.py$'|\
xargs `dirname $0`/flaky.py
Loggerhead is a web-based interface for Breezy
Version: 2.0.1