On Tue, Jun 3, 2008 at 10:20 PM, Terry Brown <[EMAIL PROTECTED]> wrote:
> > I think push is inherently dangerous - you should only ever need to use > it once on a launch pad branch, to create the branch. Fernando has been complaining on ipython-dev about weird history stuff when using push. I'm getting pretty confused about bzr. I use push all the time to send stuff to the trunk, but bzr has so many ways of doing things that I don't really understand the implications of what I am doing. For the record, my work flow is: make changes bzr commit -m "describe change" each-file bzr push If the trunk contains other changes, then before the push I do: bzr merge bzr recommit # synonym for bzr commit -m "recommit after merge" Edward --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en -~----------~----~----~----~------~----~------~--~---
