Comment 5 for bug 505520

Revision history for this message
Alexander Belchenko (bialix) wrote : Re: [Bug 505520] Re: Win: 'Start bzr in cmd shell' starts in bzr directory and not My Documents

Ernst пишет:
> Well, it works on my installation, but I don't know how to provide a patch
> (I've never done that). Can you point me where to find some info (can take
> some time, do not have much spare time atm)?

OK, so you need to get the copy of the installer scripts branch first
with command:

bzr branch lp:bzr-windows-installers

Then you need to add required code to start_bzr.bar file which is
located in that branch as filesets/inno/start_bzr.bat

Then commit your changes as usual and push your changes as new branch on
LP, e.g.

bzr push lp:~ernst-blaauw/bzr-windows-installers/bug-505520

Make sure you have SSH key added to your profile on launchpad and you
has issued `bzr lp-login` command before push.

After that open the web page for newly created branch with command

bzr lp-open

and in the web interface use "Propose for merge" link to file a merge
request. HTH.

NOTE: you can do all the steps above via Bazaar Explorer, using
corresponding GUI commands.