mvhub-dev team mailing list archive
-
mvhub-dev team
-
Mailing list archive
-
Message #00332
[Branch ~mvhub-commit/mvhub/trunk] Rev 420: merged lp:~omacneil/mvhub/add_fixes_flag_to_cheatsheet
Merge authors:
Dan MacNeil (omacneil)
Related merge proposals:
https://code.launchpad.net/~omacneil/mvhub/add_fixes_flag_to_cheatsheet/+merge/27458
proposed by: Dan MacNeil (omacneil)
review: Approve - Lee Goodrich (leegoodrich)
------------------------------------------------------------
revno: 420 [merge]
committer: Dan MacNeil <dan@xxxxxxxxxx>
branch nick: trunk
timestamp: Wed 2010-06-23 17:06:33 -0400
message:
merged lp:~omacneil/mvhub/add_fixes_flag_to_cheatsheet
modified:
app-mvhub/doc/cheat_sheets/bzr_workflow.txt
--
lp:mvhub
https://code.launchpad.net/~mvhub-commit/mvhub/trunk
Your team MVHub Developers is subscribed to branch lp:mvhub.
To unsubscribe from this branch go to https://code.launchpad.net/~mvhub-commit/mvhub/trunk/+edit-subscription
=== 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-18 15:22:29 +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 -m 'associate: <bug num>' --fixes lp:<bug num>
+
# 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