doc/hgrc.5.txt
changeset 3835 d1ce5461beed
parent 3721 98f2507c5551
child 4011 15955d84bc68
equal deleted inserted replaced
3834:a7b61c3b0f93 3835:d1ce5461beed
   386   User interface controls.
   386   User interface controls.
   387   debug;;
   387   debug;;
   388     Print debugging information.  True or False.  Default is False.
   388     Print debugging information.  True or False.  Default is False.
   389   editor;;
   389   editor;;
   390     The editor to use during a commit.  Default is $EDITOR or "vi".
   390     The editor to use during a commit.  Default is $EDITOR or "vi".
       
   391   fallbackencoding;;
       
   392     Encoding to try if it's not possible to decode the changelog using
       
   393     UTF-8.  Default is ISO-8859-1.
   391   ignore;;
   394   ignore;;
   392     A file to read per-user ignore patterns from. This file should be in
   395     A file to read per-user ignore patterns from. This file should be in
   393     the same format as a repository-wide .hgignore file. This option
   396     the same format as a repository-wide .hgignore file. This option
   394     supports hook syntax, so if you want to specify multiple ignore
   397     supports hook syntax, so if you want to specify multiple ignore
   395     files, you can do so by setting something like
   398     files, you can do so by setting something like