* Jakub Wilk <[EMAIL PROTECTED]> [20080304 18:38]: > $ hg diff | iconv -f UTF-8 -t UTF-8 > /dev/null > iconv: illegal input sequence at position 168
In Mercurial 0.9.5 the diff option -p/--show-function is unconditionally set by default. This bug is fixed in the current development version (changeset 3d1f9dcecdea), so it will be fixed in the upcoming release. You can already change this in /etc/mercurial/hgrc, ~/.hgrc or .hg/hgrc by adding this: [diff] showfunc = false Regards, Thomas Arendsen Hein -- [EMAIL PROTECTED] - http://intevation.de/~thomas/ - OpenPGP key: 0x5816791A Intevation GmbH, Osnabrueck - Register: Amtsgericht Osnabrueck, HR B 18998 Geschaeftsfuehrer: Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

