##// END OF EJS Templates
help: use progress instead of mq as in 'hg help config' example
Matt Mackall -
r20142:14e283c9 stable
parent child Browse files
Show More
@@ -495,8 +495,8 b' or ``foo = !`` when path is not supplied'
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
General Comments 0
You need to be logged in to leave comments. Login now