[New-bugs-announce] [issue15917] hg hook to detect unmerged changesets

Ezio Melotti report at bugs.python.org
Tue Sep 11 07:13:11 CEST 2012


New submission from Ezio Melotti:

The attached Mercurial hook checks that all the changesets in a 3.x branch are merged with either another cset in the same branch or a cset in the following 3.x branch.

This is to detect and prevent situations where people commit something on e.g. 3.2 and push it without merging it with default.

----------
files: checkmerge.py
messages: 170263
nosy: ezio.melotti, georg.brandl, loewis, pitrou
priority: normal
severity: normal
stage: patch review
status: open
title: hg hook to detect unmerged changesets
type: enhancement
Added file: http://bugs.python.org/file27171/checkmerge.py

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15917>
_______________________________________


More information about the New-bugs-announce mailing list