Ok - finally got the fix for the ignored Tk variable exception at startup on to the trunk - log message didn't make so much sense because of the order I did things in, will avoid that hiccup next time.
It was a very trivial change :-) Cheers -Terry On Mon, 24 Mar 2008 10:30:11 -0500 "Edward K. Ream" <[EMAIL PROTECTED]> wrote: > I would do the following: > > - Pull the trunk to a new branch > > mkdir myTrunk > cd myTrunk > bzr pull http://bazaar.launchpad.net/~leo-editor-team/leo-editor/trunk > > - Replace the changed file/files in myTrunk with your new version. > > Just do a file copy. > > - Run all unit tests if you change any of Leo's core files. > > - Commit and push > > bzr commit -m "my log entry" > bzr merge > bzr commit -m "commit after merge" # if needed > bzr push bzr+ssh://<your-name>@ > bazaar.launchpad.net/~leo-editor-team/leo-editor/trunk > > I think this is about right. > > 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 -~----------~----~----~----~------~----~------~--~---
