Patrick Mezard <pmezard@gmail.com> [Mon, 17 Dec 2007 23:06:01 +0100] rev 5650
patch: move diff parsing in iterhunks generator
Patrick Mezard <pmezard@gmail.com> [Mon, 17 Dec 2007 22:19:21 +0100] rev 5649
patch: move NoHunk detection up with parsing code
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
Matt Mackall <mpm@selenic.com> [Mon, 10 Dec 2007 10:24:36 -0600] rev 5638
fancyopts: lots of cleanups
Matt Mackall <mpm@selenic.com> [Mon, 10 Dec 2007 10:24:29 -0600] rev 5637
commit: avoid losing edits during commit
If a file is edited between the time we record file states in the repo
and update the dirstate, that change can be lost to hg status. Because
we invoke the editor between these two points, that window can be
arbitrarily large.
This greatly shrinks the window by recording the commit change
immediately. If our checkin fails, we simply invalidate the dirstate.
Matt Mackall <mpm@selenic.com> [Mon, 10 Dec 2007 10:24:21 -0600] rev 5636
rm: complain more about removing added files
Matt Mackall <mpm@selenic.com> [Mon, 10 Dec 2007 10:24:14 -0600] rev 5635
merge: make return codes more sensible
Commands that call merge were exiting with a return code equal to the
number of unresolved files. We now return 1 if there are unresolved
files.
Matt Mackall <mpm@selenic.com> [Mon, 10 Dec 2007 10:23:56 -0600] rev 5634
doc: correct preoutgoing description
Matt Mackall <mpm@selenic.com> [Mon, 10 Dec 2007 10:23:45 -0600] rev 5633
dispatch: report OOM rather than traceback
Patrick Mezard <pmezard@gmail.com> [Sun, 09 Dec 2007 20:46:32 +0100] rev 5632
Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Sun, 09 Dec 2007 15:25:36 +0100] rev 5631
convert: move commands definition to ease demandload job (issue 860)
Steve Borho <steve@borho.org> [Sat, 08 Dec 2007 13:18:03 -0600] rev 5630
win32: remove text man pages from Windows package
The HTML versions are still packaged, and do not suffer from
eoln problems. This solves
issue531 (addition through subtraction)
Bryan O'Sullivan <bos@serpentine.com> [Fri, 07 Dec 2007 21:46:08 -0800] rev 5629
Merge with mpm
Steve Borho <steve@borho.org> [Fri, 07 Dec 2007 18:19:16 -0600] rev 5628
win32: include zsh_completion in Windows package
Steve Borho <steve@borho.org> [Fri, 07 Dec 2007 18:19:16 -0600] rev 5627
win32: include contrib/vim in Windows package
Steve Borho <steve@borho.org> [Fri, 07 Dec 2007 18:19:16 -0600] rev 5626
win32: use relative path to install source
Remove hard-coded path to the source repo to be packaged.
Steve Borho <steve@borho.org> [Fri, 07 Dec 2007 18:19:01 -0600] rev 5625
win32: move default install path inside program files
All of the 'space in path' problems have been resolved, so
we can install Mercurial the Windows standard location. The
{pf} InnoSetup variable is locale aware.
Steve Borho <steve@borho.org> [Fri, 07 Dec 2007 18:18:11 -0600] rev 5624
win32: it is no longer necessary to bundle patch.exe
Mercurial can use it's built-in mpatch library
Steve Borho <steve@borho.org> [Fri, 07 Dec 2007 18:15:24 -0600] rev 5623
win32: do not install bash hgmerge on Windows
Steve Borho <steve@borho.org> [Fri, 07 Dec 2007 18:14:16 -0600] rev 5622
win32: ignore all installers generated in Output/
Patrick Mezard <pmezard@gmail.com> [Sun, 09 Dec 2007 15:25:36 +0100] rev 5621
convert: move commands definition to ease demandload job (issue 860)