mercurial/helptext/config.txt
branchstable
changeset 46493 b910be772eb9
parent 46492 7289eac777ec
child 46494 d67732a4b58a
child 46522 6c8faeea6652
equal deleted inserted replaced
46492:7289eac777ec 46493:b910be772eb9
  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)
       
  1036   incoming.autobuild:run-with-plain = auto
  1035 
  1037 
  1036 Most hooks are run with environment variables set that give useful
  1038 Most hooks are run with environment variables set that give useful
  1037 additional information. For each hook below, the environment variables
  1039 additional information. For each hook below, the environment variables
  1038 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
  1039 ``$HG_HOOKTYPE`` and ``$HG_HOOKNAME`` variables are set for all hooks.
  1041 ``$HG_HOOKTYPE`` and ``$HG_HOOKNAME`` variables are set for all hooks.