Matt Mackall <mpm@selenic.com> [Mon, 04 Dec 2006 17:10:29 -0600] rev 3784
imported patch folding
Matt Mackall <mpm@selenic.com> [Mon, 04 Dec 2006 14:32:02 -0600] rev 3783
Make quoting in test-encoding simpler
Matt Mackall <mpm@selenic.com> [Mon, 04 Dec 2006 01:21:53 -0600] rev 3782
update test-debugcomplete
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.