doc/hgrc.5.txt
changeset 1914 a5bf0030df5f
parent 1907 7718885070b1
child 1985 c577689006fa
equal deleted inserted replaced
1913:74cf2b2f43d4 1914:a5bf0030df5f
   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   interactive;;
   239   interactive;;
   240     Allow to prompt the user.  True or False.  Default is True.
   240     Allow to prompt the user.  True or False.  Default is True.
   241   logtemplate;;
   241   logtemplate;;
   242     Template string for commands that print changesets.
   242     Template string for commands that print changesets.
   243   logmap;;
   243   style;;
   244     Template map file for commands that print changesets.
   244     Name of style to use for command output.
   245   merge;;
   245   merge;;
   246     The conflict resolution program to use during a manual merge.
   246     The conflict resolution program to use during a manual merge.
   247     Default is "hgmerge".
   247     Default is "hgmerge".
   248   quiet;;
   248   quiet;;
   249     Reduce the amount of output printed.  True or False.  Default is False.
   249     Reduce the amount of output printed.  True or False.  Default is False.