changeset 15352:b74f74b482d8 stable

largefiles: improve markup in module help text
author Martin Geisler <mg@aragost.com>
date Mon, 24 Oct 2011 10:08:58 +0200
parents 5f3142bd23b0
children ab600a25dfc0
files hgext/largefiles/__init__.py
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/largefiles/__init__.py	Mon Oct 24 09:54:02 2011 +0200
+++ b/hgext/largefiles/__init__.py	Mon Oct 24 10:08:58 2011 +0200
@@ -29,7 +29,7 @@
 of large files when you clone or pull.
 
 To start a new repository or add new large binary files, just add
---large to your ``hg add`` command. For example::
+--large to your :hg:`add` command. For example::
 
   $ dd if=/dev/urandom of=randomdata count=2000
   $ hg add --large randomdata
@@ -49,8 +49,8 @@
 
 If you already have large files tracked by Mercurial without the
 largefiles extension, you will need to convert your repository in
-order to benefit from largefiles. This is done with the 'hg lfconvert'
-command::
+order to benefit from largefiles. This is done with the
+:hg:`lfconvert` command::
 
   $ hg lfconvert --size 10 oldrepo newrepo
 
@@ -66,7 +66,7 @@
   $ hg add --lfsize 2
 
 The ``largefiles.patterns`` config option allows you to specify a list
-of filename patterns (see ``hg help patterns``) that should always be
+of filename patterns (see :hg:`help patterns`) that should always be
 tracked as largefiles::
 
   [largefiles]