]> code.delx.au - gnu-emacs/commitdiff
* admin/notes/repo: Fix a few obsolete references to Bazaar
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 6 Nov 2015 13:06:29 +0000 (14:06 +0100)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 6 Nov 2015 13:08:12 +0000 (14:08 +0100)
admin/notes/repo

index b27a3f42891d10dce2f1bf6dee8c3a3d2abca220..3ab3da78071752842cf77aca1210a4686e074336 100644 (file)
@@ -41,8 +41,8 @@ preferable not to merge from master until you are done with the
 feature.  Unless you really need some change that was done on the
 master 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.
+Git will take care of the rest.  Git 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.