[Bug 4250] New: notify extension: local commits don't handled

mercurial-bugs at selenic.com mercurial-bugs at selenic.com
Thu May 15 09:38:02 CDT 2014


http://bz.selenic.com/show_bug.cgi?id=4250

          Priority: normal
            Bug ID: 4250
                CC: mercurial-devel at selenic.com
          Assignee: bugzilla at selenic.com
           Summary: notify extension: local commits don't handled
          Severity: feature
    Classification: Unclassified
                OS: Other
          Reporter: citrin+selenic at citrin.ru
          Hardware: PC
            Status: UNCONFIRMED
           Version: 3.0
         Component: Mercurial
           Product: Mercurial

Currently it is not possible to send e-mails on local commits (just hg ci in
local repo), but this feature is need.

With config file:
[ui]
debug = yes
[extensions]
notify=
[hooks]
commit.notify = python:hgext.notify.hook
[notify]
sources = serve None
[reposubs]
* = test at example.com

Debug output is:
> hg ci -m test
testfile
calling hook commit.notify: hgext.notify.hook
notify: changes have source "None" - skipping
committed changeset 13:0f34115b507de6ad6262ff0a9649e43af3be28f2

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Mercurial-devel mailing list