[Bug 3848] New: Bookmarks pushed after notify email sent

mercurial-bugs at selenic.com mercurial-bugs at selenic.com
Mon Mar 4 23:52:15 CST 2013


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

          Priority: normal
            Bug ID: 3848
                CC: mercurial-devel at selenic.com
          Assignee: bugzilla at selenic.com
           Summary: Bookmarks pushed after notify email sent
          Severity: bug
    Classification: Unclassified
                OS: Windows
          Reporter: sphen.lee at gmail.com
          Hardware: PC
            Status: UNCONFIRMED
           Version: 2.5.1
         Component: Mercurial
           Product: Mercurial

When using the notify extension with bookmarks, the email sent will not include
bookmarks on changesets that are going to be being updated by the push.
(This can only be observed if the email template is configured to include
bookmarks).

eg. hg push -B foo will send an email containing the changeset pointed to by
'foo' but will not mention 'foo' itself.

This seems to be caused by notify using the 'changegroup' hook which is
triggered as soon as the changesets are pushed, the bookmarks are then pushed
after this.

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


More information about the Mercurial-devel mailing list