Changes between Version 6 and Version 7 of BazaarWorkflow
- Timestamp:
- 2009-08-16T19:35:50Z (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BazaarWorkflow
v6 v7 58 58 $ cd head_clone 59 59 head_clone$ bzr merge ../my_branch 60 head_clone$ bzr commit -m "Merged FAT server improvements." 60 61 }}} 61 62 62 Now we can push from the clone to the main repository:63 The comment for the merge changeset should summarize the changes done on that branch (or, it could just name that branch, if it was a well-known one). Now we can push from the clone to the main repository: 63 64 64 65 {{{