Matt Mackall <mpm@selenic.com> [Sun, 03 Dec 2006 18:47:05 -0600] rev 3781
hgweb: report detected character set
Add comments on overriding charset to CGI scripts
Matt Mackall <mpm@selenic.com> [Sun, 03 Dec 2006 17:28:58 -0600] rev 3780
test-encoding: copy a bundle from TESTDIR rather than constructing one
Matt Mackall <mpm@selenic.com> [Sun, 03 Dec 2006 16:51:50 -0600] rev 3779
Hex-encode ! in test-encoding printf
Naked ! tends to confuse shells
Matt Mackall <mpm@selenic.com> [Sun, 03 Dec 2006 16:31:25 -0600] rev 3778
Add output for encoding test
Matt Mackall <mpm@selenic.com> [Sun, 03 Dec 2006 16:16:33 -0600] rev 3777
Add a charset encoding test case
Matt Mackall <mpm@selenic.com> [Sun, 03 Dec 2006 16:16:33 -0600] rev 3776
tests: set a default encoding for running tests (ASCII)
Matt Mackall <mpm@selenic.com> [Sun, 03 Dec 2006 16:16:33 -0600] rev 3775
Add documentation for charset encoding options
Matt Mackall <mpm@selenic.com> [Sun, 03 Dec 2006 16:16:33 -0600] rev 3774
Add global options for setting encoding and encodingmode
Matt Mackall <mpm@selenic.com> [Sun, 03 Dec 2006 16:16:33 -0600] rev 3773
Handle transcoding of branch names
Matt Mackall <mpm@selenic.com> [Sun, 03 Dec 2006 16:16:33 -0600] rev 3772
Handle transcoding of tags
Matt Mackall <mpm@selenic.com> [Sun, 03 Dec 2006 16:16:33 -0600] rev 3771
Handle transcoding of username and description in changelog
Matt Mackall <mpm@selenic.com> [Sun, 03 Dec 2006 16:16:33 -0600] rev 3770
Add functions for transcoding and manipulating multibyte strings
Matt Mackall <mpm@selenic.com> [Sun, 03 Dec 2006 16:16:33 -0600] rev 3769
Add encoding detection
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 02 Dec 2006 22:41:05 +0100] rev 3768
merge with crew
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 02 Dec 2006 22:35:17 +0100] rev 3767
Move ellipsis code to util.ellipsis() and improve maxlength handling.
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 02 Dec 2006 22:16:00 +0100] rev 3766
Use UnexpectedOutput exception instead of RepoError in sshrepo, too.
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 02 Dec 2006 22:15:18 +0100] rev 3765
Change sshrepo.repoerror() into a more flexible sshrepo.raise_().
Now every exception can be raised with a cleanup, not only hg.RepoError.
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 02 Dec 2006 21:57:20 +0100] rev 3764
Don't show traceback on 'hg clone -r unknown ssh://hg.example.com/'.
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sat, 02 Dec 2006 18:41:07 -0200] rev 3763
fix qseries -v and guards interaction
- rename "status" variable to avoid shadowing an argument
- use a better test to determine whether a patch is applied
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sat, 02 Dec 2006 16:08:00 -0200] rev 3762
changegroup.py: delay the loading of the bz2 and zlib modules
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sat, 02 Dec 2006 03:38:55 -0200] rev 3761
Ignore all errors while parsing the branch cache.
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sat, 02 Dec 2006 03:16:17 -0200] rev 3760
small fixes for test-newbranch
- hg tip doesn't use the branch cache; use hg log -r in its place
- commit doesn't use a HG_MERGE environment variable
- change the dates from "0 0" to "1000000 0"
Brendan Cully <brendan@kublai.com> [Fri, 01 Dec 2006 15:43:48 -0800] rev 3759
transplant: split filter args into changelog entry and patch
Brendan Cully <brendan@kublai.com> [Fri, 01 Dec 2006 15:00:33 -0800] rev 3758
transplant: log source node when recovering too.