Trunk revnos have become dotted
Gordon Tyler
gordon at doxxx.net
Fri Apr 8 14:46:45 UTC 2011
On Fri, 08 Apr 2011 16:34:38 +0200, John Arbash Meinel
> No, you already have revision "D" as your tip. What you can do, is sort
> out what rev B is, and then:
>
> bzr branch -r B ../new-trunk
> cd new-trunk
> bzr merge ../old-trunk
> bzr commit -m "New tip"
> bzr push ../old-trunk
> cd ../old-trunk
> bzr config append_revisions_only=True
I'm using `bzr qlog colo:` as my method of looking at the history of all
the branches in my repo. That's where I was seeing trunk with dotted
revnos. After setting append_revisions_only it seems to have fixed the
revnos in qlog without having to make an additional commit. I did make one
commit to trunk, a direct commit with a small change, but that was before I
set append_revisions_only.
As I recall, revnos are calculated at runtime and not stored with the
revision, right? Could it be that the dotted revnos on trunk were due to
the way `bzr qlog colo:` calculates the revnos and displays the repo
history?
Ciao,
Gordon
More information about the bazaar
mailing list