Skip to content

luckydonald-forks/mercurial-discord

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mercurial-discord

Mercurial hook that posts to Discord

Copy it to the .hg directory of your repository on the server, change its hgrc like this:

[hooks]
incoming = python:.hg/hooks.py:incoming

and put a secrets.txt file right next to it:

{
    "hgwebUrl": "https://project.local/hg/reponame/",
    "webhookUrl": "https://discord.com/api/webhooks/gibberish123456789oijhzgtfrdsa"
}

About

Mercurial hook that posts to Discord

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%