Rev 5743: Post 2.4b1 release trivial tweaks in http://bazaar.launchpad.net/~vila/bzr/integration/

Vincent Ladeuil v.ladeuil+lp at free.fr
Mon Mar 28 15:32:19 UTC 2011


At http://bazaar.launchpad.net/~vila/bzr/integration/

------------------------------------------------------------
revno: 5743 [merge]
revision-id: v.ladeuil+lp at free.fr-20110328153219-r4xb9k82ofjju6iy
parent: pqm at pqm.ubuntu.com-20110326154616-y6h2rjf9bs1wvvfs
parent: v.ladeuil+lp at free.fr-20110328151709-ujbjuzr1f1zv55x9
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: trunk
timestamp: Mon 2011-03-28 17:32:19 +0200
message:
  Post 2.4b1 release trivial tweaks
modified:
  doc/developers/releasing.txt   releasing.txt-20080502015919-fnrcav8fwy8ccibu-1
  doc/en/release-notes/bzr-2.4.txt bzr2.4.txt-20110114053217-k7ym9jfz243fddjm-1
-------------- next part --------------
=== modified file 'doc/developers/releasing.txt'
--- a/doc/developers/releasing.txt	2011-03-10 14:24:17 +0000
+++ b/doc/developers/releasing.txt	2011-03-28 15:17:09 +0000
@@ -366,8 +366,7 @@
 #. Check that the documentation for this release is available in
    <http://doc.bazaar.canonical.com>.  It should be automatically build when the
    branch is created, by a cron script ``update-bzr-docs`` on
-   ``escudero``. As of today (2009-08-27) ``igc`` manually updates the
-   pretty version of it.
+   ``escudero``.
 
 
 Announcing the release

=== modified file 'doc/en/release-notes/bzr-2.4.txt'
--- a/doc/en/release-notes/bzr-2.4.txt	2011-03-24 11:41:42 +0000
+++ b/doc/en/release-notes/bzr-2.4.txt	2011-03-28 15:17:09 +0000
@@ -217,7 +217,7 @@
 API Changes
 ***********
 
-* Added ``Branch.heads_to_fetch`` method.  Implementions of the Branch API
+* Added ``Branch.heads_to_fetch`` method.  Implementations of the Branch API
   must now inherit or implement this method.  (Andrew Bennetts, #721328)
   
 * Added ``bzrlib.mergetools`` module with helper functions for working with
@@ -307,7 +307,7 @@
 * ``CatchingExceptionThread`` (formerly ThreadWithException) has been moved
   out of the ``bzrlib.tests`` hierarchy to make it clearer that it can be used
   outside of tests. This class makes it easier to track exceptions in threads
-  by cacthing them so they can be re-raised in the controlling thread. It's
+  by catching them so they can be re-raised in the controlling thread. It's
   available in the ``bzrlib.cethread`` module.  (Vincent Ladeuil)
 
 * Correctly propogate malloc failures from diff-delta.c code as MemoryError



More information about the bazaar-commits mailing list