mercurial/helptext/config.txt
changeset 46714 6f4a481f182a
parent 46546 d67732a4b58a
parent 46373 6c8faeea6652
child 46874 84a93fa7ecfd
equal deleted inserted replaced
46713:79cfe18c20b5 46714:6f4a481f182a
  1030   ###  control HGPLAIN setting when running autobuild hook
  1030   ###  control HGPLAIN setting when running autobuild hook
  1031   # HGPLAIN always set (default from Mercurial 5.7)
  1031   # HGPLAIN always set (default from Mercurial 5.7)
  1032   incoming.autobuild:run-with-plain = yes
  1032   incoming.autobuild:run-with-plain = yes
  1033   # HGPLAIN never set
  1033   # HGPLAIN never set
  1034   incoming.autobuild:run-with-plain = no
  1034   incoming.autobuild:run-with-plain = no
  1035   # HGPLAIN inherited from environment (default before Mercurila 5.7)
  1035   # HGPLAIN inherited from environment (default before Mercurial 5.7)
  1036   incoming.autobuild:run-with-plain = auto
  1036   incoming.autobuild:run-with-plain = auto
  1037 
  1037 
  1038 Most hooks are run with environment variables set that give useful
  1038 Most hooks are run with environment variables set that give useful
  1039 additional information. For each hook below, the environment variables
  1039 additional information. For each hook below, the environment variables
  1040 it is passed are listed with names in the form ``$HG_foo``. The
  1040 it is passed are listed with names in the form ``$HG_foo``. The