Thomas Arendsen Hein <thomas@intevation.de> [Sat, 09 Dec 2006 11:16:27 +0100] rev 3839
Fixes test-encoding for python2.3 and minor cleanups:
- Use koi8-r instead of euc-jp, as the later isn't available in python2.3.
- Add unicode representation for latin1 e', too.
- Use date "1000000 0" like in other tests (though not strictly needed
because we no longer use %c as default datestr format).
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 09 Dec 2006 09:30:29 +0100] rev 3838
Use util.always instead of creating a new lambda function in show_changeset
and simplify the expression.
Matt Mackall <mpm@selenic.com> [Fri, 08 Dec 2006 20:44:58 -0600] rev 3837
Fix log regression where log -p file showed diffs for other files
Brendan Cully <brendan@kublai.com> [Fri, 08 Dec 2006 17:10:40 -0800] rev 3836
Fix hg serve -6 getsockname handling
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Fri, 08 Dec 2006 22:01:05 -0200] rev 3835
Allow the user to specify the fallback encoding for the changelog
Example: use EUC-JP instead of ISO-8859-1:
[ui]
fallbackencoding = EUC-JP
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 08 Dec 2006 23:33:32 +0100] rev 3834
Removed unknown option -t in test-status
Brendan Cully <brendan@kublai.com> [Fri, 08 Dec 2006 14:06:26 -0800] rev 3833
Merge with mpm
Brendan Cully <brendan@kublai.com> [Fri, 08 Dec 2006 12:53:51 -0800] rev 3832
Merge with mpm
Brendan Cully <brendan@kublai.com> [Fri, 08 Dec 2006 12:52:17 -0800] rev 3831
transplant: don't add extra newlines to changelog entry in filter
Matt Mackall <mpm@selenic.com> [Fri, 08 Dec 2006 15:05:39 -0600] rev 3830
Merge with crew
Matt Mackall <mpm@selenic.com> [Fri, 08 Dec 2006 14:55:45 -0600] rev 3829
Add doc notes about revert and hg status vs diff
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 08 Dec 2006 07:48:47 +0100] rev 3828
merge with main