So I tried `bzr merge` and it whomped the launchpad changelog at https://code.launchpad.net/~mixxxdevelopers/mixxx/release-1.6.2, again. The logs of the revisions that got merged are still visible at the command line with `bzr log` but not on the web interface.
It turns out bzr has a shortcut for keeping a centralized repo around, as we're doing. You say: $ bzr bind lp:~mixxxdevelopers/mixxx/release-1.6.2 and then $ bzr up works which is just like svn up. If you work in this way then you have to `bzr up` before you're allowed to commit (so `svn up && svn commit` ~= `bzr up && bzr commit && bzr push`). What I'm wondering if maybe if we commit this way that launchpad will keep our logs visible. I need someone else with an account to help me test this theory. ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ Mixxx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mixxx-devel
