Comment 4 for bug 1156975

Revision history for this message
Cody Garver (codygarver) wrote :

Granite trunk will be merged into 0.x, 0.x is the current stable release.

Here's the basic workflow:

bzr branch lp:granite
cd granite
# make some changes
bzr commit -m "I made some changes."
# make more changes that fix a bug
bzr commit -m "I made some changes that fixed bug #XXXXXX." --fixes=lp:XXXXXX
bzr push lp:~hircus/granite/fix-XXXXXX
# visit code.launchpad.net/~hircus/granite/fix-XXXXXX and propose for merge