mercurial/helptext/config.txt
changeset 44437 c85d5fd1a5d9
parent 44413 f0027a3dd7cb
child 44439 edc8504bc26b
equal deleted inserted replaced
44436:f935b680860d 44437:c85d5fd1a5d9
  2008     - 'strict': push is abort if another client touched the repository
  2008     - 'strict': push is abort if another client touched the repository
  2009       while the push was preparing. (default)
  2009       while the push was preparing. (default)
  2010     - 'check-related': push is only aborted if it affects head that got also
  2010     - 'check-related': push is only aborted if it affects head that got also
  2011       affected while the push was preparing.
  2011       affected while the push was preparing.
  2012 
  2012 
  2013     This requires compatible client (version 4.3 and later). Old client will
  2013     'check-related' only takes effect for compatible clients (version
  2014     use 'strict'.
  2014     4.3 and later). Older clients will use 'strict'.
  2015 
  2015 
  2016 ``validate``
  2016 ``validate``
  2017     Whether to validate the completeness of pushed changesets by
  2017     Whether to validate the completeness of pushed changesets by
  2018     checking that all new file revisions specified in manifests are
  2018     checking that all new file revisions specified in manifests are
  2019     present. (default: False)
  2019     present. (default: False)