From: W. Trevor King Date: Thu, 24 Feb 2011 02:56:59 +0000 (-0500) Subject: Fix `IDs` and `Mercurial guide` links in docs. X-Git-Tag: 1.1.0~235 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6eeb62d99a40f8644ac0840ac1291ef92b3d836f;p=be.git Fix `IDs` and `Mercurial guide` links in docs. --- diff --git a/doc/spam.txt b/doc/spam.txt index e201bf2..80a43ff 100644 --- a/doc/spam.txt +++ b/doc/spam.txt @@ -45,7 +45,7 @@ If the offending commit is not the last commit increment ``XYZ`` by hand for ````, because ``bzr`` does not support ``after:XYZ``. -.. [#] From `Mercurial: The Definitive Guide`_: +.. [#] From `Mercurial, The Definitive Guide`_: "Mercurial also does not provide a way to make a file or changeset completely disappear from history, because there is no @@ -54,7 +54,7 @@ If the offending commit is not the last commit .. [#] See `Rebuilding ancestry`_ in the Monotone documentation. .. _bzr-rebase plugin: http://wiki.bazaar.canonical.com/Rebase -.. _Mercurial: The Definitive Guide: +.. _Mercurial, The Definitive Guide: http://hgbook.red-bean.com/read/finding-and-fixing-mistakes.html#id394667 .. _Rebuilding ancestry: http://www.monotone.ca/docs/Rebuilding-ancestry.html diff --git a/doc/tutorial.txt b/doc/tutorial.txt index 7b7220f..e6790cd 100644 --- a/doc/tutorial.txt +++ b/doc/tutorial.txt @@ -102,8 +102,8 @@ if you call it from a directory besides your project's root. Inside the ``.be`` directory (among other things) there will be a long UUID_ directory. This is your bug directory. The idea is that you could keep several bug directories in the same repository, using one -to track bugs, another to track roadmap issues, etc. See IDs_ for -details. For BE itself, the bug directory is +to track bugs, another to track roadmap issues, etc. See :mod:`IDs` +for details. For BE itself, the bug directory is ``bea86499-824e-4e77-b085-2d581fa9ccab``, which is why all the bug and comment IDs in this tutorial will start with ``bea/``.