mercurial/help/config.txt
branchstable
changeset 20142 14e283c99908
parent 19183 9d88916fb56f
child 20176 4c96c50ef937
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``