diff 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
line wrap: on
line diff
--- a/doc/hgrc.5.txt	Sat May 12 21:09:29 2007 +0200
+++ b/doc/hgrc.5.txt	Sat May 12 21:09:31 2007 +0200
@@ -432,6 +432,9 @@
   merge;;
     The conflict resolution program to use during a manual merge.
     Default is "hgmerge".
+  patch;;
+    command to use to apply patches. Look for 'gpatch' or 'patch' in PATH if
+    unset.
   quiet;;
     Reduce the amount of output printed.  True or False.  Default is False.
   remotecmd;;