doc/hgrc.5.txt
changeset 2003 62647394e368
parent 1985 c577689006fa
child 2155 ff255b41b4aa
equal deleted inserted replaced
2002:4aab906517c6 2003:62647394e368
   234   User interface controls.
   234   User interface controls.
   235   debug;;
   235   debug;;
   236     Print debugging information.  True or False.  Default is False.
   236     Print debugging information.  True or False.  Default is False.
   237   editor;;
   237   editor;;
   238     The editor to use during a commit.  Default is $EDITOR or "vi".
   238     The editor to use during a commit.  Default is $EDITOR or "vi".
       
   239   ignore;;
       
   240     A file to read per-user ignore patterns from. This file should be in
       
   241     the same format as a repository-wide .hgignore file. This option
       
   242     supports hook syntax, so if you want to specify multiple ignore
       
   243     files, you can do so by setting something like
       
   244     "ignore.other = ~/.hgignore2".
   239   interactive;;
   245   interactive;;
   240     Allow to prompt the user.  True or False.  Default is True.
   246     Allow to prompt the user.  True or False.  Default is True.
   241   logtemplate;;
   247   logtemplate;;
   242     Template string for commands that print changesets.
   248     Template string for commands that print changesets.
   243   style;;
   249   style;;