[issue289] mq should create & maintain diffstats in patches

Bryan O'Sullivan bos at serpentine.com
Wed Jun 21 22:45:26 CDT 2006


On Wed, 2006-06-21 at 13:02 -0700, Jeremy Fitzhardinge wrote:

> Perhaps the fix is to make it 
> properly parse email headers (it might be useful for directly feeding 
> email into mq).

It would be sort of nice to get "hg import" to slurp up an mbox file,
but I suspect that it would incur a fair bit of bloat, even though
Python has nice code for handling folders and parsing email messages
already.

I've been thinking for a while that commands.py needs splitting into its
component atoms, which would make something like folder and email
parsing easier to stomach.

	<b



More information about the Mercurial mailing list