Rev 4598: Suggest a task-specific branch, rather than a generic 'giveback' branch. in http://bzr.arbash-meinel.com/branches/bzr/jam-integration

John Arbash Meinel john at arbash-meinel.com
Thu Aug 13 18:16:44 BST 2009


At http://bzr.arbash-meinel.com/branches/bzr/jam-integration

------------------------------------------------------------
revno: 4598
revision-id: john at arbash-meinel.com-20090813171631-yduqd3f1d3xy6ups
parent: nmb at wartburg.edu-20090809031450-i2f5q2sgemx3trx3
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: jam-integration
timestamp: Thu 2009-08-13 12:16:31 -0500
message:
  Suggest a task-specific branch, rather than a generic 'giveback' branch.
-------------- next part --------------
=== modified file 'doc/en/developer-guide/HACKING.txt'
--- a/doc/en/developer-guide/HACKING.txt	2009-08-09 03:14:50 +0000
+++ b/doc/en/developer-guide/HACKING.txt	2009-08-13 17:16:31 +0000
@@ -102,11 +102,11 @@
 
 Now make your own branch::
 
- $ bzr branch bzr.dev giveback
+ $ bzr branch bzr.dev 123456-my-bugfix
 
-This will give you a branch called "giveback" that you can work on and commit
-in. Here, you can study the code, make a fix or a new feature. Feel free to
-commit early and often (after all, it's your branch!). 
+This will give you a branch called "123456-my-bugfix" that you can work on
+and commit in. Here, you can study the code, make a fix or a new feature.
+Feel free to commit early and often (after all, it's your branch!). 
 
 Documentation improvements are an easy place to get started giving back to the
 Bazaar project.  The documentation is in the `doc/` subdirectory of the Bazaar



More information about the bazaar-commits mailing list