doc/hgrc.5.txt
changeset 2971 63c3a1921a67
parent 2841 619f1c65384c
child 3010 494521a3f142
--- a/doc/hgrc.5.txt
+++ b/doc/hgrc.5.txt
@@ -377,6 +377,9 @@ ui::
     remote command to use for clone/push/pull operations. Default is 'hg'.
   ssh;;
     command to use for SSH connections. Default is 'ssh'.
+  strict;;
+    Require exact command names, instead of allowing unambiguous
+    abbreviations.  True or False.  Default is False.
   timeout;;
     The timeout used when a lock is held (in seconds), a negative value
     means no timeout. Default is 600.