Wed, 19 Apr 2006 11:41:22 -0700 Don't send "Content-Type: none"
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Wed, 19 Apr 2006 11:41:22 -0700] rev 2095
Don't send "Content-Type: none" mimetypes.guess_type will return (None, None) when it can't detect the filetype.
Wed, 19 Apr 2006 11:39:34 -0700 Fix filerevision-raw.tmpl
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Wed, 19 Apr 2006 11:39:34 -0700] rev 2094
Fix filerevision-raw.tmpl Two bugs: - conteXt-type instead of conteNt-type - trailing newline The easiest way to fix the second one (and keep it fixed) is to put everything inline in map-raw.
Wed, 19 Apr 2006 11:29:41 -0700 convert-repo: fix reversed time zone offset
Vadim Gelfer <vadim.gelfer@gmail.com> [Wed, 19 Apr 2006 11:29:41 -0700] rev 2093
convert-repo: fix reversed time zone offset
Wed, 19 Apr 2006 11:17:13 -0700 catch SIGBREAK on windows.
Vadim Gelfer <vadim.gelfer@gmail.com> [Wed, 19 Apr 2006 11:17:13 -0700] rev 2092
catch SIGBREAK on windows.
Wed, 19 Apr 2006 10:56:44 -0700 update windows readme to document msys/mingw rxvt problems.
Lee Cantey <lcantey@gmail.com> [Wed, 19 Apr 2006 10:56:44 -0700] rev 2091
update windows readme to document msys/mingw rxvt problems.
Wed, 19 Apr 2006 09:08:45 -0700 fix util.canonpath on windows.
Vadim Gelfer <vadim.gelfer@gmail.com> [Wed, 19 Apr 2006 09:08:45 -0700] rev 2090
fix util.canonpath on windows. old test for absolute path was not portable. use os.path api instead.
Wed, 19 Apr 2006 08:33:46 -0700 make appendfile simpler so it does not break with revlogng on windows.
Vadim Gelfer <vadim.gelfer@gmail.com> [Wed, 19 Apr 2006 08:33:46 -0700] rev 2089
make appendfile simpler so it does not break with revlogng on windows. it used to cache open files. this made revlogng break because it wants to rename files when splitting .i into .i/.d, but cannot rename or unlink open files on windows. new code is bit slower, but safe on linux and windows. proper fix for too many open/close of changelog/manifest belongs in different place. can get 10% speed improvement back.
Wed, 19 Apr 2006 07:09:15 +0200 Exit test-hup only after the background process has died.
Thomas Arendsen Hein <thomas@intevation.de> [Wed, 19 Apr 2006 07:09:15 +0200] rev 2088
Exit test-hup only after the background process has died. Otherwise the open file might let the tests fail on NFS.
Tue, 18 Apr 2006 20:33:33 -0700 merge with mainline.
Vadim Gelfer <vadim.gelfer@gmail.com> [Tue, 18 Apr 2006 20:33:33 -0700] rev 2087
merge with mainline.
Tue, 18 Apr 2006 14:56:54 -0700 mq: do not fail if directory to create exists
Vadim Gelfer <vadim.gelfer@gmail.com> [Tue, 18 Apr 2006 14:56:54 -0700] rev 2086
mq: do not fail if directory to create exists
(0) -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 +10000 +30000 tip