At file:///home/vila/src/bzr/cleanup/better-branch-names/ ------------------------------------------------------------ revno: 5017 revision-id: [email protected] parent: [email protected] committer: Vincent Ladeuil <[email protected]> branch nick: better-branch-names timestamp: Tue 2010-02-09 09:39:38 +0100 message: Try getting better banch names for submissions. * doc/developers/HACKING.txt: (Making a Merge Proposal): Don't use 'giveback' as an example as people use it literally.
=== modified file 'doc/developers/HACKING.txt' --- a/doc/developers/HACKING.txt 2010-02-04 17:16:17 +0000 +++ b/doc/developers/HACKING.txt 2010-02-09 08:39:38 +0000 @@ -120,12 +120,18 @@ `your_lp_username`. You can push your branch to Launchpad directly from Bazaar:: - $ bzr push lp:~your_lp_username/bzr/giveback + $ bzr push lp:~your_lp_username/bzr/meaningful_name_here After you have pushed your branch, you will need to propose it for merging to -the Bazaar trunk. Go to <https://launchpad.net/your_lp_username/bzr/giveback> -and choose "Propose for merging into another branch". Select "~bzr/bzr/trunk" -to hand your changes off to the Bazaar developers for review and merging. +the Bazaar trunk. Go to +<https://launchpad.net/your_lp_username/bzr/meaningful_name_here> and choose +"Propose for merging into another branch". Select "~bzr/bzr/trunk" to hand +your changes off to the Bazaar developers for review and merging. + +Using a meaningful name for your branch will help you and the reviewer(s) +better track the submission. Use a very succint description of your submission +and prefix it with bug number if needed (lp:~mbp/bzr/484558-merge-directory +for example). Why make a local copy of bzr.dev? ---------------------------------
-- bazaar-commits mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/bazaar-commits
