Skip to content

ndemoor/trello-mercurial-hook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Trello Mercurial Hook

By adding this hook, every commit with a card number hashtag (eg. #345) will add a comment with changeset details of this commit.

Install

Enable hook

  • Put the src/trello.py script somewhere outside of your project document
  • Open the .hg/hgrc document of the repository where you want to use this hook
  • Under the [hooks] section add pretxncommit.trello = python:/path/to/trello.py:comment_changeset

Configure hook

Now create a [trello] section and configure your board specific settings:

Usage

When commiting a changeset add a cardnumber hashtag somewhere in your commit message.

eg. hg commit -m 'This changset will post to card #123'

About

Add a card comment with changeset information

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages