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 3775
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 3774
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 3773
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 3772
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 3771
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 3770
Add encoding detection
Mon, 04 Dec 2006 09:38:49 +0100 bundlerepo: don't hardcode the revlog filename
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 04 Dec 2006 09:38:49 +0100] rev 3769
bundlerepo: don't hardcode the revlog filename
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
Fri, 01 Dec 2006 23:28:14 +0100 merge with crew
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 01 Dec 2006 23:28:14 +0100] rev 3756
merge with crew
Fri, 01 Dec 2006 23:27:53 +0100 Use unsigned version format.
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 01 Dec 2006 23:27:53 +0100] rev 3755
Use unsigned version format. This way can use one additional bit, and when encountering invalid revlogs with the first bit set don't produce python warnings or strange error messages.
Fri, 01 Dec 2006 23:16:12 +0100 Improve error message for unknown revlog flags.
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 01 Dec 2006 23:16:12 +0100] rev 3754
Improve error message for unknown revlog flags. Old: unknown flags 120000 for ... New: unknown flags 0x0012 for ...
Fri, 01 Dec 2006 13:54:47 -0800 Merge with crew
Brendan Cully <brendan@kublai.com> [Fri, 01 Dec 2006 13:54:47 -0800] rev 3753
Merge with crew
Fri, 01 Dec 2006 13:50:09 -0800 transplant: "filtering %s\n"
Brendan Cully <brendan@kublai.com> [Fri, 01 Dec 2006 13:50:09 -0800] rev 3752
transplant: "filtering %s\n"
Fri, 01 Dec 2006 22:29:47 +0100 Don't require a diff which accepts the -N option.
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 01 Dec 2006 22:29:47 +0100] rev 3751
Don't require a diff which accepts the -N option.
Fri, 01 Dec 2006 22:09:05 +0100 Compatibility fix for 'ln -sf'.
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 01 Dec 2006 22:09:05 +0100] rev 3750
Compatibility fix for 'ln -sf'. ln of Solaris 8 only accepts "ln -f -s" (in that order), but as the -f isn't needed here, I simply dropped it.
Fri, 01 Dec 2006 16:18:16 -0200 additional fixes for issue436
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Fri, 01 Dec 2006 16:18:16 -0200] rev 3749
additional fixes for issue436
Fri, 01 Dec 2006 15:40:23 +0100 Fix test-rename-dir-merge for different implementations of ls.
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 01 Dec 2006 15:40:23 +0100] rev 3748
Fix test-rename-dir-merge for different implementations of ls.
Fri, 01 Dec 2006 14:46:05 +0100 Fix test-notify for systems without or with a different version of diffstat.
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 01 Dec 2006 14:46:05 +0100] rev 3747
Fix test-notify for systems without or with a different version of diffstat. Some diffstat versions say "1 file changed", others "1 files changed".
Fri, 01 Dec 2006 13:11:09 +0100 merge with upstream
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 01 Dec 2006 13:11:09 +0100] rev 3746
merge with upstream
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 tip