Comment 1 for bug 1094180

Revision history for this message
Glenn Morris (rgm+lp) wrote :

Oh, it looks like a newline somehow got into the --fixes argument:

mkdir /tmp/foo
cd /tmp/foo
bzr init
touch 1
bzr add
bzr commit -m "commit" --fixes debbugs:123
bzr log # fine
echo foo >> 1
## Use ctr-l-q ctrl-j to get a literal newline in the fixes argument:
bzr commit -m "commit" --fixes 'debbugs:124
'
## commit succeeds fine, but:
bzr log
bzr: ERROR: Invalid line in bugs property: 'http://debbugs.gnu.org/124'

How can I recover from this?