Changes between Version 20 and Version 21 of BazaarWorkflow
- Timestamp:
- 2009-10-11T17:51:04Z (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BazaarWorkflow
v20 v21 2 2 3 3 This should help you to start using our new VCS, Bazaar. Please read this little guide carefully. Inappropriate use of Bazaar '''WILL''' make a mess in our repository. This page only documents ''how to use Bazaar with HelenOS''. If you are confused and want to know what happens behind the scenes, read the [wiki:BazaarTheory Bazaar Theory]. 4 5 == Your identity == 6 7 First of all, you need to tell Bazaar a little bit about yourself. This is accomplished by following: 8 9 {{{ 10 $ bzr whoami "Ferda Mravenec <ferda.mravenec@gmail.com>" 11 }}} 12 13 From now, Bazaar will attribute all your commits to that identity. 4 14 5 15 == Linear History ==