##// END OF EJS Templates
help: use 'churn' instead of 'color' as an example extension...
Pierre-Yves David -
r31125:01a0ea04 default
parent child Browse files
Show More
@@ -728,8 +728,8 b' or ``foo = !`` when path is not supplied'
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
General Comments 0
You need to be logged in to leave comments. Login now