comparison doc/hgrc.5.txt @ 4435:aac150af09e8

Add ui.patch option. ui.patch overrides the default patch/gpatch command and options.
author Patrick Mezard <pmezard@gmail.com>
date Sat, 12 May 2007 21:09:31 +0200
parents fe41d9a186ab
children b422b558015b
comparison
equal deleted inserted replaced
4434:439b1c35348a 4435:aac150af09e8
430 style;; 430 style;;
431 Name of style to use for command output. 431 Name of style to use for command output.
432 merge;; 432 merge;;
433 The conflict resolution program to use during a manual merge. 433 The conflict resolution program to use during a manual merge.
434 Default is "hgmerge". 434 Default is "hgmerge".
435 patch;;
436 command to use to apply patches. Look for 'gpatch' or 'patch' in PATH if
437 unset.
435 quiet;; 438 quiet;;
436 Reduce the amount of output printed. True or False. Default is False. 439 Reduce the amount of output printed. True or False. Default is False.
437 remotecmd;; 440 remotecmd;;
438 remote command to use for clone/push/pull operations. Default is 'hg'. 441 remote command to use for clone/push/pull operations. Default is 'hg'.
439 ssh;; 442 ssh;;