Thomas Arendsen Hein <thomas@intevation.de> [Mon, 17 Dec 2007 13:45:30 +0100] rev 5648
merge with main
Shun-ichi GOTO <shunichi.goto@gmail.com> [Fri, 14 Dec 2007 16:47:41 +0100] rev 5647
Workaround for "Not enough space" error due to the bug of Windows.
Large write requests fail when stdout is switched to binary mode.
As a workaround, limit the data size to write once.
Steve Borho <steve@borho.org> [Thu, 13 Dec 2007 14:25:51 -0600] rev 5646
fix typo in sshargs
the original typo dated back to early 2005
Peter Arrenbrecht <peter.arrenbrecht@gmail.com> [Thu, 13 Dec 2007 20:35:42 +0100] rev 5645
mq: drop obsolete reference to 'qversion'
Steve Borho <steve@borho.org> [Wed, 12 Dec 2007 16:44:26 -0600] rev 5644
win32: fix ssh://host:port when using Plink
Moves ssh argument building to platform specific utils code.
The win32 version looks for plink in ssh command string and
uses '-P' in lieu of '-p' for specifying a port
Christian Ebert <blacktrash@gmx.net> [Sun, 16 Dec 2007 22:55:23 +0100] rev 5643
patchbomb: make "hg email -b" w/o destination work as advertised
Lee Cantey <lcantey@gmail.com> [Mon, 10 Dec 2007 14:54:41 -0800] rev 5642
Default to 10.5 version using the default python 2.5
Patrick Mezard <pmezard@gmail.com> [Mon, 10 Dec 2007 22:41:18 +0100] rev 5641
patchbomb: prompt with ui.prompt()
Avoid Windows raw_input() issue introduced by a3fe91b4f6eb.
Found by Steve Borho <steve@borho.org>.
Matt Mackall <mpm@selenic.com> [Mon, 10 Dec 2007 10:26:42 -0600] rev 5640
ignore: fix up comment parsing
- remove redundant newline bits
- change loop to use regex
- eliminate escaping of # in internal representation
Matt Mackall <mpm@selenic.com> [Mon, 10 Dec 2007 10:24:47 -0600] rev 5639
demandload: give better diagnostic for call of an unloaded module