comparison mercurial/help/config.txt @ 25523:bde670e58ae0

help: use 'color' as an example (instead of 'progress') Progress is now deprecated, using it as an example is suboptimal.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Thu, 11 Jun 2015 00:26:06 -0700
parents c8fada8d9db9
children 2748bf78a5bf
comparison
equal deleted inserted replaced
25522:15c2c580b2a7 25523:bde670e58ae0
639 or ``foo = !`` when path is not supplied. 639 or ``foo = !`` when path is not supplied.
640 640
641 Example for ``~/.hgrc``:: 641 Example for ``~/.hgrc``::
642 642
643 [extensions] 643 [extensions]
644 # (the progress extension will get loaded from Mercurial's path) 644 # (the color extension will get loaded from Mercurial's path)
645 progress = 645 color =
646 # (this extension will get loaded from the file specified) 646 # (this extension will get loaded from the file specified)
647 myfeature = ~/.hgext/myfeature.py 647 myfeature = ~/.hgext/myfeature.py
648 648
649 649
650 ``format`` 650 ``format``