hgcampfire

Mercurial hook to report incoming changesets to Campfire chatroom
Download

hgcampfire Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Carl Meyer
  • Publisher web site:
  • https://launchpad.net/~carljm

hgcampfire Tags


hgcampfire Description

Mercurial hook to report incoming changesets to Campfire chatroom hgcampfire is a Mercurial hook to notify a Campfire chatroom about changesets coming in to a repository.Usage:Add the following to your Mercurial config (in a system, user, or repo-level hgrc file), replacing the API key, URL, and room ID:api_key = CAMPFIRE_AUTH_TOKEN_FOR_THE_USER_NOTIFICATIONS_WILL_COME_FROMurl = http://myorg.campfirenow.comroom = 123456changegroup.campfire = python:hgcampfire.notifyThese configs can of course be separated into different hgrc files, for instance if you want to specify the Campfire data user-wide, but apply the actual hook only to certain repositories.CustomizationYou can modify the template hgcampfire uses for its notification by setting the template config value in the section. The default value is {user} pushed:\n{changesets}. This template has the following context available to it: root is the repository root path, user is the value of the $USER environment variable, and changesets is the list of changesets pushed.You can also modify the template hgcampfire uses to report each changeset, by setting the cset_template config value in the section. This should be a Mercurial changeset template, of the same form you'd pass to --template. The default value is * "{desc}" by {author}. Requirements: · Python What's New in This Release: · don't let Python 2.5 and earlier raise HTTPError on 201 response code · list multiple changesets in most-recent-first order


hgcampfire Related Software