Rev 4762: (spiv) Change links to user-reference/bzr_man.html to in file:///home/pqm/archives/thelove/bzr/2.0/
Canonical.com Patch Queue Manager
pqm at pqm.ubuntu.com
Fri Sep 24 06:42:51 BST 2010
At file:///home/pqm/archives/thelove/bzr/2.0/
------------------------------------------------------------
revno: 4762 [merge]
revision-id: pqm at pqm.ubuntu.com-20100924054249-kuxmrth46ts1tjrl
parent: pqm at pqm.ubuntu.com-20100917161445-cu2jsjltnzpryzvq
parent: bialix at ukr.net-20100920070137-pcolbinlwkx09o7t
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: 2.0
timestamp: Fri 2010-09-24 06:42:49 +0100
message:
(spiv) Change links to user-reference/bzr_man.html to
user-reference/index.html everywhere in the User Guide. (Alexander Belchenko)
modified:
doc/en/user-guide/branching_a_project.txt branching_a_project.-20071122141511-0knao2lklsdsvb1q-2
doc/en/user-guide/bug_trackers.txt bug_trackers.txt-20070713223459-khxdlcudraii95uv-1
doc/en/user-guide/configuring_bazaar.txt configuring_bazaar.t-20071128000722-ncxiua259xwbdbg7-1
doc/en/user-guide/hooks.txt hooks.txt-20070829200551-7nr6e5a1io6x78uf-1
doc/en/user-guide/sending_changes.txt sending_changes.txt-20071123154453-dk2mjhrg1vpjm5w2-4
doc/en/user-guide/setting_up_email.txt setting_up_email.txt-20060314161707-fd242c8944346173
doc/en/user-guide/specifying_revisions.txt specifying_revisions.txt-20060314161707-19deb139101bea33
doc/en/user-guide/version_info.txt version_info.txt-20060921215543-gju6o5xdic8w25np-1
=== modified file 'doc/en/user-guide/branching_a_project.txt'
--- a/doc/en/user-guide/branching_a_project.txt 2009-09-09 15:30:59 +0000
+++ b/doc/en/user-guide/branching_a_project.txt 2010-09-20 07:01:37 +0000
@@ -27,7 +27,7 @@
prefix indicating the transfer technology. If no prefix is given,
normal filenames are assumed. For a complete list of supported
protocols, see the ``urlspec`` online help topic or the
-`URL Identifiers <../user-reference/bzr_man.html#url-identifiers>`_
+`URL Identifiers <../user-reference/index.html#url-identifiers>`_
section of the Bazaar User Reference.
A reminder about shared repositories
=== modified file 'doc/en/user-guide/bug_trackers.txt'
--- a/doc/en/user-guide/bug_trackers.txt 2008-05-16 21:00:25 +0000
+++ b/doc/en/user-guide/bug_trackers.txt 2010-09-20 07:01:37 +0000
@@ -20,7 +20,7 @@
to configure this for Bugzilla, Trac, Roundup and other bug/issue trackers,
refer to `Bug Tracker Settings`_ in the Bazaar User Reference.
-.. _Bug Tracker Settings: ../user-reference/bzr_man.html#bug-tracker-settings
+.. _Bug Tracker Settings: ../user-reference/index.html#bug-tracker-settings
Metadata recording vs bug tracker updating
------------------------------------------
=== modified file 'doc/en/user-guide/configuring_bazaar.txt'
--- a/doc/en/user-guide/configuring_bazaar.txt 2008-08-14 17:25:43 +0000
+++ b/doc/en/user-guide/configuring_bazaar.txt 2010-09-20 07:01:37 +0000
@@ -44,7 +44,7 @@
email = Your Name <email at example.com>
For further details on the syntax and configuration settings supported, see
-`Configuration Settings <../user-reference/bzr_man.html#configuration-settings>`_
+`Configuration Settings <../user-reference/index.html#configuration-settings>`_
in the Bazaar User Reference.
@@ -56,5 +56,5 @@
``BZR_HOME/rules``.
For further information on how rules are searched and the detailed syntax of
-the relevant files, see `Rules <../user-reference/bzr_man.html#rules>`_
+the relevant files, see `Rules <../user-reference/index.html#rules>`_
in the Bazaar User Reference.
=== modified file 'doc/en/user-guide/hooks.txt'
--- a/doc/en/user-guide/hooks.txt 2008-10-29 06:10:45 +0000
+++ b/doc/en/user-guide/hooks.txt 2010-09-20 07:01:37 +0000
@@ -8,7 +8,7 @@
perform actions before or after certain Bazaar operations. The operations
include ``commit``, ``push``, ``pull``, and ``uncommit``.
For a complete list of hooks and their parameters, see `Hooks
-<../user-reference/bzr_man.html#hooks>`_ in the User Reference.
+<../user-reference/index.html#hooks>`_ in the User Reference.
Most hooks are run on the client, but a few are run on the server. (Also
see the `bzr-push-and-update`_ plugin that handles one special case of
=== modified file 'doc/en/user-guide/sending_changes.txt'
--- a/doc/en/user-guide/sending_changes.txt 2008-04-24 01:27:26 +0000
+++ b/doc/en/user-guide/sending_changes.txt 2010-09-20 07:01:37 +0000
@@ -42,7 +42,7 @@
``send`` without options will create a merge directive, fire up your email
tool and attach it, ready for you to add the explanatory text bit.
(See the online help for ``send`` and
-`Configuration Settings <../user-reference/bzr_man.html#configuration-settings>`_
+`Configuration Settings <../user-reference/index.html#configuration-settings>`_
in the User Reference for further details on how to configure this.)
Most projects like people to add some explanation to the mail along with
=== modified file 'doc/en/user-guide/setting_up_email.txt'
--- a/doc/en/user-guide/setting_up_email.txt 2009-04-04 02:50:01 +0000
+++ b/doc/en/user-guide/setting_up_email.txt 2010-09-20 07:01:37 +0000
@@ -74,7 +74,7 @@
For more information on the ini file format, see `Configuration Settings`_ in
the Bazaar User Reference.
-.. _Configuration Settings: ../user-reference/bzr_man.html#configuration-settings
+.. _Configuration Settings: ../user-reference/index.html#configuration-settings
Setting email on a per-branch basis
-----------------------------------
=== modified file 'doc/en/user-guide/specifying_revisions.txt'
--- a/doc/en/user-guide/specifying_revisions.txt 2009-04-04 02:57:47 +0000
+++ b/doc/en/user-guide/specifying_revisions.txt 2010-09-20 07:01:37 +0000
@@ -59,7 +59,7 @@
For complete details, see `Revision Identifiers`_ in the
Bazaar User Reference.
-.. _Revision Identifiers: ../user-reference/bzr_man.html#revision-identifiers
+.. _Revision Identifiers: ../user-reference/index.html#revision-identifiers
Numbers
~~~~~~~
=== modified file 'doc/en/user-guide/version_info.txt'
--- a/doc/en/user-guide/version_info.txt 2008-03-13 18:51:13 +0000
+++ b/doc/en/user-guide/version_info.txt 2010-09-20 07:01:37 +0000
@@ -87,7 +87,7 @@
variables that can be used in templates, see `Version Info`_ in the
Bazaar User Reference.
-.. _Version Info: ../user-reference/bzr_man.html#version-info
+.. _Version Info: ../user-reference/index.html#version-info
Predefined formats for dumping version information in specific languages
are currently in development. Please contact us on the mailing list about
More information about the bazaar-commits
mailing list