Comment 2 for bug 297610

Revision history for this message
Maksym Tiurin (mrkooll-gmail) wrote : Re: bzr dont check signature policy in branch.conf

Option 'create_signatures' dont resolve this trouble

mrkooll ~ > bzr init-repo --no-trees /tmp/test
mrkooll ~ > bzr init-repo test && cd test
mrkooll ~/test > bzr init /tmp/test/test1
mrkooll ~/test > echo "check_signatures = require" > /tmp/test/test1/.bzr/branch/branch.conf
mrkooll ~/test > echo "create_signatures = always" >> /tmp/test/test1/.bzr/branch/branch.conf
mrkooll ~/test > bzr checkout /tmp/test/test1 && cd test1
mrkooll ~/test/test1 > touch aaa
mrkooll ~/test/test1 > bzr add
added aaa
mrkooll ~/test/test1 > bzr commit -m 'test'
Committing to: /tmp/test/test1/
added aaa
Committed revision 1.