Comment 2 for bug 562319

Revision history for this message
Jelmer Vernooij (jelmer) wrote : Re: log command only shows SVN revno for commits by other users.

I realize this behaviour is a bit confusing but it is caused by the fact that Bazaar creates a revision locally first and then pushes it to the master branch. Creating that revision locally happens in a Bazaar repository so no revision number is associated with it at that point.

Revisions are immutable so when the revision is pushed to the remote Subversion repository the local copy of it isn't updated to contain the Subversion revision number.

The only real fix here is to change the commit-in-bound-branch code to (optionally) commit in the master repository first and then pull that revision back into the local repository.