[issue15917] hg hook to detect unmerged changesets

Martin v. Löwis report at bugs.python.org
Fri Mar 22 18:41:30 CET 2013


Martin v. Löwis added the comment:

hg log -r 'head()-parents(merge())-closed()' --template '{branch}\n'

works for me. Alternatively,

hg log -r 'head()-parents(merge())-closed()-branch(2.7)-branch(default)'

should come out empty.

----------

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


More information about the Python-bugs-list mailing list