Guest User

Untitled

a guest
Nov 14th, 2017
392
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. [paths]
  2. default = /opt/hgrepos/dev/testemail
  3.  
  4. [web]
  5. baseurl = https://atphg.atpco.org
  6. push_ssl = false
  7. allow_read = *
  8. allow_push = *
  9.  
  10. [extensions]
  11. notify =
  12.  
  13. [hooks]
  14. #changegroup.notify = python:hgext.notify.hook
  15. changegroup.notify = .hg/fmhomeconfig.py
  16. #pretxnchangegroup.forbid_2heads = python:./.hg/forbid_2head.py:hook
  17. #changegroup.scm = python:scmhooks.callback
  18. #pretxnchangegroup.scm = python:scmhooks.callback
  19.  
  20. [email]
  21. from = #cm@atpco.net
  22.  
  23. [smtp]
  24. host = mailhost
  25.  
  26. [notify]
  27. sources = serve push unbundle
  28. test = False
  29. config =
  30. template =
  31. maxdiff = 300
  32. strip = 4
  33.  
  34. [reposubs]
  35. * = ntesterman@ATPCO.NET
Add Comment
Please, Sign In to add comment