Awn

How to create patches

Asked by Gabor Karsay

Assuming I changed something in Awn or Awn-extras and would like to share it, what is then your preferred way of creating a patch? I managed to checkout and install from trunk, but otherwise I don't know much about bazaar and don't feel comfortable with branching, merging and that stuff. I can create patches with "diff" and apply them with "patch", but is there a special way or command to create a patch, that is preferred in Awn or Awn-extras?

Question information

Language:
English Edit question
Status:
Solved
For:
Awn Edit question
Assignee:
No assignee Edit question
Solved by:
Michal Hruby
Solved:
Last query:
Last reply:
Revision history for this message
Best Michal Hruby (mhr3) said :
#1

We like branches especially for medium to large sized patches, where you push your branch on LP and reguest merge.

For smaller patches it's enough to checkout trunk, apply your changes in the tree, open a bug and attach the output of `bzr diff` to the bug.

Revision history for this message
Gabor Karsay (gabor-karsay) said :
#2

Thanks!