Merge lp:~bialix/bzr/2.3-bug-523069 into lp:bzr

Proposed by Alexander Belchenko
Status: Merged
Approved by: Andrew Bennetts
Approved revision: no longer in the source branch.
Merged at revision: 5441
Proposed branch: lp:~bialix/bzr/2.3-bug-523069
Merge into: lp:bzr
Diff against target: 114 lines (+11/-11)
8 files modified
doc/en/user-guide/branching_a_project.txt (+1/-1)
doc/en/user-guide/configuring_bazaar.txt (+2/-2)
doc/en/user-guide/plugins.txt (+2/-2)
doc/en/user-guide/sending_changes.txt (+1/-1)
doc/en/user-guide/setting_up_email.txt (+1/-1)
doc/en/user-guide/specifying_revisions.txt (+1/-1)
doc/en/user-guide/version_info.txt (+1/-1)
doc/en/user-guide/writing_a_plugin.txt (+2/-2)
To merge this branch: bzr merge lp:~bialix/bzr/2.3-bug-523069
Reviewer Review Type Date Requested Status
Andrew Bennetts Approve
Review via email: mp+35916@code.launchpad.net

Commit message

Change links to user-reference/bzr_man.html to corresponding pages everywhere in the User Guide

Description of the change

Change links to user-reference/bzr_man.html to corresponding pages everywhere in the User Guide. The fix the same as for 2.1/2.2.

To post a comment you must log in.
Revision history for this message
Andrew Bennetts (spiv) :
review: Approve
Revision history for this message
Andrew Bennetts (spiv) wrote :

sent to pqm by email

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'doc/en/user-guide/branching_a_project.txt'
--- doc/en/user-guide/branching_a_project.txt 2010-06-02 05:03:31 +0000
+++ doc/en/user-guide/branching_a_project.txt 2010-09-20 07:42:46 +0000
@@ -27,7 +27,7 @@
27prefix indicating the transfer technology. If no prefix is given,27prefix indicating the transfer technology. If no prefix is given,
28normal filenames are assumed. For a complete list of supported28normal filenames are assumed. For a complete list of supported
29protocols, see the ``urlspec`` online help topic or the29protocols, see the ``urlspec`` online help topic or the
30`URL Identifiers <../user-reference/bzr_man.html#url-identifiers>`_30`URL Identifiers <../user-reference/urlspec-help.html>`_
31section of the Bazaar User Reference.31section of the Bazaar User Reference.
3232
33URLs are normally resolved relative to the root directory of the server,33URLs are normally resolved relative to the root directory of the server,
3434
=== modified file 'doc/en/user-guide/configuring_bazaar.txt'
--- doc/en/user-guide/configuring_bazaar.txt 2010-07-07 01:55:26 +0000
+++ doc/en/user-guide/configuring_bazaar.txt 2010-09-20 07:42:46 +0000
@@ -66,7 +66,7 @@
66 email = Your Name <email@example.com>66 email = Your Name <email@example.com>
6767
68For further details on the syntax and configuration settings supported, see68For further details on the syntax and configuration settings supported, see
69`Configuration Settings <../user-reference/bzr_man.html#configuration-settings>`_69`Configuration Settings <../user-reference/configuration-help.html>`_
70in the Bazaar User Reference.70in the Bazaar User Reference.
7171
7272
@@ -78,5 +78,5 @@
78``BZR_HOME/rules``.78``BZR_HOME/rules``.
7979
80For further information on how rules are searched and the detailed syntax of80For further information on how rules are searched and the detailed syntax of
81the relevant files, see `Rules <../user-reference/bzr_man.html#rules>`_81the relevant files, see `Rules <../user-reference/rules-help.html>`_
82in the Bazaar User Reference.82in the Bazaar User Reference.
8383
=== modified file 'doc/en/user-guide/plugins.txt'
--- doc/en/user-guide/plugins.txt 2010-08-13 19:08:57 +0000
+++ doc/en/user-guide/plugins.txt 2010-09-20 07:42:46 +0000
@@ -59,8 +59,8 @@
59If you have the necessary permissions, plugins can also be installed on a59If you have the necessary permissions, plugins can also be installed on a
60system-wide basis. One can additionally override the personal plugins60system-wide basis. One can additionally override the personal plugins
61location by setting the environment variable ``BZR_PLUGIN_PATH`` (see `User61location by setting the environment variable ``BZR_PLUGIN_PATH`` (see `User
62Reference <../user-reference/bzr_man.html#bzr-plugin-path>`_ for a detailed62Reference <../user-reference/configuration-help.html#bzr-plugin-path>`_
63explanation).63for a detailed explanation).
6464
65Listing the installed plugins65Listing the installed plugins
66-----------------------------66-----------------------------
6767
=== modified file 'doc/en/user-guide/sending_changes.txt'
--- doc/en/user-guide/sending_changes.txt 2009-12-02 20:34:07 +0000
+++ doc/en/user-guide/sending_changes.txt 2010-09-20 07:42:46 +0000
@@ -42,7 +42,7 @@
42``send`` without options will create a merge directive, fire up your email42``send`` without options will create a merge directive, fire up your email
43tool and attach it, ready for you to add the explanatory text bit.43tool and attach it, ready for you to add the explanatory text bit.
44(See the online help for ``send`` and44(See the online help for ``send`` and
45`Configuration Settings <../user-reference/bzr_man.html#configuration-settings>`_45`Configuration Settings <../user-reference/configuration-help.html>`_
46in the User Reference for further details on how to configure this.)46in the User Reference for further details on how to configure this.)
4747
48Most projects like people to add some explanation to the mail along with48Most projects like people to add some explanation to the mail along with
4949
=== modified file 'doc/en/user-guide/setting_up_email.txt'
--- doc/en/user-guide/setting_up_email.txt 2010-06-02 05:03:31 +0000
+++ doc/en/user-guide/setting_up_email.txt 2010-09-20 07:42:46 +0000
@@ -74,7 +74,7 @@
74For more information on the ini file format, see `Configuration Settings`_ in74For more information on the ini file format, see `Configuration Settings`_ in
75the Bazaar User Reference.75the Bazaar User Reference.
7676
77.. _Configuration Settings: ../user-reference/bzr_man.html#configuration-settings77.. _Configuration Settings: ../user-reference/configuration-help.html
7878
79Setting email on a per-branch basis79Setting email on a per-branch basis
80-----------------------------------80-----------------------------------
8181
=== modified file 'doc/en/user-guide/specifying_revisions.txt'
--- doc/en/user-guide/specifying_revisions.txt 2009-12-02 23:09:40 +0000
+++ doc/en/user-guide/specifying_revisions.txt 2010-09-20 07:42:46 +0000
@@ -65,7 +65,7 @@
65For complete details, see `Revision Identifiers`_ in the65For complete details, see `Revision Identifiers`_ in the
66Bazaar User Reference.66Bazaar User Reference.
6767
68.. _Revision Identifiers: ../user-reference/bzr_man.html#revision-identifiers68.. _Revision Identifiers: ../user-reference/revisionspec-help.html
6969
70Numbers70Numbers
71~~~~~~~71~~~~~~~
7272
=== modified file 'doc/en/user-guide/version_info.txt'
--- doc/en/user-guide/version_info.txt 2010-06-02 05:03:31 +0000
+++ doc/en/user-guide/version_info.txt 2010-09-20 07:42:46 +0000
@@ -87,7 +87,7 @@
87variables that can be used in templates, see `Version Info`_ in the87variables that can be used in templates, see `Version Info`_ in the
88Bazaar User Reference.88Bazaar User Reference.
8989
90.. _Version Info: ../user-reference/bzr_man.html#version-info90.. _Version Info: ../user-reference/version-info-help.html
9191
92Predefined formats for dumping version information in specific languages92Predefined formats for dumping version information in specific languages
93are currently in development. Please contact us on the mailing list about93are currently in development. Please contact us on the mailing list about
9494
=== modified file 'doc/en/user-guide/writing_a_plugin.txt'
--- doc/en/user-guide/writing_a_plugin.txt 2010-04-21 07:52:31 +0000
+++ doc/en/user-guide/writing_a_plugin.txt 2010-09-20 07:42:46 +0000
@@ -42,8 +42,8 @@
4242
43Bzr will scan ``~/.bazaar/plugins`` and ``bzrlib/plugins`` for plugins43Bzr will scan ``~/.bazaar/plugins`` and ``bzrlib/plugins`` for plugins
44by default. You can override this with ``BZR_PLUGIN_PATH``44by default. You can override this with ``BZR_PLUGIN_PATH``
45(see `User Reference <../user-reference/bzr_man.html#bzr-plugin-path>`_45(see `User Reference
46for details).46<../user-reference/configuration-help.html#bzr-plugin-path>`_ for details).
4747
48Plugins may be either modules or packages. If your plugin is a single48Plugins may be either modules or packages. If your plugin is a single
49file, you can structure it as a module. If it has multiple files, or if49file, you can structure it as a module. If it has multiple files, or if