# HG changeset patch # User Martin Geisler # Date 1319443738 -7200 # Node ID b74f74b482d8c875984216135e6ae1db17e401f0 # Parent 5f3142bd23b018d1cb11f4bffa441587b6043906 largefiles: improve markup in module help text diff -r 5f3142bd23b0 -r b74f74b482d8 hgext/largefiles/__init__.py --- 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]