~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

Fix commit message template for non-ascii files, and add test for handling of
non-unicode.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
check:
4
4
        ./bzr selftest $(tests)
5
5
 
 
6
check-msgeditor:
 
7
        ./bzr --no-plugins selftest -v msgeditor
 
8
 
6
9
clean: 
7
10
        ./setup.py clean
8
11
        find . -name "*.pyc" | xargs rm