bzr push: bad message kind byte: ','
Bug #571591 reported by
Roger Erens
This bug report is a duplicate of:
Bug #532550: bzr error: Bad message kind byte: '\\x1d'.
Edit
Remove
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
New
|
Undecided
|
Unassigned |
Bug Description
I created a branch on lp:~rogererens/faces2/initialimport
cd into a local directory with python sources, images etc.
bzr init
bzr add .
bzr ci -m "initial import of faces2 from faces"
bzr push lp:~rogererens/faces2/initialimport
gave an error, advising me to use --use-existing-dir
hence
bzr push lp:~rogererens/faces2/initialimport --use-existing-dir
which gave the error
bzr: ERROR: bzrlib.
To post a comment you must log in.
looks similar to bug 532550, and I suspect stderr is getting folded into stdout on the server side. perhaps mwh already fixed that though?