← Back to team overview

openerp-community-reviewer team mailing list archive

Re: [Merge] lp:~the-clone-master/oemedical/oemedical_module_split into lp:oemedical

 

You can make this:

- Execute this command over your branch:

     bzr diff -r x..y > diff.patch

where x and y are the revisions where your changes starts and ends respectively. Make sure you don't forget any revision.

- Then, take official branch and apply the patch:

     patch -p0 < diff.patch

- Commit changes.

- Lastly, push again to your branch, overwritting content:

     bzr push lp:~the-clone-master/oemedical/oemedical_module_split --overwrite

Try and tell me if you have any problem.

Regards.
-- 
https://code.launchpad.net/~the-clone-master/oemedical/oemedical_module_split/+merge/196469
Your team OEmedical Commiter is subscribed to branch lp:oemedical.


References