Rev 5201: Revert previous change as I can't reproduce the related problem anymore. in file:///home/vila/src/bzr/bugs/219334-texinfo/

Vincent Ladeuil v.ladeuil+lp at free.fr
Wed Jul 7 12:21:20 BST 2010


At file:///home/vila/src/bzr/bugs/219334-texinfo/

------------------------------------------------------------
revno: 5201
revision-id: v.ladeuil+lp at free.fr-20100707112119-jwyh312df41w6l0o
parent: v.ladeuil+lp at free.fr-20100707110913-m02ch61engk3o4au
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: cleanup
timestamp: Wed 2010-07-07 13:21:19 +0200
message:
  Revert previous change as I can't reproduce the related problem anymore.
-------------- next part --------------
=== modified file 'doc/developers/implementation-notes.txt'
--- a/doc/developers/implementation-notes.txt	2010-07-07 11:09:13 +0000
+++ b/doc/developers/implementation-notes.txt	2010-07-07 11:21:19 +0000
@@ -10,7 +10,7 @@
    lca_tree_merging
 
 
-* `BTree Index Prefetch <btree_index_prefetch.html>`_ -- How bzr decides
+* `BTree Index Prefetch <btree_index_prefetch.html>`_ |--| How bzr decides
   to pre-read extra nodes in the btree index.
 
 * `Computing last_modified values <last-modified.html>`_ for inventory
@@ -18,8 +18,11 @@
 
 * `Content filtering <content-filtering.html>`_
 
-* `LCA Tree Merging <lca_tree_merging.html>`_ -- Merging tree-shape when
+* `LCA Tree Merging <lca_tree_merging.html>`_ |--| Merging tree-shape when
   there is not a single unique ancestor (criss-cross merge).
 
+
+.. |--| unicode:: U+2014
+
 ..
    vim: ft=rst tw=74 ai

=== modified file 'doc/developers/index-plain.txt'
--- a/doc/developers/index-plain.txt	2010-07-07 11:09:13 +0000
+++ b/doc/developers/index-plain.txt	2010-07-07 11:21:19 +0000
@@ -8,62 +8,62 @@
 
 * `Developer Guide <HACKING.html>`_
 
-* `Architectural Overview <overview.html>`_ -- describes some of the
+* `Architectural Overview <overview.html>`_ |--| describes some of the
   most important classes and concepts.
 
 * `bzrlib API reference <http://starship.python.net/crew/mwh/bzrlibapi/>`_
   (external link)
-  -- automatically generated API reference information
+  |--| automatically generated API reference information
 
 * `Integrating with Bazaar <http://bazaar-vcs.org/Integrating_with_Bazaar>`_
-  (wiki) -- a guide for writing Python programs that work with Bazaar.
+  (wiki) |--| a guide for writing Python programs that work with Bazaar.
 
-* `Revision Properties <revision-properties.html>`_ -- An application
+* `Revision Properties <revision-properties.html>`_ |--| An application
   can set arbitrary per-revision key/value pairs to store app-specific
   data.
 
-* `Testing <testing.html>`_ -- Guide to writing tests for Bazaar.
+* `Testing <testing.html>`_ |--| Guide to writing tests for Bazaar.
 
 * `Code Review <code-review.html>`_.
 
 * `Bazaar Code Style Guide <code-style.html>`_.
 
 * `Writing plugins <http://doc.bazaar.canonical.com/plugins/en/plugin-development.html>`_
-  -- specific advice on writing Bazaar plugins. (web link)
+  |--| specific advice on writing Bazaar plugins. (web link)
 
 Process
 =======
 
-* `The Bazaar Development Cycle <cycle.html>`_ -- The monthly
+* `The Bazaar Development Cycle <cycle.html>`_ |--| The monthly
   development cycle and how to run it.
 
-* `Releasing Bazaar <releasing.html>`_ --
+* `Releasing Bazaar <releasing.html>`_ |--|
   Checklist to make a release of Bazaar.
 
-* `Managing the Bazaar PPA <ppa.html>`_ -- Packaging Bazaar for Ubuntu.
+* `Managing the Bazaar PPA <ppa.html>`_ |--| Packaging Bazaar for Ubuntu.
 
-* `Giving back <http://bazaar-vcs.org/BzrGivingBack>`_ (wiki) -- How to get
+* `Giving back <http://bazaar-vcs.org/BzrGivingBack>`_ (wiki) |--| How to get
   your changes to Bazaar integrated into a release.
 
-* `Profiling notes <profiling.html>`_ -- Instructions on how to profile
+* `Profiling notes <profiling.html>`_ |--| Instructions on how to profile
   bzr code and visualize the results.
 
-* `EC2 resources <ec2.html>`_ -- A team resource for
+* `EC2 resources <ec2.html>`_ |--| A team resource for
   Windows packaging and testing, and Ubuntu testing.
 
-* `Tracking Bugs in Bazaar <bug-handling.html>`_ -- How we use the bug
+* `Tracking Bugs in Bazaar <bug-handling.html>`_ |--| How we use the bug
   tracker.
 
 Plans
 =====
 
-* `Performance roadmap <performance-roadmap.html>`_ -- The roadmap
+* `Performance roadmap <performance-roadmap.html>`_ |--| The roadmap
   for fixing performance in bzr over the next few releases.
 
-* `Co-located branches <colocated-branches.html>`_ -- Planned(?) support
+* `Co-located branches <colocated-branches.html>`_ |--| Planned(?) support
   for storing multiple branches in one file-system directory.
 
-* `Bazaar Windows Shell Extension Options <tortoise-strategy.html>`_ --
+* `Bazaar Windows Shell Extension Options <tortoise-strategy.html>`_ |--|
   Implmentation strategy for Bazaar Windows Shell Extensions, aka
   TortoiseBzr.
 
@@ -72,45 +72,45 @@
 Specifications
 ==============
 
-* `API versioning <api-versioning.html>`_ -- bzrlib API versioning.
+* `API versioning <api-versioning.html>`_ |--| bzrlib API versioning.
 
-* `Apport error reporting <apport.html>`_ -- Capture data to report
+* `Apport error reporting <apport.html>`_ |--| Capture data to report
   bugs.
 
-* `Authentication ring <authentication-ring.html>`_ -- Configuring
+* `Authentication ring <authentication-ring.html>`_ |--| Configuring
   authentication.
 
-* `Bundles <bundles.html>`_ -- All about bzr bundles.
+* `Bundles <bundles.html>`_ |--| All about bzr bundles.
 
-* `Container format <container-format.html>`_ -- Notes on a container format
+* `Container format <container-format.html>`_ |--| Notes on a container format
   for streaming and storing Bazaar data.
 
-* `Groupcompress <groupcompress-design.html>`_ -- Notes on the compression
+* `Groupcompress <groupcompress-design.html>`_ |--| Notes on the compression
   technology used in CHK repositories.
 
-* `Indices <indices.html>`_ -- The index facilities available within bzrlib.
-
-* `Inventories <inventory.html>`_ -- Tree shape abstraction.
-
-* `LCA merge <lca-merge.html>`_ -- A nice new merge algorithm.
-
-* `Network protocol <network-protocol.html>`_ -- Custom network protocol.
-
-* `Plugin APIs <plugin-api.html>`_ -- APIs plugins should use.
-
-* `Repositories <repository.html>`_ -- What repositories do and are used for.
-
-* `Repository stream <repository-stream.html>`_ -- Notes on streaming data
+* `Indices <indices.html>`_ |--| The index facilities available within bzrlib.
+
+* `Inventories <inventory.html>`_ |--| Tree shape abstraction.
+
+* `LCA merge <lca-merge.html>`_ |--| A nice new merge algorithm.
+
+* `Network protocol <network-protocol.html>`_ |--| Custom network protocol.
+
+* `Plugin APIs <plugin-api.html>`_ |--| APIs plugins should use.
+
+* `Repositories <repository.html>`_ |--| What repositories do and are used for.
+
+* `Repository stream <repository-stream.html>`_ |--| Notes on streaming data
   for repositories (a layer above the container format).
 
-* `Integration Guide <integration.html>`_ -- A guide to integrate bzrlib into
+* `Integration Guide <integration.html>`_ |--| A guide to integrate bzrlib into
   any python application.
 
 * `Bazaar and case-insensitive file systems <case-insensitive-file-systems.html>`_
-  -- How Bazaar operates on case-insensitive file systems such as commonly
+  |--| How Bazaar operates on case-insensitive file systems such as commonly
   found on Windows, USB sticks, etc.
 
-* `Development repository formats <development-repo.html>`_ -- How to
+* `Development repository formats <development-repo.html>`_ |--| How to
   work with repository formats that are still under development.
   Contains instructions for those implementing new formats, of course,
   but also for (bleeding-edge) end users of those formats.
@@ -118,13 +118,13 @@
 Data formats
 ============
 
-* `Knit pack repositories <packrepo.html>`_ -- KnitPack repositories
+* `Knit pack repositories <packrepo.html>`_ |--| KnitPack repositories
   (new in Bazaar 0.92).
 
 Implementation notes
 ====================
 
-* `BTree Index Prefetch <btree_index_prefetch.html>`_ -- How bzr decides
+* `BTree Index Prefetch <btree_index_prefetch.html>`_ |--| How bzr decides
   to pre-read extra nodes in the btree index.
 
 * `Computing last_modified values <last-modified.html>`_ for inventory
@@ -132,16 +132,19 @@
 
 * `Content filtering <content-filtering.html>`_
 
-* `LCA Tree Merging <lca_tree_merging.html>`_ -- Merging tree-shape when
+* `LCA Tree Merging <lca_tree_merging.html>`_ |--| Merging tree-shape when
   there is not a single unique ancestor (criss-cross merge).
 
 Miscellaneous
 =============
 
-* `dirstate <dirstate.html>`_ -- An observation re. the dirstate file
+* `dirstate <dirstate.html>`_ |--| An observation re. the dirstate file
 
-* `"bzr update" performance analysis <update.html>`_ -- "bzr update"
+* `"bzr update" performance analysis <update.html>`_ |--| "bzr update"
   performance analysis
 
+
+.. |--| unicode:: U+2014
+
 ..
    vim: ft=rst tw=74 ai

=== modified file 'doc/developers/index.txt'
--- a/doc/developers/index.txt	2010-07-07 11:09:13 +0000
+++ b/doc/developers/index.txt	2010-07-07 11:21:19 +0000
@@ -67,5 +67,8 @@
    implementation-notes
    miscellaneous-notes
 
+
+.. |--| unicode:: U+2014
+
 ..
    vim: ft=rst tw=74 ai

=== modified file 'doc/developers/miscellaneous-notes.txt'
--- a/doc/developers/miscellaneous-notes.txt	2010-07-07 11:09:13 +0000
+++ b/doc/developers/miscellaneous-notes.txt	2010-07-07 11:21:19 +0000
@@ -8,10 +8,13 @@
    update
 
 
-* `dirstate <dirstate.html>`_ -- An observation re. the dirstate file
+* `dirstate <dirstate.html>`_ |--| An observation re. the dirstate file
 
-* `"bzr update" performance analysis <update.html>`_ -- "bzr update"
+* `"bzr update" performance analysis <update.html>`_ |--| "bzr update"
   performance analysis
 
+
+.. |--| unicode:: U+2014
+
 ..
    vim: ft=rst tw=74 ai

=== modified file 'doc/developers/plans.txt'
--- a/doc/developers/plans.txt	2010-07-07 11:09:13 +0000
+++ b/doc/developers/plans.txt	2010-07-07 11:21:19 +0000
@@ -10,17 +10,20 @@
    improved_chk_index
 
 
-* `Performance roadmap <performance-roadmap.html>`_ -- The roadmap
+* `Performance roadmap <performance-roadmap.html>`_ |--| The roadmap
   for fixing performance in bzr over the next few releases.
 
-* `Co-located branches <colocated-branches.html>`_ -- Planned(?) support
+* `Co-located branches <colocated-branches.html>`_ |--| Planned(?) support
   for storing multiple branches in one file-system directory.
 
-* `Bazaar Windows Shell Extension Options <tortoise-strategy.html>`_ --
+* `Bazaar Windows Shell Extension Options <tortoise-strategy.html>`_ |--|
   Implmentation strategy for Bazaar Windows Shell Extensions, aka
   TortoiseBzr.
 
 * `CHK Optimized index <improved_chk_index.html>`_
 
+
+.. |--| unicode:: U+2014
+
 ..
    vim: ft=rst tw=74 ai

=== modified file 'doc/developers/specifications.txt'
--- a/doc/developers/specifications.txt	2010-07-07 11:09:13 +0000
+++ b/doc/developers/specifications.txt	2010-07-07 11:21:19 +0000
@@ -23,52 +23,55 @@
    packrepo
 
 
-* `Revision Properties <revision-properties.html>`_ -- An application
+* `Revision Properties <revision-properties.html>`_ |--| An application
   can set arbitrary per-revision key/value pairs to store app-specific
   data.
 
-* `API versioning <api-versioning.html>`_ -- bzrlib API versioning.
+* `API versioning <api-versioning.html>`_ |--| bzrlib API versioning.
 
-* `Apport error reporting <apport.html>`_ -- Capture data to report
+* `Apport error reporting <apport.html>`_ |--| Capture data to report
   bugs.
 
-* `Authentication ring <authentication-ring.html>`_ -- Configuring
+* `Authentication ring <authentication-ring.html>`_ |--| Configuring
   authentication.
 
-* `Bundles <bundles.html>`_ -- All about bzr bundles.
+* `Bundles <bundles.html>`_ |--| All about bzr bundles.
 
-* `Container format <container-format.html>`_ -- Notes on a container format
+* `Container format <container-format.html>`_ |--| Notes on a container format
   for streaming and storing Bazaar data.
 
-* `Groupcompress <groupcompress-design.html>`_ -- Notes on the compression
+* `Groupcompress <groupcompress-design.html>`_ |--| Notes on the compression
   technology used in CHK repositories.
 
-* `Indices <indices.html>`_ -- The index facilities available within bzrlib.
-
-* `Inventories <inventory.html>`_ -- Tree shape abstraction.
-
-* `LCA merge <lca-merge.html>`_ -- A nice new merge algorithm.
-
-* `Network protocol <network-protocol.html>`_ -- Custom network protocol.
-
-* `Plugin APIs <plugin-api.html>`_ -- APIs plugins should use.
-
-* `Repositories <repository.html>`_ -- What repositories do and are used for.
-
-* `Repository stream <repository-stream.html>`_ -- Notes on streaming data
+* `Indices <indices.html>`_ |--| The index facilities available within bzrlib.
+
+* `Inventories <inventory.html>`_ |--| Tree shape abstraction.
+
+* `LCA merge <lca-merge.html>`_ |--| A nice new merge algorithm.
+
+* `Network protocol <network-protocol.html>`_ |--| Custom network protocol.
+
+* `Plugin APIs <plugin-api.html>`_ |--| APIs plugins should use.
+
+* `Repositories <repository.html>`_ |--| What repositories do and are used for.
+
+* `Repository stream <repository-stream.html>`_ |--| Notes on streaming data
   for repositories (a layer above the container format).
 
 * `Bazaar and case-insensitive file systems <case-insensitive-file-systems.html>`_
-  -- How Bazaar operates on case-insensitive file systems such as commonly
+  |--| How Bazaar operates on case-insensitive file systems such as commonly
   found on Windows, USB sticks, etc.
 
-* `Development repository formats <development-repo.html>`_ -- How to
+* `Development repository formats <development-repo.html>`_ |--| How to
   work with repository formats that are still under development.
   Contains instructions for those implementing new formats, of course,
   but also for (bleeding-edge) end users of those formats.
 
-* `Knit pack repositories <packrepo.html>`_ -- KnitPack repositories
+* `Knit pack repositories <packrepo.html>`_ |--| KnitPack repositories
   (new in Bazaar 0.92).
 
+
+.. |--| unicode:: U+2014
+
 ..
    vim: ft=rst tw=74 ai

=== modified file 'doc/developers/testing.txt'
--- a/doc/developers/testing.txt	2010-07-07 11:09:13 +0000
+++ b/doc/developers/testing.txt	2010-07-07 11:21:19 +0000
@@ -293,7 +293,7 @@
 
 We make selective use of doctests__.  In general they should provide
 *examples* within the API documentation which can incidentally be tested.  We
-don't try to test every important case using doctests -- regular Python
+don't try to test every important case using doctests |--| regular Python
 tests are generally a better solution.  That is, we just use doctests to
 make our documentation testable, rather than as a way to make tests.
 
@@ -511,7 +511,7 @@
 just success or failure.
 
 If a test can't be run, it can say that it's skipped by raising a special
-exception.  This is typically used in parameterized tests -- for example
+exception.  This is typically used in parameterized tests |--| for example
 if a transport doesn't support setting permissions, we'll skip the tests
 that relating to that.  ::
 
@@ -689,7 +689,7 @@
 
 In some cases blackbox tests will also want to check error reporting.  But
 it can be difficult to provoke every error through the commandline
-interface, so those tests are only done as needed -- eg in response to a
+interface, so those tests are only done as needed |--| eg in response to a
 particular bug or if the error is reported in an unusual way(?)  Blackbox
 tests should mostly be testing how the command-line interface works, so
 should only test errors if there is something particular to the cli in how
@@ -869,5 +869,8 @@
 
 Please see bzrlib.treebuilder for more details.
 
+
+.. |--| unicode:: U+2014
+
 ..
    vim: ft=rst tw=74 ai et sw=4

=== modified file 'doc/en/user-guide/index.txt'
--- a/doc/en/user-guide/index.txt	2010-07-07 11:09:13 +0000
+++ b/doc/en/user-guide/index.txt	2010-07-07 11:21:19 +0000
@@ -137,3 +137,5 @@
    setting_up_email
    http_smart_server
    writing_a_plugin
+
+.. |--| unicode:: U+2014

=== modified file 'doc/es/user-guide/index-plain.txt'
--- a/doc/es/user-guide/index-plain.txt	2010-07-07 11:09:13 +0000
+++ b/doc/es/user-guide/index-plain.txt	2010-07-07 11:21:19 +0000
@@ -110,3 +110,5 @@
 .. include later - setting_up_email.txt
 .. include later - http_smart_server.txt
 .. include later - writing_a_plugin.txt
+
+.. |--| unicode:: U+2014

=== modified file 'doc/es/user-guide/index.txt'
--- a/doc/es/user-guide/index.txt	2010-07-07 11:09:13 +0000
+++ b/doc/es/user-guide/index.txt	2010-07-07 11:21:19 +0000
@@ -110,3 +110,5 @@
 .. include later - setting_up_email.txt
 .. include later - http_smart_server.txt
 .. include later - writing_a_plugin.txt
+
+.. |--| unicode:: U+2014

=== modified file 'doc/index.ja.txt'
--- a/doc/index.ja.txt	2010-07-07 11:09:13 +0000
+++ b/doc/index.ja.txt	2010-07-07 11:21:19 +0000
@@ -35,7 +35,7 @@
 Developer Documentation
 =======================
 
-* `Developer Document Catalog <developers/index-plain.html>`_ -- for developers
+* `Developer Document Catalog <developers/index-plain.html>`_ |--| for developers
   of Bazaar and plugins
 
 
@@ -43,10 +43,10 @@
 =============
 
 * `????????????????????? <http://bazaar-vcs.org/BzrSwitching>`_
-  -- ??????VCS?????????????????????????????????????????????
+  |--| ??????VCS?????????????????????????????????????????????
 
 * `??????????????? <http://bazaar-vcs.org/BzrMigration>`_
-  -- ??????VCS????????????????????????????????????????????????
+  |--| ??????VCS????????????????????????????????????????????????
 
 * `?????? <http://bazaar-vcs.org/BzrGlossary>`_
 
@@ -75,8 +75,11 @@
 ===============
 
 * `Spanish Documentation <index.es.html>`_
-* `Russian Documentation <index.ru.html>`_ -- ???????????????????????? ???? ??????????????
-* `Japanese Documentation <index.ja.html>`_ -- ???????????????????????????
+* `Russian Documentation <index.ru.html>`_ |--| ???????????????????????? ???? ??????????????
+* `Japanese Documentation <index.ja.html>`_ |--| ???????????????????????????
+
+
+.. |--| unicode:: U+2014
 
 ..
    vim: ft=rst tw=74 ai

=== modified file 'doc/index.ru.txt'
--- a/doc/index.ru.txt	2010-07-07 11:09:13 +0000
+++ b/doc/index.ru.txt	2010-07-07 11:21:19 +0000
@@ -19,8 +19,8 @@
 
 * `???????????? ?????????????????? <en/release-notes/NEWS.html>`_ (????????.)
 
-* `?????????????? ???????????????????? ?????? ?????????????????????????? <developers/index-plain.html>`_ 
-  (????????.) -- ?????? ?????????????????????????? Bazaar ?? ????????????????
+* `?????????????? ???????????????????? ?????? ?????????????????????????? <developers/index-plain.html>`_ (????????.) |--|
+  ?????? ?????????????????????????? Bazaar ?? ????????????????
 
 ????????????????
 ========
@@ -39,10 +39,10 @@
 =============
 
 * `?????????????????????? ???? ???????????????? <http://bazaar-vcs.org/BzrSwitching>`_
-  -- ?????? ?????????????????????????? ?????????????????????? ?? ???????????? ???????????? ???????????????? ????????????
+  |--| ?????? ?????????????????????????? ?????????????????????? ?? ???????????? ???????????? ???????????????? ????????????
 
 * `?????????????????????? ???? ???????????????? <http://bazaar-vcs.org/BzrMigration>`_
-  -- ?????? ???????????? ?????????????????????? ?????????????? ?? ???????????? ???????????? ???????????????? ????????????
+  |--| ?????? ???????????? ?????????????????????? ?????????????? ?? ???????????? ???????????? ???????????????? ????????????
 
 * `?????????????? ???????????????? <http://bazaar-vcs.org/BzrGlossary>`_ (????????.),
   ????. ?????????? `?????????????? ????????????`__
@@ -54,8 +54,10 @@
 ???????????? ??????????
 ============
 
-* `???????????????????????? ???? ???????????????????? <index.html>`_ -- English Documentation
+* `???????????????????????? ???? ???????????????????? <index.html>`_ |--| English Documentation
 * `???????????????????????? ???? ?????????????????? <index.es.html>`_
 
+.. |--| unicode:: U+2014
+
 ..
    vim: ft=rst tw=74 ai

=== modified file 'doc/index.txt'
--- a/doc/index.txt	2010-07-07 11:09:13 +0000
+++ b/doc/index.txt	2010-07-07 11:21:19 +0000
@@ -37,17 +37,17 @@
 Developer Documentation
 =======================
 
-* `Developer Document Catalog <developers/index-plain.html>`_ -- for developers
+* `Developer Document Catalog <developers/index-plain.html>`_ |--| for developers
   of Bazaar and plugins
 
 Web links
 =========
 
 * `Switching Guides <http://bazaar-vcs.org/BzrSwitching>`_
-  -- for users moving from another VCS tool
+  |--| for users moving from another VCS tool
 
 * `Migration Guide <http://bazaar-vcs.org/BzrMigration>`_
-  -- for teams migrating history from another VCS tool
+  |--| for teams migrating history from another VCS tool
 
 * `Glossary <http://bazaar-vcs.org/BzrGlossary>`_
 
@@ -58,8 +58,10 @@
 ===============
 
 * `Spanish Documentation <index.es.html>`_
-* `Russian Documentation <index.ru.html>`_ -- ???????????????????????? ???? ??????????????
-* `Japanese Documentation <index.ja.html>`_ -- ??????????????????????????????
+* `Russian Documentation <index.ru.html>`_ |--| ???????????????????????? ???? ??????????????
+* `Japanese Documentation <index.ja.html>`_ |--| ??????????????????????????????
+
+.. |--| unicode:: U+2014
 
 ..
    vim: ft=rst tw=74 ai

=== modified file 'doc/ja/index.txt'
--- a/doc/ja/index.txt	2010-07-07 11:09:13 +0000
+++ b/doc/ja/index.txt	2010-07-07 11:21:19 +0000
@@ -21,10 +21,10 @@
 =============
 
 * `????????????????????? <http://bazaar-vcs.org/BzrSwitching>`_
-  -- ??????VCS?????????????????????????????????????????????
+  |--| ??????VCS?????????????????????????????????????????????
 
 * `??????????????? <http://bazaar-vcs.org/BzrMigration>`_
-  -- ??????VCS????????????????????????????????????????????????
+  |--| ??????VCS????????????????????????????????????????????????
 
 * `?????? <http://bazaar-vcs.org/BzrGlossary>`_
 
@@ -49,5 +49,8 @@
 bzr.bat???bzr.txt?????????????????????????????????
 
 
+
+.. |--| unicode:: U+2014
+
 ..
    vim: ft=rst tw=74 ai

=== modified file 'doc/ja/user-guide/index.txt'
--- a/doc/ja/user-guide/index.txt	2010-07-07 11:09:13 +0000
+++ b/doc/ja/user-guide/index.txt	2010-07-07 11:21:19 +0000
@@ -136,3 +136,5 @@
    setting_up_email
    http_smart_server
    writing_a_plugin
+
+.. |--| unicode:: U+2014

=== modified file 'doc/ru/index.txt'
--- a/doc/ru/index.txt	2010-07-07 11:09:13 +0000
+++ b/doc/ru/index.txt	2010-07-07 11:21:19 +0000
@@ -23,7 +23,7 @@
 =============
 
 * `?????????????????????? ???? ???????????????? <http://doc.bazaar-vcs.org/migration/en/>`_
-  -- ?????? ???????????? ?????????????????????? ?????????????? ?? ???????????? ???????????? ???????????????? ????????????
+  |--| ?????? ???????????? ?????????????????????? ?????????????? ?? ???????????? ???????????? ???????????????? ????????????
 
 * `?????????????? ???????????????? <http://bazaar-vcs.org/BzrGlossary>`_ (????????.),
   ????. ?????????? `?????????????? ????????????`__
@@ -32,5 +32,8 @@
 
 * `?????????? ???????????????????? ?????????????? <https://answers.launchpad.net/bzr>`_ (????????.)
 
+
+.. |--| unicode:: U+2014
+
 ..
    vim: ft=rst tw=74 ai

=== modified file 'doc/ru/mini-tutorial/index.txt'
--- a/doc/ru/mini-tutorial/index.txt	2010-07-07 11:09:13 +0000
+++ b/doc/ru/mini-tutorial/index.txt	2010-07-07 11:21:19 +0000
@@ -8,7 +8,7 @@
 ????????????????
 ========
 
-Bazaar -- ?????? ???????????????????????????? ?????????????? ???????????????? ????????????, ?????????????? ????????????????
+Bazaar |--| ?????? ???????????????????????????? ?????????????? ???????????????? ????????????, ?????????????? ????????????????
 ???????????????????? ???????????? ?????? ???????????????????????? ??????????????????.
 
 ?? ?????????????? ?????????????????? ???????? ??????????, ???? ?????????????? ?????? ???????????? ???????????????????????????? ????????????
@@ -75,12 +75,12 @@
 
     $ bzr init
 
-???????? ?????? ???????????????? ??????, ?????? ?????????? ???????????? ???? ?????????????????? -- ???? ????????????????????. Bazaar
+???????? ?????? ???????????????? ??????, ?????? ?????????? ???????????? ???? ?????????????????? |--| ???? ????????????????????. Bazaar
 ???????????? ??????????_, ?? ?????????????? ???? ?????????? ?????????????? ?????????????? ?????????? ?? ?????????????? ???? ??????????????????.
 
 .. _??????????: http://bazaar-vcs.org/Branch
 
-?????????????????? ?????? -- ?????????????? Bazaar ?????????? ?????????? ???? ???????????? ????????????????????????????. ??????????????
+?????????????????? ?????? |--| ?????????????? Bazaar ?????????? ?????????? ???? ???????????? ????????????????????????????. ??????????????
 ``bzr add`` ???????????????????? ?????????????? ?????? ?????????? ?? ????????????::
 
     $ bzr add
@@ -152,7 +152,7 @@
 ????????.
 
 ?? ?????????????????? ????????????, ???????????????????? ?? ???????????????????? ??????????????, ?????????? ???????????????????????? ??????????
-???? Launchpad_ -- ???????????????????? ???????????????? ?????? Bazaar.
+???? Launchpad_ |--| ???????????????????? ???????????????? ?????? Bazaar.
 
 .. _Launchpad: https://launchpad.net/
 
@@ -209,7 +209,7 @@
 ======================================
 
 ?????????? ???????????????? ?? ????????-???????? ??????????, ???? ???????????? ?????????????? ?????????????????????? ?????????? ??????????
-??????????. ?????????????? ?????????????? ???????????????? ???????????? -- GTK ?????????????????? ?????? Bazaar::
+??????????. ?????????????? ?????????????? ???????????????? ???????????? |--| GTK ?????????????????? ?????? Bazaar::
 
     $ bzr branch http://bazaar.launchpad.net/~bzr/bzr-gtk/trunk bzr-gtk.vasya
     Branched 292 revision(s).
@@ -253,7 +253,7 @@
 ?????????????????? ???????? ?????????????????? ?????? ?????????????????? ?? ????????????. ???????????????????? ???????????? ??????????????????????
 ?? ?????????????????????????? ?????????????????? ??????????????????????.
 
-?????????????????? ?????????????????????? -- ?????? ???????????????????????????? ???????????? ???? ??????????????????????????
+?????????????????? ?????????????????????? |--| ?????? ???????????????????????????? ???????????? ???? ??????????????????????????
 ?????????????????????? ??????????????????????. ???????????? ???? ???????????????? ?????????? ??????????????????, ??????????????
 ?????????????????????? ????????????????????. ?????????? ?????????????????? ?????????????????????? ???????????????? ???????? ??????????????????????
 ??????????????, ???????? ?????????????????? ???? ?????????? ?????? ?????? ?????????? ???????? ????????????????.
@@ -285,3 +285,5 @@
 ?????????? ???????????? ?? ???????? ?????? ?????????????? "foo"::
 
     $ bzr help foo
+
+.. |--| unicode:: U+2014

=== modified file 'doc/ru/tutorials/using_bazaar_with_launchpad.txt'
--- a/doc/ru/tutorials/using_bazaar_with_launchpad.txt	2010-07-07 11:09:13 +0000
+++ b/doc/ru/tutorials/using_bazaar_with_launchpad.txt	2010-07-07 11:21:19 +0000
@@ -280,9 +280,9 @@
 
 	bzr commit --fixes lp:1234 -m "..."
 
-?????? 1234 -- ?????? ?????????????????????????? ????????????. ?????? ???????????? ?????????????? State (??????????????????
+?????? 1234 |--| ?????? ?????????????????????????? ????????????. ?????? ???????????? ?????????????? State (??????????????????
 ?????????????????? ?????????? ?? ????????????) ???? *Fix Available* (?????????????????????? ????????????????). ???????? ????????
-???????????????????????? ???????????????? ???????????????????? ?????????????????? ????????????, ???? ???????????????? ``--fixes`` ??????????
+???????????????????????? ???????????????? ???????????????????? ?????????????????? ????????????, ???? ???????????????? --fixes ??????????
 ???????? ???????????? ?????????????????? ??????.
 
 ?????????? ???????????????????? ?????????? ?????????????????????? ?? ??????, ?????? ?????? ???? ?????????????????????? ?????????? ????????????
@@ -457,3 +457,5 @@
 Launchpad ?????? ???? ?????????????? ?????? ???????????????????? ?????????? ??????????????????????, ???????? ?????? ????????????????
 ?????? ??????.
 
+
+.. |--| unicode:: U+2014

=== modified file 'doc/ru/user-guide/index-plain.txt'
--- a/doc/ru/user-guide/index-plain.txt	2010-07-07 11:09:13 +0000
+++ b/doc/ru/user-guide/index-plain.txt	2010-07-07 11:21:19 +0000
@@ -117,3 +117,5 @@
 .. include:: ../../en/user-guide/setting_up_email.txt
 .. include:: ../../en/user-guide/http_smart_server.txt
 .. include:: ../../en/user-guide/writing_a_plugin.txt
+
+.. |--| unicode:: U+2014

=== modified file 'doc/ru/user-guide/index.txt'
--- a/doc/ru/user-guide/index.txt	2010-07-07 11:09:13 +0000
+++ b/doc/ru/user-guide/index.txt	2010-07-07 11:21:19 +0000
@@ -117,3 +117,5 @@
 .. include:: ../../en/user-guide/setting_up_email.txt
 .. include:: ../../en/user-guide/http_smart_server.txt
 .. include:: ../../en/user-guide/writing_a_plugin.txt
+
+.. |--| unicode:: U+2014



More information about the bazaar-commits mailing list