Question about merge changeset emails
Greg Lindahl
lindahl at pbm.com
Wed Oct 3 18:23:12 CDT 2007
My guys like to read through checkin emails. The following example
shows where 2 changesets get emailed out at once ... which isn't
helpful, as they want to ignore the merge changeset, which contains
only things that they've already seen (assuming no collision, which is
the case.)
How can I convince Mercurial to do something more useful like sending
2 separate emails in this case? Or suppressing the merge diff?
hgk gets this case right, it shows an empty diff for the merge
changeset.
And while I'm at it, is there any way to fix the details line to work
with hgwebdir.cgi without specifying an entire template?
details: http://master/~hg/hgwebdir.cgi/b/home/hg/b/rev/019ccec02a59
changeset: 176:019ccec02a59
user: Bob Dobbs <bdobbs at gmail.com>
date: Wed Oct 03 16:08:46 2007 -0700
description:
checkpointing useless code
details: http://master/~hg/hgwebdir.cgi/b/home/hg/b/rev/1276f824e8c9
changeset: 177:1276f824e8c9
user: Bob Dobbs <bdobbs at gmail.com>
date: Wed Oct 03 16:09:52 2007 -0700
description:
merge
diffstat:
6 files changed, 145 insertions(+), 80 deletions(-)
pm/Events.pm | 3 -
pm/UDP.pm | 7 ++
pm/WriteCache.pm | 27 +++++++++--
pm/WriteLog.pm | 63 +++++++++++++++++++++++++-
pm/t/frag.pl | 122 +++++++++++++++++++++------------------------------
pm/t/test_bucket.pl | 3 +
diffs (482 lines):
More information about the Mercurial
mailing list