Tue, 21 Nov 2006 20:00:15 -0200 make hg commit <dirname> work again
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Tue, 21 Nov 2006 20:00:15 -0200] rev 3786
make hg commit <dirname> work again
Mon, 04 Dec 2006 17:10:31 -0600 imported patch collision
Matt Mackall <mpm@selenic.com> [Mon, 04 Dec 2006 17:10:31 -0600] rev 3785
imported patch collision
Mon, 04 Dec 2006 17:10:29 -0600 imported patch folding
Matt Mackall <mpm@selenic.com> [Mon, 04 Dec 2006 17:10:29 -0600] rev 3784
imported patch folding
Mon, 04 Dec 2006 14:32:02 -0600 Make quoting in test-encoding simpler
Matt Mackall <mpm@selenic.com> [Mon, 04 Dec 2006 14:32:02 -0600] rev 3783
Make quoting in test-encoding simpler
Mon, 04 Dec 2006 01:21:53 -0600 update test-debugcomplete
Matt Mackall <mpm@selenic.com> [Mon, 04 Dec 2006 01:21:53 -0600] rev 3782
update test-debugcomplete
Sun, 03 Dec 2006 18:47:05 -0600 hgweb: report detected character set
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
Sun, 03 Dec 2006 17:28:58 -0600 test-encoding: copy a bundle from TESTDIR rather than constructing one
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
Sun, 03 Dec 2006 16:51:50 -0600 Hex-encode ! in test-encoding printf
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
Sun, 03 Dec 2006 16:31:25 -0600 Add output for encoding test
Matt Mackall <mpm@selenic.com> [Sun, 03 Dec 2006 16:31:25 -0600] rev 3778
Add output for encoding test
Sun, 03 Dec 2006 16:16:33 -0600 Add a charset encoding test case
Matt Mackall <mpm@selenic.com> [Sun, 03 Dec 2006 16:16:33 -0600] rev 3777
Add a charset encoding test case
Sun, 03 Dec 2006 16:16:33 -0600 tests: set a default encoding for running tests (ASCII)
Matt Mackall <mpm@selenic.com> [Sun, 03 Dec 2006 16:16:33 -0600] rev 3776
tests: set a default encoding for running tests (ASCII)
Sun, 03 Dec 2006 16:16:33 -0600 Add documentation for charset encoding options
Matt Mackall <mpm@selenic.com> [Sun, 03 Dec 2006 16:16:33 -0600] rev 3775
Add documentation for charset encoding options
Sun, 03 Dec 2006 16:16:33 -0600 Add global options for setting encoding and encodingmode
Matt Mackall <mpm@selenic.com> [Sun, 03 Dec 2006 16:16:33 -0600] rev 3774
Add global options for setting encoding and encodingmode
Sun, 03 Dec 2006 16:16:33 -0600 Handle transcoding of branch names
Matt Mackall <mpm@selenic.com> [Sun, 03 Dec 2006 16:16:33 -0600] rev 3773
Handle transcoding of branch names
Sun, 03 Dec 2006 16:16:33 -0600 Handle transcoding of tags
Matt Mackall <mpm@selenic.com> [Sun, 03 Dec 2006 16:16:33 -0600] rev 3772
Handle transcoding of tags
Sun, 03 Dec 2006 16:16:33 -0600 Handle transcoding of username and description in changelog
Matt Mackall <mpm@selenic.com> [Sun, 03 Dec 2006 16:16:33 -0600] rev 3771
Handle transcoding of username and description in changelog
Sun, 03 Dec 2006 16:16:33 -0600 Add functions for transcoding and manipulating multibyte strings
Matt Mackall <mpm@selenic.com> [Sun, 03 Dec 2006 16:16:33 -0600] rev 3770
Add functions for transcoding and manipulating multibyte strings
Sun, 03 Dec 2006 16:16:33 -0600 Add encoding detection
Matt Mackall <mpm@selenic.com> [Sun, 03 Dec 2006 16:16:33 -0600] rev 3769
Add encoding detection
Sat, 02 Dec 2006 22:41:05 +0100 merge with crew
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 02 Dec 2006 22:41:05 +0100] rev 3768
merge with crew
Sat, 02 Dec 2006 22:35:17 +0100 Move ellipsis code to util.ellipsis() and improve maxlength handling.
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.
Sat, 02 Dec 2006 22:16:00 +0100 Use UnexpectedOutput exception instead of RepoError in sshrepo, too.
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.
Sat, 02 Dec 2006 22:15:18 +0100 Change sshrepo.repoerror() into a more flexible sshrepo.raise_().
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.
Sat, 02 Dec 2006 21:57:20 +0100 Don't show traceback on 'hg clone -r unknown ssh://hg.example.com/'.
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/'.
Sat, 02 Dec 2006 18:41:07 -0200 fix qseries -v and guards interaction
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
Sat, 02 Dec 2006 16:08:00 -0200 changegroup.py: delay the loading of the bz2 and zlib modules
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
Sat, 02 Dec 2006 03:38:55 -0200 Ignore all errors while parsing the branch cache.
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.
Sat, 02 Dec 2006 03:16:17 -0200 small fixes for test-newbranch
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"
Fri, 01 Dec 2006 15:43:48 -0800 transplant: split filter args into changelog entry and patch
Brendan Cully <brendan@kublai.com> [Fri, 01 Dec 2006 15:43:48 -0800] rev 3759
transplant: split filter args into changelog entry and patch
Fri, 01 Dec 2006 15:00:33 -0800 transplant: log source node when recovering too.
Brendan Cully <brendan@kublai.com> [Fri, 01 Dec 2006 15:00:33 -0800] rev 3758
transplant: log source node when recovering too.
Fri, 01 Dec 2006 14:30:17 -0800 transplant: clobber old series when transplant fails
Brendan Cully <brendan@kublai.com> [Fri, 01 Dec 2006 14:30:17 -0800] rev 3757
transplant: clobber old series when transplant fails
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip