diff options
author | Eli Zaretskii <eliz@gnu.org> | 2010-05-18 10:38:35 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2010-05-18 10:38:35 +0300 |
commit | 5739cdd25a18f0057ff9334956f02ff79c46e957 (patch) | |
tree | f5eca4de85c84cd2fe2a4490c80550a9ef04dff5 /admin | |
parent | 9539dc5db33befba5aaed2bfa9e38d67a599d9f5 (diff) | |
download | emacs-5739cdd25a18f0057ff9334956f02ff79c46e957.tar.gz |
Advise against unnecessary merges from trunk to feature branches.
Diffstat (limited to 'admin')
-rw-r--r-- | admin/notes/bzr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/admin/notes/bzr b/admin/notes/bzr index a743331820c..c66cdd98a3c 100644 --- a/admin/notes/bzr +++ b/admin/notes/bzr @@ -26,6 +26,14 @@ small number of "real" commits, but several "merge from trunks", it is preferred that you take your branch's diff, apply it to the trunk, and commit directly, not merge. This keeps the history cleaner. +In general, when working on some feature in a separate branch, it is +preferable not to merge from trunk until you are done with the +feature. Unless you really need some change that was done on the +trunk while you were developing on the branch, you don't really need +those merges; just merge once, when you are done with the feature, and +Bazaar will take care of the rest. Bazaar is much better in this than +CVS, so interim merges are unnecessary. + Or use shelves; or rebase; or do something else. See the thread for yet another fun excursion into the exciting world of version control. |