Brodie Rao <me+hg@dackz.net> [Thu, 18 Feb 2010 16:50:49 -0500] rev 10506
ui: suppress aliases when HGPLAIN is set
Greg Ward <greg-hg@gerg.ca> [Mon, 15 Feb 2010 15:25:29 -0500] rev 10505
merge: fix --preview to show all nodes that will be merged (
issue2043).
Formerly, it omitted nodes that were not descendants of the least
common ancestor of the two merge parents, even though those nodes
contribute to the merge. The new algorithm uses revlog.findmissing()
instead of ancestor() + nodesbetween().
Greg Ward <greg-hg@gerg.ca> [Mon, 15 Feb 2010 15:07:21 -0500] rev 10504
test-merge-default: make content of test repo clearer.
Makes it easier to understand and modify the test.
(
issue2043).
Adrian Buehlmann <adrian@cadifra.com> [Thu, 18 Feb 2010 20:47:12 +0100] rev 10503
contrib/wix: MSVC CRT libraries are installed in WinSxS
not in %system32%
Steve Borho <steve@borho.org> [Thu, 18 Feb 2010 13:05:15 -0600] rev 10502
Add WiX installer scripts to contrib/wix
Brendan Cully <brendan@kublai.com> [Thu, 18 Feb 2010 10:46:01 -0800] rev 10501
import: if in doubt, consume stream until start of diff
This prevents a header-like line in the message body from causing a spurious split.
Alistair Bell <alistair@bellsonline.com> [Thu, 18 Feb 2010 10:32:51 +0100] rev 10500
bdiff: do not use recursion / avoid stackoverflow (
issue1940)
Christian Ebert <blacktrash@gmx.net> [Thu, 18 Feb 2010 05:55:05 +0100] rev 10499
keyword: mark improved demo commit message for translation
s/config/configuration/
Inside the quoted command put the message in single quotes in case
the translation contains apostrophes.
Brendan Cully <brendan@kublai.com> [Wed, 17 Feb 2010 14:35:11 -0800] rev 10498
mq: iterate over a copy of the command table keys (fixes
issue2045).
I hope.
Martin Geisler <mg@lazybytes.net> [Wed, 17 Feb 2010 23:10:22 +0100] rev 10497
Merge with stable
Martin Geisler <mg@lazybytes.net> [Wed, 17 Feb 2010 23:07:50 +0100] rev 10496
progress: mark strings for translation
Christian Ebert <blacktrash@gmx.net> [Wed, 17 Feb 2010 17:11:20 +0100] rev 10495
keyword: do not postpone commit hooks
With
0e64d814d7d0 in place, this hack is not needed any more.
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 17 Feb 2010 20:44:49 +0100] rev 10494
inotify/inserve: implement --timeout-idle option (
issue885)
hg inserve was ignoring and miscomputing the --timeout-idle option (seconds
vs. minutes).
Thanks to Jesse Glick for the bugreport and the initial patch.
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 17 Feb 2010 20:30:57 +0100] rev 10493
regression: missing arg from
24ce8f0c0a39 dirstate.{walk,status} changes
Sune Foldager <cryo@cyanite.org> [Wed, 17 Feb 2010 15:43:21 +0100] rev 10492
run commit and update hooks after command completion (
issue1827)
Previously, the working dir state hadn't been written when these
hooks were invoked, so external commands couldn't see all changes.
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 17 Feb 2010 11:00:48 +0100] rev 10491
http: len(x) fails if it doesn't fit into an int, use __len__() instead
len(x) raises OverflowError if it's bigger than 2**31-1, we need to call
__len__() ourself instead.
Ronny Pfannschmidt <Ronny.Pfannschmidt@gmx.de> [Tue, 16 Feb 2010 21:04:04 +0100] rev 10490
filelog: sort meta entries, ensure deterministic order
Martin Geisler <mg@lazybytes.net> [Tue, 16 Feb 2010 23:28:46 +0100] rev 10489
Merge with i18n
Jens Bäckman <jens.backman@gmail.com> [Tue, 16 Feb 2010 22:01:27 +0100] rev 10488
i18n-sv: synchronized with
44b4a2a31623
Steve Losh <steve@stevelosh.com> [Tue, 16 Feb 2010 09:31:35 -0500] rev 10487
util: use the built-in any() and all() methods if they are available
Steve Borho <steve@borho.org> [Mon, 15 Feb 2010 21:18:16 -0600] rev 10486
mergetools: improve configuration for several merge tools
* meld - provide labels for the three panes
* diffmerge - add registry key for detection, improve arguments
* beyond compare - add linux version
* winmerge - improve arguments
* araxis - add configuration, including registry key for detection
* misc - provide default priorities for more tools
Steve Borho <steve@borho.org> [Mon, 15 Feb 2010 20:28:42 -0600] rev 10485
hgrc.5: document use of environment variables on Windows
This feature was introduced in
c31ac3f7fd8f
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 15 Feb 2010 22:39:36 +0100] rev 10484
url: correctly quote '/' in user and password embedded in urls
Wagner Bruna <wbruna@softwareexpress.com.br> [Mon, 15 Feb 2010 16:34:59 -0200] rev 10483
i18n-pt_BR: synchronized with
44b4a2a31623