mercurial/help/config.txt
changeset 27216 8117e2cd959e
parent 27093 41d3e307a7c1
child 27246 b288fb2724bf
equal deleted inserted replaced
27215:5b8da5643a8a 27216:8117e2cd959e
  1452 
  1452 
  1453 ``fallbackencoding``
  1453 ``fallbackencoding``
  1454     Encoding to try if it's not possible to decode the changelog using
  1454     Encoding to try if it's not possible to decode the changelog using
  1455     UTF-8. (default: ISO-8859-1)
  1455     UTF-8. (default: ISO-8859-1)
  1456 
  1456 
       
  1457 ``graphnodetemplate``
       
  1458     The template used to print changeset nodes in an ASCII revision graph.
       
  1459     (default: ``{graphnode}``)
       
  1460 
  1457 ``ignore``
  1461 ``ignore``
  1458     A file to read per-user ignore patterns from. This file should be
  1462     A file to read per-user ignore patterns from. This file should be
  1459     in the same format as a repository-wide .hgignore file. Filenames
  1463     in the same format as a repository-wide .hgignore file. Filenames
  1460     are relative to the repository root. This option supports hook syntax,
  1464     are relative to the repository root. This option supports hook syntax,
  1461     so if you want to specify multiple ignore files, you can do so by
  1465     so if you want to specify multiple ignore files, you can do so by