mvhub-dev team mailing list archive
-
mvhub-dev team
-
Mailing list archive
-
Message #00281
[Merge] lp:~omacneil/mvhub/add_fixes_flag_to_cheatsheet into lp:mvhub
Dan MacNeil has proposed merging lp:~omacneil/mvhub/add_fixes_flag_to_cheatsheet into lp:mvhub.
Requested reviews:
MVHub devs with commit rights (mvhub-commit)
see change log
--
https://code.launchpad.net/~omacneil/mvhub/add_fixes_flag_to_cheatsheet/+merge/27458
Your team MVHub Developers is subscribed to branch lp:mvhub.
=== modified file 'app-mvhub/doc/cheat_sheets/bzr_workflow.txt'
--- app-mvhub/doc/cheat_sheets/bzr_workflow.txt 2010-06-03 18:47:16 +0000
+++ app-mvhub/doc/cheat_sheets/bzr_workflow.txt 2010-06-13 22:15:36 +0000
@@ -20,16 +20,19 @@
bzr branch lp:mvhub/trunk $YOUR_NEW_BRANCH_NAME
-# push your branch to launchpad
- cdw
- bzr push
-
+# associate your branch with a bug report (if applicable)
+ bzr --unchanged --fixes lp:<bug number>
+
# make branch show up in your testing site
# http://mvh.<your username>.testing123.net active
# pick your branch
mv_set_active
+# push your branch to launchpad
+ cdw
+ bzr push
+
# do your work, but save & integrate often
cdw
Follow ups