doc/common.txt
author Adrian Buehlmann <adrian@cadifra.com>
Sat, 15 Sep 2012 21:42:52 +0200
changeset 17572 b644287e79a8
parent 9162 2399362b3bb0
permissions -rw-r--r--
store: unindent most of the contents of the for loop in _auxencode() by refactoring for i, n in enumerate(res): if n: <main code block> to for i, n in enumerate(res): if not n: continue <main code block> (no functional change)

.. Common link and substitution definitions.

.. |hg(1)| replace:: **hg**\ (1)
.. _hg(1): hg.1.html
.. |hgrc(5)| replace:: **hgrc**\ (5)
.. _hgrc(5): hgrc.5.html
.. |hgignore(5)| replace:: **hgignore**\ (5)
.. _hgignore(5): hgignore.5.html