comparison doc/hgrc.5.txt @ 2971:63c3a1921a67

Add ui.strict config item. This turns off command matching by unambiguous prefix, and is a good thing if you want to write future-proof scripts. This fixes issue 314.
author Bryan O'Sullivan <bos@serpentine.com>
date Mon, 21 Aug 2006 21:59:29 -0700
parents 619f1c65384c
children 494521a3f142
comparison
equal deleted inserted replaced
2970:12d1475b48df 2971:63c3a1921a67
375 Reduce the amount of output printed. True or False. Default is False. 375 Reduce the amount of output printed. True or False. Default is False.
376 remotecmd;; 376 remotecmd;;
377 remote command to use for clone/push/pull operations. Default is 'hg'. 377 remote command to use for clone/push/pull operations. Default is 'hg'.
378 ssh;; 378 ssh;;
379 command to use for SSH connections. Default is 'ssh'. 379 command to use for SSH connections. Default is 'ssh'.
380 strict;;
381 Require exact command names, instead of allowing unambiguous
382 abbreviations. True or False. Default is False.
380 timeout;; 383 timeout;;
381 The timeout used when a lock is held (in seconds), a negative value 384 The timeout used when a lock is held (in seconds), a negative value
382 means no timeout. Default is 600. 385 means no timeout. Default is 600.
383 username;; 386 username;;
384 The committer of a changeset created when running "commit". 387 The committer of a changeset created when running "commit".