Comment 1 for bug 159103

Revision history for this message
Christian Reis (kiko) wrote : Re: "bzr push" occasionally creates a branch reference instead of a branch

This happens to me consistently. Here are some details:

kiko@whatever:~$ bzr --version
Bazaar (bzr) 0.90.0

I use a script to create my branches:

# Create the branch in the repository
cd ~/repo/
bzr branch ~/devel/archives/launchpad $1

# Make a lightweight checkout of the new branch
cd ~/devel
bzr checkout --lightweight ~/repo/$1 $1

bzr push --remember \
    bzr+ssh://devpad.canonical.com/code/kiko/launchpad/$1 &

I then use the checkout, commit, commit and then push, and it says no new revisions. I can reproduce this pretty reliably using whatever.async.com.br and devpad.canonical.com.