Rev 3724: Fix bug #270471 by updating the topic string for 'sync-for-reconfigure' in http://bzr.arbash-meinel.com/branches/bzr/1.8-dev/trivial_doc

John Arbash Meinel john at arbash-meinel.com
Tue Sep 23 20:16:21 BST 2008


At http://bzr.arbash-meinel.com/branches/bzr/1.8-dev/trivial_doc

------------------------------------------------------------
revno: 3724
revision-id: john at arbash-meinel.com-20080923191553-5se2zcuol516l8xx
parent: pqm at pqm.ubuntu.com-20080922180718-n946121e40ql2bb3
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: trivial_doc
timestamp: Tue 2008-09-23 14:15:53 -0500
message:
  Fix bug #270471 by updating the topic string for 'sync-for-reconfigure'
-------------- next part --------------
=== modified file 'NEWS'
--- a/NEWS	2008-09-22 16:12:36 +0000
+++ b/NEWS	2008-09-23 19:15:53 +0000
@@ -49,6 +49,9 @@
     * Make the first line of the manpage preamble a comment again.
       (David Futcher, #242106)
 
+    * Trivial documentation fix.
+      (John Arbash Meinel, #270471)
+
   DOCUMENTATION:
 
     * Explain revision/range identifiers. (Daniel Clemente)

=== modified file 'bzrlib/help_topics/__init__.py'
--- a/bzrlib/help_topics/__init__.py	2008-09-04 18:37:59 +0000
+++ b/bzrlib/help_topics/__init__.py	2008-09-23 19:15:53 +0000
@@ -711,7 +711,8 @@
 topic_registry.register('criss-cross', _criss_cross,
                         'Information on criss-cross merging', SECT_CONCEPT)
 topic_registry.register('sync-for-reconfigure', _branches_out_of_sync,
-                        'Information on criss-cross merging', SECT_CONCEPT)
+                        'Steps to resolve "out-of-sync" when reconfiguring',
+                        SECT_CONCEPT)
 
 
 class HelpTopicIndex(object):



More information about the bazaar-commits mailing list