This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author loewis
Recipients christian.heimes, eric.araujo, ezio.melotti, georg.brandl, jcea, loewis, orsenthil, pitrou, r.david.murray, terry.reedy
Date 2013-03-22.17:41:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363974090.75.0.387364222961.issue15917@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-03-22 17:41:30loewissetrecipients: + loewis, georg.brandl, terry.reedy, jcea, orsenthil, pitrou, christian.heimes, ezio.melotti, eric.araujo, r.david.murray
2013-03-22 17:41:30loewissetmessageid: <1363974090.75.0.387364222961.issue15917@psf.upfronthosting.co.za>
2013-03-22 17:41:30loewislinkissue15917 messages
2013-03-22 17:41:30loewiscreate