[PATCH] test-notify: make it pass on Mac OS X

Christian Ebert blacktrash at gmx.net
Fri Mar 21 17:36:28 CDT 2008


* Matt Mackall on Friday, March 21, 2008 at 15:59:55 -0500
> On Thu, 2008-03-20 at 00:35 +0100, Florent Guillaume wrote:
>> +hg --traceback --cwd b pull ../a 2>&1 |
>> +  python -c 'import sys,re; print re.sub("\n\t", " ", sys.stdin.read()),' |
>> +  sed -e 's/\(Message-Id:\).*/\1/' \
>>   -e 's/changeset \([0-9a-f]* *\)in .*test-notif/changeset \1in test-notif/' \
>>   -e 's/^details: .*test-notify/details: test-notify/' \
>>   -e 's/^Date:.*/Date:/'
> 
> That's a pretty scary hack. Anyone else running into this?

Nope. But I am on 10.4.11, and probably that's already considered
ancient; my guess would be that Florent has 10.5* ...

c
-- 
Patch queue to improve Mercurial's handling of non-ascii chars in mails:
<http://www.blacktrash.org/hg/hg-mail-mq/>
Mercurial crew repo, with mail improvement patch queue applied:
<http://www.blacktrash.org/hg/hg-crew-mq/>


More information about the Mercurial-devel mailing list