comparison mercurial/help/config.txt @ 20142:14e283c99908 stable

help: use progress instead of mq as in 'hg help config' example
author Matt Mackall <mpm@selenic.com>
date Fri, 22 Nov 2013 17:12:43 +0100
parents 9d88916fb56f
children 4c96c50ef937
comparison
equal deleted inserted replaced
20109:e57c532c3835 20142:14e283c99908
493 or ``foo = !`` when path is not supplied. 493 or ``foo = !`` when path is not supplied.
494 494
495 Example for ``~/.hgrc``:: 495 Example for ``~/.hgrc``::
496 496
497 [extensions] 497 [extensions]
498 # (the mq extension will get loaded from Mercurial's path) 498 # (the progress extension will get loaded from Mercurial's path)
499 mq = 499 progress =
500 # (this extension will get loaded from the file specified) 500 # (this extension will get loaded from the file specified)
501 myfeature = ~/.hgext/myfeature.py 501 myfeature = ~/.hgext/myfeature.py
502 502
503 503
504 ``format`` 504 ``format``