~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/HACKING.txt

  • Committer: Vincent Ladeuil
  • Date: 2010-02-10 08:00:58 UTC
  • mto: (5019.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 5020.
  • Revision ID: v.ladeuil+lp@free.fr-20100210080058-n2d22tkwvf34efha
Review comment: let's bikeshed !!

Show diffs side-by-side

added added

removed removed

Lines of Context:
131
131
Using a meaningful name for your branch will help you and the reviewer(s)
132
132
better track the submission. Use a very succint description of your submission
133
133
and prefix it with bug number if needed (lp:~mbp/bzr/484558-merge-directory
134
 
for example).
 
134
for example). Alternatively, you can suffix with the bug number
 
135
(lp:~jameinel/bzr/export-file-511987).
 
136
 
135
137
 
136
138
Why make a local copy of bzr.dev?
137
139
---------------------------------