mercurial/helptext/config.txt
branchstable
changeset 46343 5249ac2bc7a4
parent 46342 60e6bf3bf681
child 46370 7289eac777ec
child 46483 16c18d5e5dc8
equal deleted inserted replaced
46342:60e6bf3bf681 46343:5249ac2bc7a4
  1974     tries to upgrade the share to use share-safe; if it fails, aborts
  1974     tries to upgrade the share to use share-safe; if it fails, aborts
  1975     ``upgrade-allow``
  1975     ``upgrade-allow``
  1976     tries to upgrade the share; if it fails, continue by
  1976     tries to upgrade the share; if it fails, continue by
  1977     respecting the share source setting
  1977     respecting the share source setting
  1978 
  1978 
       
  1979     Check :hg:`help config format.use-share-safe` for details about the
       
  1980     share-safe feature.
       
  1981 
  1979 ``safe-mismatch.source-safe.warn``
  1982 ``safe-mismatch.source-safe.warn``
  1980     Shows a warning on operations if the shared repository does not use
  1983     Shows a warning on operations if the shared repository does not use
  1981     share-safe, but the source repository does.
  1984     share-safe, but the source repository does.
  1982     (default: True)
  1985     (default: True)
  1983 
  1986 
  1996     ``downgrade-abort``
  1999     ``downgrade-abort``
  1997     tries to downgrade the share to not use share-safe; if it fails, aborts
  2000     tries to downgrade the share to not use share-safe; if it fails, aborts
  1998     ``downgrade-allow``
  2001     ``downgrade-allow``
  1999     tries to downgrade the share to not use share-safe;
  2002     tries to downgrade the share to not use share-safe;
  2000     if it fails, continue by respecting the shared source setting
  2003     if it fails, continue by respecting the shared source setting
       
  2004 
       
  2005     Check :hg:`help config format.use-share-safe` for details about the
       
  2006     share-safe feature.
  2001 
  2007 
  2002 ``safe-mismatch.source-not-safe.warn``
  2008 ``safe-mismatch.source-not-safe.warn``
  2003     Shows a warning on operations if the shared repository uses share-safe,
  2009     Shows a warning on operations if the shared repository uses share-safe,
  2004     but the source repository does not.
  2010     but the source repository does not.
  2005     (default: True)
  2011     (default: True)