Comment 11 for bug 1192376

Revision history for this message
MC Return (mc-return) wrote :

Very good. :)

You've now created your branch, which is your modified Compiz source.

Explanation of terms:
If you commit something you accept a change and add this change to the (in this case) bazaar version control.
This is the commit you already made: http://bazaar.launchpad.net/~bryanfritt/compiz/compiz-decorator_script-edit_1192376/revision/3743 - it is revision (commit number) 3743.
If you push something in the case of version control this means you upload the sourcecode.
To pull means download in this case.
Merging 2 branches means combining them to one.
If you run "bzr merge lp:compiz" in the console, while in the directory of your branch you can merge in http://bazaar.launchpad.net/~compiz-team/compiz/0.9.10/revision/3743 from trunk for example.
A "bzr diff" shows what has changed, but is not yet committed.
A "bzr commit" would commit this revision into your sourcecode/branch.
A "bzr push" would upload this change to your launchpad account.

Important webpages:
Your Code: https://code.launchpad.net/~bryanfritt
Compiz Home: https://launchpad.net/compiz
Recent lp:compiz Revisions: https://code.launchpad.net/~compiz-team/compiz/0.9.10
Active Code Reviews/Merge Proposals: https://code.launchpad.net/~compiz-team/compiz/0.9.10/+activereviews

Milestones/TODO for 0.9.10: https://launchpad.net/compiz/+milestone/0.9.10.0

Your TODO:
Propose your code for merging into lp:compiz. Do it from here: https://code.launchpad.net/~bryanfritt/compiz/compiz-decorator_script-edit_1192376 ;)

Hope this helps :)