mercurial/helptext/config.txt
changeset 46494 d67732a4b58a
parent 46414 16c18d5e5dc8
parent 46493 b910be772eb9
child 46675 6f4a481f182a
equal deleted inserted replaced
46486:d7685105e504 46494:d67732a4b58a
  1025   incoming =
  1025   incoming =
  1026   incoming.email = /my/email/hook
  1026   incoming.email = /my/email/hook
  1027   incoming.autobuild = /my/build/hook
  1027   incoming.autobuild = /my/build/hook
  1028   # force autobuild hook to run before other incoming hooks
  1028   # force autobuild hook to run before other incoming hooks
  1029   priority.incoming.autobuild = 1
  1029   priority.incoming.autobuild = 1
       
  1030   ###  control HGPLAIN setting when running autobuild hook
       
  1031   # HGPLAIN always set (default from Mercurial 5.7)
       
  1032   incoming.autobuild:run-with-plain = yes
       
  1033   # HGPLAIN never set
       
  1034   incoming.autobuild:run-with-plain = no
       
  1035   # HGPLAIN inherited from environment (default before Mercurila 5.7)
       
  1036   incoming.autobuild:run-with-plain = auto
  1030 
  1037 
  1031 Most hooks are run with environment variables set that give useful
  1038 Most hooks are run with environment variables set that give useful
  1032 additional information. For each hook below, the environment variables
  1039 additional information. For each hook below, the environment variables
  1033 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
  1034 ``$HG_HOOKTYPE`` and ``$HG_HOOKNAME`` variables are set for all hooks.
  1041 ``$HG_HOOKTYPE`` and ``$HG_HOOKNAME`` variables are set for all hooks.