[Python-checkins] devguide: Use new anchor

antoine.pitrou python-checkins at python.org
Sun Feb 6 23:10:47 CET 2011


antoine.pitrou pushed c2ac89bc9dfa to devguide:

http://hg.python.org/devguide/rev/c2ac89bc9dfa
changeset:   263:c2ac89bc9dfa
branch:      hg_transition
tag:         tip
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Sun Feb 06 23:10:44 2011 +0100
summary:
  Use new anchor

files:
  faq.rst

diff --git a/faq.rst b/faq.rst
--- a/faq.rst
+++ b/faq.rst
@@ -302,7 +302,7 @@
 
 This will output to stdout every line of the file along with which revision
 last modified that line.  When you have the revision number, it is then
-easy to :ref:`display it in detail <hg-log>`.
+easy to :ref:`display it in detail <hg-log-rev>`.
 
 
 .. _hg-log:
@@ -322,6 +322,8 @@
 
  hg log -vp [PATH]
 
+.. _hg-log-rev:
+
 If you want to view the differences for a specific revision, run::
 
  hg log -vp -r <revision number>

--
Repository URL: http://hg.python.org/devguide


More information about the Python-checkins mailing list