doc/hgrc.5.txt
changeset 4435 aac150af09e8
parent 4164 fe41d9a186ab
child 4527 b422b558015b
--- a/doc/hgrc.5.txt
+++ b/doc/hgrc.5.txt
@@ -432,6 +432,9 @@ ui::
   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;;