comparison mercurial/help/config.txt @ 31125:01a0ea04c372

help: use 'churn' instead of 'color' as an example extension The 'color' extensions is now deprecated.
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
date Tue, 21 Feb 2017 22:53:38 +0100
parents df0a0734304a
children 79d98e1b21a7
comparison
equal deleted inserted replaced
31124:791ea883fc44 31125:01a0ea04c372
726 or ``foo = !`` when path is not supplied. 726 or ``foo = !`` when path is not supplied.
727 727
728 Example for ``~/.hgrc``:: 728 Example for ``~/.hgrc``::
729 729
730 [extensions] 730 [extensions]
731 # (the color extension will get loaded from Mercurial's path) 731 # (the churn extension will get loaded from Mercurial's path)
732 color = 732 churn =
733 # (this extension will get loaded from the file specified) 733 # (this extension will get loaded from the file specified)
734 myfeature = ~/.hgext/myfeature.py 734 myfeature = ~/.hgext/myfeature.py
735 735
736 736
737 ``format`` 737 ``format``