Comment 3 for bug 622886

Revision history for this message
Timmie (timmie) wrote :

It works if I add it to the branch.conf like:

[DEFAULT]
pre_change_branch_tip_test_command = nosetests --with-coverage --cover-erase

But how do I set section headers in windiows where there is no slash?

According to
http://doc.bazaar.canonical.com/latest/en/user-reference/configuration-help.html#section-headers
a local section header should show:

[/home/jdoe/branches/]
pre_change_branch_tip_test_command = nosetests --with-coverage --cover-erase

It seems that

[d:\devel\myworkdir]
pre_change_branch_tip_test_command = nosetests --with-coverage --cover-erase

gives a porblem.