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

Proposed by Alexander Belchenko
Status: Merged
Approved by: Andrew Bennetts
Approved revision: no longer in the source branch.
Merged at revision: 4862
Proposed branch: lp:~bialix/bzr/2.1-bug-523069
Merge into: lp:bzr/2.1
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.1-bug-523069
Reviewer Review Type Date Requested Status
Andrew Bennetts Approve
Review via email: mp+35913@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

To post a comment you must log in.
Revision history for this message
Alexander Belchenko (bialix) wrote :

Should I update the NEWS?

Revision history for this message
Andrew Bennetts (spiv) wrote :

Seems fine to me. A NEWS entry would be good if you'd like to add one.

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 2009-12-02 20:34:07 +0000
+++ doc/en/user-guide/branching_a_project.txt 2010-09-20 07:20:56 +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
33A reminder about shared repositories33A reminder about shared repositories
3434
=== modified file 'doc/en/user-guide/configuring_bazaar.txt'
--- doc/en/user-guide/configuring_bazaar.txt 2009-12-02 20:34:07 +0000
+++ doc/en/user-guide/configuring_bazaar.txt 2010-09-20 07:20:56 +0000
@@ -44,7 +44,7 @@
44 email = Your Name <email@example.com>44 email = Your Name <email@example.com>
4545
46For further details on the syntax and configuration settings supported, see46For further details on the syntax and configuration settings supported, see
47`Configuration Settings <../user-reference/bzr_man.html#configuration-settings>`_47`Configuration Settings <../user-reference/configuration-help.html>`_
48in the Bazaar User Reference.48in the Bazaar User Reference.
4949
5050
@@ -56,5 +56,5 @@
56``BZR_HOME/rules``.56``BZR_HOME/rules``.
5757
58For further information on how rules are searched and the detailed syntax of58For further information on how rules are searched and the detailed syntax of
59the relevant files, see `Rules <../user-reference/bzr_man.html#rules>`_59the relevant files, see `Rules <../user-reference/rules-help.html>`_
60in the Bazaar User Reference.60in the Bazaar User Reference.
6161
=== modified file 'doc/en/user-guide/plugins.txt'
--- doc/en/user-guide/plugins.txt 2009-12-02 20:34:07 +0000
+++ doc/en/user-guide/plugins.txt 2010-09-20 07:20:56 +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:20:56 +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 2009-12-02 20:34:07 +0000
+++ doc/en/user-guide/setting_up_email.txt 2010-09-20 07:20:56 +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:20:56 +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 2009-12-02 20:34:07 +0000
+++ doc/en/user-guide/version_info.txt 2010-09-20 07:20:56 +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 2009-08-20 13:26:36 +0000
+++ doc/en/user-guide/writing_a_plugin.txt 2010-09-20 07:20:56 +0000
@@ -34,8 +34,8 @@
3434
35Bzr will scan ``~/.bazaar/plugins`` and ``bzrlib/plugins`` for plugins35Bzr will scan ``~/.bazaar/plugins`` and ``bzrlib/plugins`` for plugins
36by default. You can override this with ``BZR_PLUGIN_PATH``36by default. You can override this with ``BZR_PLUGIN_PATH``
37(see `User Reference <../user-reference/bzr_man.html#bzr-plugin-path>`_37(see `User Reference
38for details).38<../user-reference/configuration-help.html#bzr-plugin-path>`_ for details).
3939
40Plugins may be either modules or packages. If your plugin is a single40Plugins may be either modules or packages. If your plugin is a single
41file, you can structure it as a module. If it has multiple files, or if41file, you can structure it as a module. If it has multiple files, or if

Subscribers

People subscribed via source and target branches