1. Summary
  2. Files
  3. Support
  4. Report Spam
  5. Create account
  6. Log in

Ticket #5437 (closed: fixed)

Opened 4 years ago

Last modified 3 years ago

mercurial email notifications

Reported by: yuv Owned by: cmaloney
Keywords: SOG Cc:
Private: no

Description

Hello,

I am not sure if this is my mistake, lack of documentation, a bug, or an intended non-feature.

We're progressively moving a few projects to Mercurial and I would like to implement email notification of changes to the repository, similar to what we already have with Subversion.

I'm trying to implement
http://mercurial.selenic.com/wiki/NotifyExtension

It is not documented on
https://sourceforge.net/apps/trac/sourceforge/wiki/Mercurial

I've (wrongly?) assumed that since the extension is installed by default with Mercurial, it is also on SF and I only need configure it properly.

you can see my first attempt (using wild guesses and defaults) at

/home/scm_hg/e/en/enblend/enblend-web/.hg/.hgrc

probably the [smtp] section is wrong?

could you help me
(a) understand if it is possible to have notifications from Mercurial?
(b) fix my broken implementation?
(c) document this for other SF users?

thanks
Yuv

Change History

Changed 4 years ago by jwigglesworth

  • owner set to jwigglesworth
  • status changed from new to accepted

Changed 4 years ago by jwigglesworth

  • keywords SOG added; mercurial, email, notifications removed
  • owner changed from jwigglesworth to cmaloney
  • status changed from accepted to assigned

Changed 4 years ago by burley

  • status changed from assigned to closed
  • resolution set to fixed

Greetings,

This is currently undocumented and unsupported. However, it'll probably work if you point the traffic to localhost.

Thank you,

David Burley
Systems Programmer/Analyst, SourceForge.net

Changed 4 years ago by yuv

fantastic! thanks for the quick and positive reply. I'll test later this week and will post my results here. is it OK if I document and share what I did to make it work (after it is tested to work)?

Yuv

Changed 4 years ago by yuv

tested. it works. I have documentation that I am ready to share / give back.

Thank you

Yuv

Changed 3 years ago by yuv

Since there have been a few private requests for the docu, it is now on my blog, in three installments starting at http://panospace.wordpress.com/2010/05/19/svn2hg_part1/

Note: See TracTickets for help on using tickets.