Rev 4166: (mbp, trivial) fix broken html links in file:///home/pqm/archives/thelove/bzr/%2Btrunk/

Canonical.com Patch Queue Manager pqm at pqm.ubuntu.com
Thu Mar 19 05:39:33 GMT 2009


At file:///home/pqm/archives/thelove/bzr/%2Btrunk/

------------------------------------------------------------
revno: 4166
revision-id: pqm at pqm.ubuntu.com-20090319053930-xxxwr7sgnj3cy49z
parent: pqm at pqm.ubuntu.com-20090319035632-3o6ewx7kwnk42b63
parent: mbp at sourcefrog.net-20090319045459-f91j8y12ccfcs29t
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Thu 2009-03-19 05:39:30 +0000
message:
  (mbp,trivial) fix broken html links
modified:
  NEWS                           NEWS-20050323055033-4e00b5db738777ff
  doc/developers/HACKING.txt     HACKING-20050805200004-2a5dc975d870f78c
  doc/developers/index.txt       index.txt-20070508041241-qznziunkg0nffhiw-1
  doc/developers/overview.txt    overview.txt-20080904022501-ww2ggomrs5elxfm0-1
  doc/developers/performance-contributing.txt performancecontribut-20070621063612-ac4zhhagjzkr21qp-1
  doc/developers/releasing.txt   releasing.txt-20080502015919-fnrcav8fwy8ccibu-1
    ------------------------------------------------------------
    revno: 4070.10.14
    revision-id: mbp at sourcefrog.net-20090319045459-f91j8y12ccfcs29t
    parent: mbp at sourcefrog.net-20090319044830-1ny820d9czes3mrd
    committer: Martin Pool <mbp at sourcefrog.net>
    branch nick: doc
    timestamp: Thu 2009-03-19 15:54:59 +1100
    message:
      Fix more broken links
    modified:
      doc/developers/overview.txt    overview.txt-20080904022501-ww2ggomrs5elxfm0-1
      doc/developers/performance-contributing.txt performancecontribut-20070621063612-ac4zhhagjzkr21qp-1
    ------------------------------------------------------------
    revno: 4070.10.13
    revision-id: mbp at sourcefrog.net-20090319044830-1ny820d9czes3mrd
    parent: mbp at sourcefrog.net-20090319032531-nc3e82tvctytss9d
    committer: Martin Pool <mbp at sourcefrog.net>
    branch nick: doc
    timestamp: Thu 2009-03-19 15:48:30 +1100
    message:
      Remove or correct broken links
    modified:
      NEWS                           NEWS-20050323055033-4e00b5db738777ff
      doc/developers/overview.txt    overview.txt-20080904022501-ww2ggomrs5elxfm0-1
      doc/developers/performance-contributing.txt performancecontribut-20070621063612-ac4zhhagjzkr21qp-1
      doc/developers/releasing.txt   releasing.txt-20080502015919-fnrcav8fwy8ccibu-1
    ------------------------------------------------------------
    revno: 4070.10.12
    revision-id: mbp at sourcefrog.net-20090319032531-nc3e82tvctytss9d
    parent: mbp at sourcefrog.net-20090319032400-a3cnygrqo1hft3ys
    committer: Martin Pool <mbp at sourcefrog.net>
    branch nick: doc
    timestamp: Thu 2009-03-19 14:25:31 +1100
    message:
      Clearer developer doc link text
    modified:
      doc/developers/index.txt       index.txt-20070508041241-qznziunkg0nffhiw-1
    ------------------------------------------------------------
    revno: 4070.10.11
    revision-id: mbp at sourcefrog.net-20090319032400-a3cnygrqo1hft3ys
    parent: mbp at sourcefrog.net-20090319031324-veyaamsnxxhv3c9k
    committer: Martin Pool <mbp at sourcefrog.net>
    branch nick: doc
    timestamp: Thu 2009-03-19 14:24:00 +1100
    message:
      Fix link from HACKING to testing guide
    modified:
      doc/developers/HACKING.txt     HACKING-20050805200004-2a5dc975d870f78c
=== modified file 'NEWS'
--- a/NEWS	2009-03-19 03:13:24 +0000
+++ b/NEWS	2009-03-19 04:48:30 +0000
@@ -3886,7 +3886,6 @@
 
 * The pack format is now accessible as "pack-0.92", or "pack-0.92-subtree"
   to enable the subtree functions (for example, for bzr-svn).
-  See http://doc.bazaar-vcs.org/latest/developer/packrepo.html
   (Martin Pool)
 
 Features
@@ -4163,8 +4162,7 @@
   the ``dirstate-tags`` format but uses a smarter storage design that greatly
   speeds up many operations, both local and remote. This new format can be
   used as an option to the ``init``, ``init-repository`` and ``upgrade``
-  commands. See http://doc.bazaar-vcs.org/0.92/developers/knitpack.html
-  for further details. (Robert Collins)
+  commands. (Robert Collins)
 
 * For users of bzr-svn (and those testing the prototype subtree support) that
   wish to try packs, a new ``knitpack-subtree-experimental`` format has also

=== modified file 'doc/developers/HACKING.txt'
--- a/doc/developers/HACKING.txt	2009-03-12 08:07:42 +0000
+++ b/doc/developers/HACKING.txt	2009-03-19 03:24:00 +0000
@@ -699,7 +699,7 @@
 =============
 
 All code should be exercised by the test suite.  See `Guide to Testing
-Bazaar <testing.html>`_ for detailed information about writing tests.
+Bazaar <../../developers/testing.html>`_ for detailed information about writing tests.
 
 
 Core Topics

=== modified file 'doc/developers/index.txt'
--- a/doc/developers/index.txt	2009-02-19 06:21:24 +0000
+++ b/doc/developers/index.txt	2009-03-19 03:25:31 +0000
@@ -20,7 +20,7 @@
 * `Integrating with Bazaar <http://bazaar-vcs.org/Integrating_with_Bazaar>`_
   (wiki) |--| a guide for writing Python programs that work with Bazaar.
 
-* `Testing <testing.html>`_ |--| Testing bzr.
+* `Testing <testing.html>`_ |--| Guide to writing tests for Bazaar.
 
 * `Writing plugins <http://bazaar-vcs.org/WritingPlugins>`_ (wiki) 
   |--| specific advice on writing Bazaar plugins.

=== modified file 'doc/developers/overview.txt'
--- a/doc/developers/overview.txt	2008-09-04 05:35:16 +0000
+++ b/doc/developers/overview.txt	2009-03-19 04:54:59 +0000
@@ -17,8 +17,8 @@
 
 See also:
 
- * `Bazaar Developer Documentation Catalog <../../developers/index.html>`_.
- * `Bazaar Developer Guide <../../en/developer-guide/HACKING.html>`_
+ * `Bazaar Developer Documentation Catalog <index.html>`_.
+ * `Bazaar Developer Guide <../en/developer-guide/HACKING.html>`_
    (particularly the *Coding Style Guidelines* section.)
 
 .. contents::

=== modified file 'doc/developers/performance-contributing.txt'
--- a/doc/developers/performance-contributing.txt	2007-11-27 19:51:08 +0000
+++ b/doc/developers/performance-contributing.txt	2009-03-19 04:54:59 +0000
@@ -56,4 +56,4 @@
 list asking for mentoring on the step of the performance plan you want to help
 with.
 
-.. _HACKING: HACKING.htm
+.. _HACKING: ../en/developer-guide/HACKING.html

=== modified file 'doc/developers/releasing.txt'
--- a/doc/developers/releasing.txt	2009-03-19 03:10:54 +0000
+++ b/doc/developers/releasing.txt	2009-03-19 04:48:30 +0000
@@ -33,7 +33,8 @@
 	submit_to = bazaar at lists.canonical.com
 	smtp_server = mail.your-domain.com:25
 
-    Please see <http://doc.bazaar-vcs.org/latest/developers/HACKING.html#an-overview-of-pqm> for more details on PQM
+    Please see <http://doc.bazaar-vcs.org/latest/developers/HACKING.html#an-overview-of-pqm>
+    for more details on PQM
 
 #. In the release branch, update  ``version_info`` in
    ``./bzrlib/__init__.py``.  Check the output of ``bzr --version``.




More information about the bazaar-commits mailing list