Wed, 10 Mar 2010 21:14:24 +0100 serve: fix options recording, trailing whitespace
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 10 Mar 2010 21:14:24 +0100] rev 10630
serve: fix options recording, trailing whitespace
Wed, 10 Mar 2010 10:51:37 -0800 serve: allow --port=0 to specify "server chooses the port number"
Bryan O'Sullivan <bos@serpentine.com> [Wed, 10 Mar 2010 10:51:37 -0800] rev 10629
serve: allow --port=0 to specify "server chooses the port number"
Wed, 10 Mar 2010 12:38:33 +0100 rebase: improve output of hg pull --rebase (issue2072)
Sune Foldager <cryo@cyanite.org> [Wed, 10 Mar 2010 12:38:33 +0100] rev 10628
rebase: improve output of hg pull --rebase (issue2072)
Wed, 10 Mar 2010 09:52:16 +0100 shrink-revlog: factor out postorder algorithm
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 10 Mar 2010 09:52:16 +0100] rev 10627
shrink-revlog: factor out postorder algorithm
Wed, 10 Mar 2010 09:51:07 +0100 shrink-revlog: factor out suboptimal computation
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 10 Mar 2010 09:51:07 +0100] rev 10626
shrink-revlog: factor out suboptimal computation
Wed, 10 Mar 2010 09:48:15 +0100 shrink-revlog: remove branchsort algorithm (it behaves poorly)
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 10 Mar 2010 09:48:15 +0100] rev 10625
shrink-revlog: remove branchsort algorithm (it behaves poorly)
Tue, 09 Mar 2010 21:25:37 -0500 shrink-revlog: add accounting of suboptimal nodes to the new algorithms.
Greg Ward <greg-hg@gerg.ca> [Tue, 09 Mar 2010 21:25:37 -0500] rev 10624
shrink-revlog: add accounting of suboptimal nodes to the new algorithms.
Tue, 09 Mar 2010 21:22:01 -0500 shrink-revlog: add "reverse postorder" and "postorder reverse" toposorts.
Greg Ward <greg-hg@gerg.ca> [Tue, 09 Mar 2010 21:22:01 -0500] rev 10623
shrink-revlog: add "reverse postorder" and "postorder reverse" toposorts. Based on a patch by Benoit Boissinot, adapted to the pluggable sort algorithm design. toposort_reversepostorder() is a very good performer; it's designed to recreate what the revlog would have looked like if Mercurial had parent deltas now. toposort_postorderreverse() is unstable and very inconsistent, but perhaps with some work it could be made better.
Thu, 25 Feb 2010 09:16:39 -0500 shrink-revlog: add --sort option for user-selectable toposort algorithm.
Greg Ward <greg-hg@gerg.ca> [Thu, 25 Feb 2010 09:16:39 -0500] rev 10622
shrink-revlog: add --sort option for user-selectable toposort algorithm.
Tue, 09 Mar 2010 21:30:19 -0500 shrink-revlog: rename some local variables for consistency.
Greg Ward <greg-hg@gerg.ca> [Tue, 09 Mar 2010 21:30:19 -0500] rev 10621
shrink-revlog: rename some local variables for consistency.
Tue, 09 Mar 2010 21:13:39 -0500 shrink-revlog: instrument sort code to record statistics.
Greg Ward <greg-hg@gerg.ca> [Tue, 09 Mar 2010 21:13:39 -0500] rev 10620
shrink-revlog: instrument sort code to record statistics. Notably, count "suboptimal" nodes (predecessor is not first parent) and (with -v) report them at the end of the run.
Tue, 09 Mar 2010 22:18:37 +0100 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Tue, 09 Mar 2010 22:18:37 +0100] rev 10619
Merge with crew-stable
Tue, 09 Mar 2010 22:11:43 +0100 convert: handle svn tree with empty roots (issue2079) stable
Patrick Mezard <pmezard@gmail.com> [Tue, 09 Mar 2010 22:11:43 +0100] rev 10618
convert: handle svn tree with empty roots (issue2079)
Tue, 09 Mar 2010 20:47:35 +0100 merge with stable
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 09 Mar 2010 20:47:35 +0100] rev 10617
merge with stable
Tue, 09 Mar 2010 20:38:23 +0100 bundle: fix bundle generation for empty changegroup stable
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 09 Mar 2010 20:38:23 +0100] rev 10616
bundle: fix bundle generation for empty changegroup
Tue, 09 Mar 2010 19:04:18 +0100 patch/diff: move diff related code next to each other
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 09 Mar 2010 19:04:18 +0100] rev 10615
patch/diff: move diff related code next to each other
Tue, 09 Mar 2010 18:31:57 +0100 remove header handling out of mdiff.bunidiff, rename it
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 09 Mar 2010 18:31:57 +0100] rev 10614
remove header handling out of mdiff.bunidiff, rename it
Tue, 09 Mar 2010 18:27:02 +0100 remove contrib/hgdiff, it makes refactoring diff/patch harder
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 09 Mar 2010 18:27:02 +0100] rev 10613
remove contrib/hgdiff, it makes refactoring diff/patch harder it can always be revived if needed
Tue, 09 Mar 2010 16:03:57 +0100 demandimport: blacklist _ssl (issue1964) stable
Dirkjan Ochtman <dirkjan@ochtman.nl> [Tue, 09 Mar 2010 16:03:57 +0100] rev 10612
demandimport: blacklist _ssl (issue1964)
Mon, 08 Mar 2010 19:43:24 +0100 patch/diff: move patch.export() to cmdutil.export()
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 08 Mar 2010 19:43:24 +0100] rev 10611
patch/diff: move patch.export() to cmdutil.export() This API change will allow us to break a cycle between patch and cmdutil.
Mon, 08 Mar 2010 11:12:48 -0600 wix: pre-check the 'I approve this license' checkbox
Steve Borho <steve@borho.org> [Mon, 08 Mar 2010 11:12:48 -0600] rev 10610
wix: pre-check the 'I approve this license' checkbox This is simply a convenience to the user, they can click next until the installer goes away. Optimally, the checkbox would be hidden or removed, but that requires rewriting the UI.
Sun, 07 Mar 2010 22:04:35 -0600 Merge with stable
Matt Mackall <mpm@selenic.com> [Sun, 07 Mar 2010 22:04:35 -0600] rev 10609
Merge with stable
Mon, 08 Mar 2010 00:01:12 +0100 addremove: avoid fetching data again and again
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 08 Mar 2010 00:01:12 +0100] rev 10608
addremove: avoid fetching data again and again
Mon, 08 Mar 2010 00:00:03 +0100 addremove: add progress support for similarity search
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 08 Mar 2010 00:00:03 +0100] rev 10607
addremove: add progress support for similarity search
Sun, 07 Mar 2010 23:59:28 +0100 addremove: atomically update the dirstate
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 07 Mar 2010 23:59:28 +0100] rev 10606
addremove: atomically update the dirstate In case someone hits ^C during the similarity search, properly rollback
Sun, 07 Mar 2010 13:10:23 -0500 inotify: expose the same dirstate.status() interface as dirstate.
Greg Ward <greg-hg@gerg.ca> [Sun, 07 Mar 2010 13:10:23 -0500] rev 10605
inotify: expose the same dirstate.status() interface as dirstate. The real dirstate.status() does not have any keyword args. For consistency, wrappers or subclasses should not have them either.
Sun, 07 Mar 2010 13:03:03 +0100 keyword: remove spurious locks, improve handling of wlock
Christian Ebert <blacktrash@gmx.net> [Sun, 07 Mar 2010 13:03:03 +0100] rev 10604
keyword: remove spurious locks, improve handling of wlock - kwcommitctx is inside the wlock of repo.commit: no lock - _kwfwrite only needs wlock wlock outside try block, so we don't need to import lock.release _kwfwrite should even be safer that way, as we moved the status call inside the try-except block. Thanks to Benoit Boissinot for help.
Sun, 07 Mar 2010 13:03:03 +0100 keyword: use status' names instead of index
Christian Ebert <blacktrash@gmx.net> [Sun, 07 Mar 2010 13:03:03 +0100] rev 10603
keyword: use status' names instead of index
Sun, 07 Mar 2010 17:44:43 +0100 hgweb/graph: edge should be same color as the destination
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 07 Mar 2010 17:44:43 +0100] rev 10602
hgweb/graph: edge should be same color as the destination
Sat, 06 Mar 2010 13:29:54 +0100 templatefilters: store the agescales in reverseorder directly
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 06 Mar 2010 13:29:54 +0100] rev 10601
templatefilters: store the agescales in reverseorder directly
Sat, 06 Mar 2010 12:45:14 +0100 hgweb: separate generation of entries and sorting (cleanup)
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 06 Mar 2010 12:45:14 +0100] rev 10600
hgweb: separate generation of entries and sorting (cleanup)
Fri, 05 Mar 2010 18:08:23 -0800 Merge stable
Brendan Cully <brendan@kublai.com> [Fri, 05 Mar 2010 18:08:23 -0800] rev 10599
Merge stable
Wed, 20 Jan 2010 20:23:36 -0500 demandimport: add __main__ to the blacklist (because of setuptools) stable
Greg Ward <greg-hg@gerg.ca> [Wed, 20 Jan 2010 20:23:36 -0500] rev 10598
demandimport: add __main__ to the blacklist (because of setuptools)
Thu, 17 Dec 2009 15:53:28 -0800 bookmarks: add invalidate() to bookmark_repo stable
Paul Molodowitch <pm@stanfordalumni.org> [Thu, 17 Dec 2009 15:53:28 -0800] rev 10597
bookmarks: add invalidate() to bookmark_repo Cached bookmark information would not be reset when repo.invalidate() was called, meaning (for instanced) guis would be left with out-of-date bookmark info. This patch fixes that by overriding bookmark_repo.invalidate()
Tue, 12 Jan 2010 22:49:10 +0900 branch: help misuse of hg branch to switch branches stable
Yuya Nishihara <yuya@tcha.org> [Tue, 12 Jan 2010 22:49:10 +0900] rev 10596
branch: help misuse of hg branch to switch branches Maybe beginners tend to use 'hg branch EXISTING_BRANCH' instead of 'hg update EXISTING_BRANCH' as me. If so, let's help them to use 'update'. Also removed '(use --force to override)' because it can mislead them.
Sat, 06 Mar 2010 21:29:02 -0800 Make Readme.html reference current OS X release stable
Lee Cantey <lcantey@gmail.com> [Sat, 06 Mar 2010 21:29:02 -0800] rev 10595
Make Readme.html reference current OS X release
Sat, 06 Mar 2010 13:32:14 +0100 progress: clear progress before writing to stderr stable
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 06 Mar 2010 13:32:14 +0100] rev 10594
progress: clear progress before writing to stderr
Fri, 05 Mar 2010 18:26:13 -0600 Added signature for changeset ff2704a8ded3 stable
Matt Mackall <mpm@selenic.com> [Fri, 05 Mar 2010 18:26:13 -0600] rev 10593
Added signature for changeset ff2704a8ded3
Fri, 05 Mar 2010 18:26:12 -0600 Added tag 1.5 for changeset ff2704a8ded3 stable
Matt Mackall <mpm@selenic.com> [Fri, 05 Mar 2010 18:26:12 -0600] rev 10592
Added tag 1.5 for changeset ff2704a8ded3
Fri, 05 Mar 2010 17:24:52 -0600 mq: drop -Q in favor of --mq only stable 1.5
Matt Mackall <mpm@selenic.com> [Fri, 05 Mar 2010 17:24:52 -0600] rev 10591
mq: drop -Q in favor of --mq only
Fri, 05 Mar 2010 12:27:23 +0100 mq: correct test output stable
Sune Foldager <cryo@cyanite.org> [Fri, 05 Mar 2010 12:27:23 +0100] rev 10590
mq: correct test output
Fri, 05 Mar 2010 10:49:56 +0100 mq: disallow : in patch names (issue2065) stable
Sune Foldager <cryo@cyanite.org> [Fri, 05 Mar 2010 10:49:56 +0100] rev 10589
mq: disallow : in patch names (issue2065)
Thu, 04 Mar 2010 14:23:54 +0100 mq: disallow # (and : on Windows) in patch names (issue2065) stable
Sune Foldager <cryo@cyanite.org> [Thu, 04 Mar 2010 14:23:54 +0100] rev 10588
mq: disallow # (and : on Windows) in patch names (issue2065)
Thu, 04 Mar 2010 13:11:29 +0100 Merge with stable stable
Sune Foldager <cryo@cyanite.org> [Thu, 04 Mar 2010 13:11:29 +0100] rev 10587
Merge with stable
Thu, 04 Mar 2010 13:10:48 +0100 win32/hgwebdir_wsgi: clarify documentation and clean up script a bit
Sune Foldager <cryo@cyanite.org> [Thu, 04 Mar 2010 13:10:48 +0100] rev 10586
win32/hgwebdir_wsgi: clarify documentation and clean up script a bit
Thu, 04 Mar 2010 10:05:12 +0100 Merge with hg-i18n stable
Martin Geisler <mg@lazybytes.net> [Thu, 04 Mar 2010 10:05:12 +0100] rev 10585
Merge with hg-i18n
Thu, 04 Mar 2010 07:34:22 +0100 i18n-sv: translated bisect, dates, locate, manifest stable
Jens Bäckman <jens.backman@gmail.com> [Thu, 04 Mar 2010 07:34:22 +0100] rev 10584
i18n-sv: translated bisect, dates, locate, manifest
Thu, 04 Mar 2010 11:56:53 +0900 i18n-ja: synchronized with c50a3d7154d2 stable
FUJIWARA Katsunori <foozy@lares.dti.ne.jp> [Thu, 04 Mar 2010 11:56:53 +0900] rev 10583
i18n-ja: synchronized with c50a3d7154d2
Wed, 03 Mar 2010 18:46:22 -0300 i18n-pt_BR: synchronized with f142fa3c0a8c stable
Wagner Bruna <wbruna@softwareexpress.com.br> [Wed, 03 Mar 2010 18:46:22 -0300] rev 10582
i18n-pt_BR: synchronized with f142fa3c0a8c
Wed, 03 Mar 2010 17:37:50 -0600 test-fetch: use relative URL to avoid echoing TMP path stable
Steve Borho <steve@borho.org> [Wed, 03 Mar 2010 17:37:50 -0600] rev 10581
test-fetch: use relative URL to avoid echoing TMP path
Wed, 03 Mar 2010 22:32:51 +0100 fetch: fix newheads calculation (issue2047) stable
Sune Foldager <cryo@cyanite.org> [Wed, 03 Mar 2010 22:32:51 +0100] rev 10580
fetch: fix newheads calculation (issue2047)
Wed, 03 Mar 2010 22:04:59 +0100 Make annotate --follow an alias for -f/--file to behave like in older versions stable
Thomas Arendsen Hein <thomas@intevation.de> [Wed, 03 Mar 2010 22:04:59 +0100] rev 10579
Make annotate --follow an alias for -f/--file to behave like in older versions Since 98a0421b9e52 annotate follows copies/renames by default, but the output of e.g. "annotate --follow --number" should not change without some deprecation time.
Wed, 03 Mar 2010 20:35:20 +0100 win32/hgwebdir_wsgi: clarify copyright license
Martin Geisler <mg@lazybytes.net> [Wed, 03 Mar 2010 20:35:20 +0100] rev 10578
win32/hgwebdir_wsgi: clarify copyright license
Wed, 03 Mar 2010 14:50:35 +0100 store: only add new entries to the fncache file stable
Adrian Buehlmann <adrian@cadifra.com> [Wed, 03 Mar 2010 14:50:35 +0100] rev 10577
store: only add new entries to the fncache file Newly added fncache entries were not added to the in-memory cache, making it possible for 'hg convert' to cause duplicates in .hg/store/fncache. Duplicates in the fncache file are harmless, but excessive numbers of duplicates from large converted repositories may slow down execution speed considerably.
Wed, 03 Mar 2010 16:00:02 +0100 Updated test output of test-convert-baz after f2618cacb485 stable
Thomas Arendsen Hein <thomas@intevation.de> [Wed, 03 Mar 2010 16:00:02 +0100] rev 10576
Updated test output of test-convert-baz after f2618cacb485
Wed, 03 Mar 2010 15:37:41 +0100 trailing spaces (and one stray tab) stable
Thomas Arendsen Hein <thomas@intevation.de> [Wed, 03 Mar 2010 15:37:41 +0100] rev 10575
trailing spaces (and one stray tab)
Wed, 03 Mar 2010 14:59:39 +0100 Merge with default stable
Sune Foldager <cryo@cyanite.org> [Wed, 03 Mar 2010 14:59:39 +0100] rev 10574
Merge with default
Wed, 03 Mar 2010 14:43:27 +0100 Merge with stable
Sune Foldager <cryo@cyanite.org> [Wed, 03 Mar 2010 14:43:27 +0100] rev 10573
Merge with stable
Wed, 03 Mar 2010 14:42:43 +0100 add wsgi script for Microsoft IIS with isapi-wsgi
Sune Foldager <cryo@cyanite.org> [Wed, 03 Mar 2010 14:42:43 +0100] rev 10572
add wsgi script for Microsoft IIS with isapi-wsgi
Tue, 02 Mar 2010 21:34:24 +0100 doc/ja: remove old Japanese man page translations stable
Martin Geisler <mg@lazybytes.net> [Tue, 02 Mar 2010 21:34:24 +0100] rev 10571
doc/ja: remove old Japanese man page translations They were added way back in 2005 and haven't been updated since. They are no longer referenced by the Makefiles at upper levels and have not been shipped with a recent version of Mercurial.
Tue, 02 Mar 2010 20:58:58 +0100 Merge with hg-i18n stable
Martin Geisler <mg@lazybytes.net> [Tue, 02 Mar 2010 20:58:58 +0100] rev 10570
Merge with hg-i18n
Tue, 02 Mar 2010 18:36:37 +0100 i18n-sv: synchronized with f4f3a74ce832 stable
Jens Bäckman <jens.backman@gmail.com> [Tue, 02 Mar 2010 18:36:37 +0100] rev 10569
i18n-sv: synchronized with f4f3a74ce832
Tue, 02 Mar 2010 11:12:14 -0300 i18n-pt_BR: synchronized with b1339234080e stable
Wagner Bruna <wbruna@softwareexpress.com.br> [Tue, 02 Mar 2010 11:12:14 -0300] rev 10568
i18n-pt_BR: synchronized with b1339234080e
Wed, 03 Mar 2010 00:12:05 +0900 ui: ignore ui.logtemplate and ui.style when HGPLAIN is set stable
Yuya Nishihara <yuya@tcha.org> [Wed, 03 Mar 2010 00:12:05 +0900] rev 10567
ui: ignore ui.logtemplate and ui.style when HGPLAIN is set HGPLAIN should suppress them because they change Mercurial's default output.
Tue, 02 Mar 2010 10:40:58 +0100 Merge with hg-i18n stable
Martin Geisler <mg@lazybytes.net> [Tue, 02 Mar 2010 10:40:58 +0100] rev 10566
Merge with hg-i18n
Tue, 02 Mar 2010 12:41:27 +0900 i18n-ja: synchronized with bb4561401c84 stable
FUJIWARA Katsunori <foozy@lares.dti.ne.jp> [Tue, 02 Mar 2010 12:41:27 +0900] rev 10565
i18n-ja: synchronized with bb4561401c84
Mon, 01 Mar 2010 23:27:44 +0900 alias: fixes exception when displaying translated help text stable
Yuya Nishihara <yuya@tcha.org> [Mon, 01 Mar 2010 23:27:44 +0900] rev 10564
alias: fixes exception when displaying translated help text __doc__ of aliased command shouldn't cointain non-ASCII characters, because it'll be gettext-ed later by commands.help_(). Here gettext can raise UnicodeDecodeError. Once concatenated two translatable strings into one, it become untranslatable. So this patch moves 'alias for:' from dispatch.cmdalias to commands.help_, where help texts are translated. 'alias for:' was introduced by 6e8a16dd3e30.
Mon, 01 Mar 2010 22:47:39 +0100 Merge with hg-i18n stable
Martin Geisler <mg@lazybytes.net> [Mon, 01 Mar 2010 22:47:39 +0100] rev 10563
Merge with hg-i18n
Sun, 28 Feb 2010 19:37:56 +0100 i18n-sv: synchronized with d1bbf01c4a8e stable
Jens Bäckman <jens.backman@gmail.com> [Sun, 28 Feb 2010 19:37:56 +0100] rev 10562
i18n-sv: synchronized with d1bbf01c4a8e
Mon, 01 Mar 2010 22:44:02 +0100 tests: update output to match b1339234080e stable
Martin Geisler <mg@lazybytes.net> [Mon, 01 Mar 2010 22:44:02 +0100] rev 10561
tests: update output to match b1339234080e
Mon, 01 Mar 2010 14:15:55 +0100 Add ElementPath to the list of package ignored by demand import stable
Pierre-Yves David <pierre-yves.david@logilab.fr> [Mon, 01 Mar 2010 14:15:55 +0100] rev 10560
Add ElementPath to the list of package ignored by demand import The bzrlib try to import the ElementPath module but had a fallback in case the import fails. Lazy import of this module leads to later failure. The bzrlib is used by the convert extension.
Mon, 01 Mar 2010 15:41:21 -0500 resolve: rewrite help to be clearer and more complete (issue2030). stable
Greg Ward <greg-hg@gerg.ca> [Mon, 01 Mar 2010 15:41:21 -0500] rev 10559
resolve: rewrite help to be clearer and more complete (issue2030).
Sun, 28 Feb 2010 19:43:21 +0100 mq: simplify --mq handling / keep compatibility with other extensions stable
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 28 Feb 2010 19:43:21 +0100] rev 10558
mq: simplify --mq handling / keep compatibility with other extensions reported by edgimar on IRC
Sun, 28 Feb 2010 18:06:47 +0100 Merge with stable
Martin Geisler <mg@lazybytes.net> [Sun, 28 Feb 2010 18:06:47 +0100] rev 10557
Merge with stable
Sun, 28 Feb 2010 18:02:20 +0100 i18n-da: synchronized with 091dddf05764 stable
Martin Geisler <mg@lazybytes.net> [Sun, 28 Feb 2010 18:02:20 +0100] rev 10556
i18n-da: synchronized with 091dddf05764
Wed, 24 Feb 2010 13:47:59 -0300 doc/Makefile: fix doc generation when LANGUAGE is set stable
Wagner Bruna <wbruna@softwareexpress.com.br> [Wed, 24 Feb 2010 13:47:59 -0300] rev 10555
doc/Makefile: fix doc generation when LANGUAGE is set
Sat, 27 Feb 2010 19:58:59 +0900 i18n-ja: synchronized with 4462760d6cfc stable
FUJIWARA Katsunori <foozy@lares.dti.ne.jp> [Sat, 27 Feb 2010 19:58:59 +0900] rev 10554
i18n-ja: synchronized with 4462760d6cfc
Fri, 26 Feb 2010 19:28:23 -0300 i18n-pt_BR: synchronized with dd3526162436 stable
Wagner Bruna <wbruna@softwareexpress.com.br> [Fri, 26 Feb 2010 19:28:23 -0300] rev 10553
i18n-pt_BR: synchronized with dd3526162436
Thu, 25 Feb 2010 14:56:09 +0100 contrib/wix: add COPYING.rtf stable
Adrian Buehlmann <adrian@cadifra.com> [Thu, 25 Feb 2010 14:56:09 +0100] rev 10552
contrib/wix: add COPYING.rtf Moving the file from the misc directory of the thg-winbuild repo, which uses mercurial's contrib/wix. This file is displayed by the install UI sequence, so it belongs to the WiX sources quite closely. It happens to be installed by the msi installer, too.
Fri, 26 Feb 2010 16:52:43 +0100 fix test-mq-eol under --pure (mimic diffhelper.c behaviour) stable
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Fri, 26 Feb 2010 16:52:43 +0100] rev 10551
fix test-mq-eol under --pure (mimic diffhelper.c behaviour) bug discovered by apycot (apycot.hg-scm.org)
Wed, 24 Feb 2010 19:43:13 -0800 Updated contrib/vim/patchreview.* to version 0.2.2 stable
Manpreet Singh <junkblocker@yahoo.com> [Wed, 24 Feb 2010 19:43:13 -0800] rev 10550
Updated contrib/vim/patchreview.* to version 0.2.2 - Security fixes by removing custom tempfile creation - Removed need for DiffReviewCleanup/PatchReviewCleanup - Better command execution error detection and display - Improved diff view and folding by ignoring modelines - Improved tab labels display
Thu, 25 Feb 2010 17:06:32 +0100 Merge with hg-i18n stable
Martin Geisler <mg@lazybytes.net> [Thu, 25 Feb 2010 17:06:32 +0100] rev 10549
Merge with hg-i18n
Wed, 24 Feb 2010 19:47:51 +0100 i18n-sv: synchronized with fc5908d01ed7 stable
Jens Bäckman <jens.backman@gmail.com> [Wed, 24 Feb 2010 19:47:51 +0100] rev 10548
i18n-sv: synchronized with fc5908d01ed7
Sun, 21 Feb 2010 20:59:27 +0100 strip: invalidate all caches after stripping (fixes issue1951) stable
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 21 Feb 2010 20:59:27 +0100] rev 10547
strip: invalidate all caches after stripping (fixes issue1951) test thanks to Stefano Tortarolo
Thu, 25 Feb 2010 14:35:21 +0100 fix test output changed by 2e1a9b811d13 stable
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Thu, 25 Feb 2010 14:35:21 +0100] rev 10546
fix test output changed by 2e1a9b811d13
Wed, 24 Feb 2010 13:12:17 -0800 Updated contrib/vim/patchreview.* to version 0.2.1 stable
Manpreet Singh <junkblocker@yahoo.com> [Wed, 24 Feb 2010 13:12:17 -0800] rev 10545
Updated contrib/vim/patchreview.* to version 0.2.1 1) adds a :DiffReview command to review code changes in the current workspace. 2) removes the need to have patchutils (specifically filterdiff) installed on the system by implementing patch extraction in pure vim script.
Wed, 24 Feb 2010 12:35:26 -0500 httprepo: normalize output from unbundle with ssh stable
Sune Foldager <cryo@cyanite.org> [Wed, 24 Feb 2010 12:35:26 -0500] rev 10544
httprepo: normalize output from unbundle with ssh Lines from the remote are prefixed with 'remote: ' and written locally using ui.status, similar to what sshrepo does.
Wed, 24 Feb 2010 18:35:05 +0100 merge with default stable
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 24 Feb 2010 18:35:05 +0100] rev 10543
merge with default
Wed, 24 Feb 2010 18:22:45 +0100 shrink: handle all combinations of inline/non-inline revlogs
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 24 Feb 2010 18:22:45 +0100] rev 10542
shrink: handle all combinations of inline/non-inline revlogs
Wed, 24 Feb 2010 11:04:56 -0300 commands: clarify --config syntax stable
Wagner Bruna <wbruna@softwareexpress.com.br> [Wed, 24 Feb 2010 11:04:56 -0300] rev 10541
commands: clarify --config syntax
Tue, 23 Feb 2010 23:10:01 -0600 progress: provide an explicit disable method for developers stable
Steve Borho <steve@borho.org> [Tue, 23 Feb 2010 23:10:01 -0600] rev 10540
progress: provide an explicit disable method for developers The other three checks for disabling the progress bar have serious side effects for any class that derives from ui.ui()
Wed, 24 Feb 2010 17:11:37 +0100 url: only mark format string for translation stable
Martin Geisler <mg@lazybytes.net> [Wed, 24 Feb 2010 17:11:37 +0100] rev 10539
url: only mark format string for translation
Wed, 24 Feb 2010 09:26:31 +0100 Merge with hg-i18n stable
Martin Geisler <mg@lazybytes.net> [Wed, 24 Feb 2010 09:26:31 +0100] rev 10538
Merge with hg-i18n
Wed, 24 Feb 2010 09:25:55 +0100 i18n-da: fixed typo stable
Martin Geisler <mg@lazybytes.net> [Wed, 24 Feb 2010 09:25:55 +0100] rev 10537
i18n-da: fixed typo
Wed, 24 Feb 2010 15:02:06 +0900 i18n-ja: synchronized with eddf859343de stable
FUJIWARA Katsunori <foozy@lares.dti.ne.jp> [Wed, 24 Feb 2010 15:02:06 +0900] rev 10536
i18n-ja: synchronized with eddf859343de
Tue, 23 Feb 2010 12:51:07 -0300 i18n-pt_BR: synchronized with 076e8a8000a3, minor fixes stable
Wagner Bruna <wbruna@softwareexpress.com.br> [Tue, 23 Feb 2010 12:51:07 -0300] rev 10535
i18n-pt_BR: synchronized with 076e8a8000a3, minor fixes
Tue, 23 Feb 2010 22:31:54 +0100 url: avoid traceback when parsing [auth] (issue2056) stable
Patrick Mezard <pmezard@gmail.com> [Tue, 23 Feb 2010 22:31:54 +0100] rev 10534
url: avoid traceback when parsing [auth] (issue2056)
Tue, 23 Feb 2010 23:19:09 +0100 filemerge: use native path separators when merging (issue1399) stable
Patrick Mezard <pmezard@gmail.com> [Tue, 23 Feb 2010 23:19:09 +0100] rev 10533
filemerge: use native path separators when merging (issue1399)
Tue, 23 Feb 2010 22:56:37 +0100 gpg: make 13448eab08ca work when not on repo root
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 23 Feb 2010 22:56:37 +0100] rev 10532
gpg: make 13448eab08ca work when not on repo root
Tue, 23 Feb 2010 11:37:40 -0500 hgweb: use string join instead of slower cStringIO stable
Sune Foldager <cryo@cyanite.org> [Tue, 23 Feb 2010 11:37:40 -0500] rev 10531
hgweb: use string join instead of slower cStringIO
Tue, 23 Feb 2010 11:34:08 -0500 hgweb: fix handling of arguments in the between command stable
Sune Foldager <cryo@cyanite.org> [Tue, 23 Feb 2010 11:34:08 -0500] rev 10530
hgweb: fix handling of arguments in the between command The 'pairs' argument was coded to be optional, but the code would crash if it was not provided.
Mon, 22 Feb 2010 23:30:01 -0800 hgcia: report RPC errors stable
Brendan Cully <brendan@kublai.com> [Mon, 22 Feb 2010 23:30:01 -0800] rev 10529
hgcia: report RPC errors
Tue, 23 Feb 2010 06:44:37 +0100 merge with stable
Dirkjan Ochtman <dirkjan@ochtman.nl> [Tue, 23 Feb 2010 06:44:37 +0100] rev 10528
merge with stable
Tue, 23 Feb 2010 06:42:10 +0100 commands: correct diff -c explanation stable
timeless <timeless@mozdev.org> [Tue, 23 Feb 2010 06:42:10 +0100] rev 10527
commands: correct diff -c explanation
Mon, 22 Feb 2010 23:12:12 -0500 httprepo: send Content-Type instead of content-type stable
Sune Foldager <cryo@cyanite.org> [Mon, 22 Feb 2010 23:12:12 -0500] rev 10526
httprepo: send Content-Type instead of content-type
Mon, 22 Feb 2010 16:28:57 +0100 httprepo: use content-type application/mercurial-0.1 for POST stable
Sune Foldager <cryo@cyanite.org> [Mon, 22 Feb 2010 16:28:57 +0100] rev 10525
httprepo: use content-type application/mercurial-0.1 for POST Previously, application/octet-stream was used. The content-type is currently ignored by the server.
Mon, 22 Feb 2010 22:55:58 +0100 patch: fix patching with fuzz and eol normalization stable
Patrick Mezard <pmezard@gmail.com> [Mon, 22 Feb 2010 22:55:58 +0100] rev 10524
patch: fix patching with fuzz and eol normalization
Sun, 21 Feb 2010 15:26:55 +0100 make the progress extension honor ui.quiet stable
Ronny Pfannschmidt <Ronny.Pfannschmidt@gmx.de> [Sun, 21 Feb 2010 15:26:55 +0100] rev 10523
make the progress extension honor ui.quiet
Mon, 22 Feb 2010 01:19:59 +0100 subrepo: Update .hgsubstate in case of deleted subrepo stable
Saint Germain <saintger@gmail.com> [Mon, 22 Feb 2010 01:19:59 +0100] rev 10522
subrepo: Update .hgsubstate in case of deleted subrepo When a subrepo is deleted from .hgsub, it also needs to be removed from .hgsubstate. Previous code was updating .hgsubstate only in case of newly or modified subrepo.
Sun, 21 Feb 2010 22:16:35 +0100 Do not use osutil.c with python 2.4 and Windows (issue1364) stable
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 21 Feb 2010 22:16:35 +0100] rev 10521
Do not use osutil.c with python 2.4 and Windows (issue1364) Windows python 2.4 os.stat() reports times including DST offset, while osutil.c reports the correct value, which makes status() systematically compare files content. This bug is fixed in python 2.5. Using osutil.py instead of osutil.c is 4x times slower on large repositories but current code is completely unusable. Given few people are likely to use python 2.4 on Windows this solution was considered a good trade-off compared to more invasive solutions trying to address the offset issue.
Sun, 21 Feb 2010 01:21:17 +0200 commands: mention diff -c stable
timeless <timeless@mozdev.org> [Sun, 21 Feb 2010 01:21:17 +0200] rev 10520
commands: mention diff -c
Sat, 20 Feb 2010 20:08:42 +0100 progress: mark units for translation stable
Martin Geisler <mg@lazybytes.net> [Sat, 20 Feb 2010 20:08:42 +0100] rev 10519
progress: mark units for translation
Fri, 19 Feb 2010 13:04:11 -0200 patch, i18n: avoid parameterized messages stable
Wagner Bruna <wbruna@softwareexpress.com.br> [Fri, 19 Feb 2010 13:04:11 -0200] rev 10518
patch, i18n: avoid parameterized messages Singular message removed for simplicity.
Sat, 20 Feb 2010 15:18:59 +0100 gpg: do not call status on the whole repository, only on '.hgsigs' stable
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 20 Feb 2010 15:18:59 +0100] rev 10517
gpg: do not call status on the whole repository, only on '.hgsigs'
Fri, 19 Feb 2010 22:16:42 -0500 pager: set ui.interactive=False when enabled stable
Brodie Rao <me+hg@dackz.net> [Fri, 19 Feb 2010 22:16:42 -0500] rev 10516
pager: set ui.interactive=False when enabled This stops interactive-only things like progress bars from showing up inside the pager.
Fri, 19 Feb 2010 20:34:23 -0500 identify: don't include unknown in status stable
Dirkjan Ochtman <dirkjan@ochtman.nl> [Fri, 19 Feb 2010 20:34:23 -0500] rev 10515
identify: don't include unknown in status
Fri, 19 Feb 2010 16:50:47 -0800 zeroconf: suppress traceback during shutdown stable
Brendan Cully <brendan@kublai.com> [Fri, 19 Feb 2010 16:50:47 -0800] rev 10514
zeroconf: suppress traceback during shutdown If the read thred is in select when the main thread is in close, the main thread may close the socket between select and read, generating a noisy traceback. This can be ignored if the shutdown flag is set.
Fri, 19 Feb 2010 21:48:09 +0100 contrib/wix: switch *.wxs files to LF eol stable
Adrian Buehlmann <adrian@cadifra.com> [Fri, 19 Feb 2010 21:48:09 +0100] rev 10513
contrib/wix: switch *.wxs files to LF eol
Thu, 18 Feb 2010 23:23:17 -0600 Merge with stable
Steve Borho <steve@borho.org> [Thu, 18 Feb 2010 23:23:17 -0600] rev 10512
Merge with stable
Fri, 19 Feb 2010 02:51:35 +0100 url: *args argument is a tuple, not a list (found by pylint) stable
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Fri, 19 Feb 2010 02:51:35 +0100] rev 10511
url: *args argument is a tuple, not a list (found by pylint) E1101:514:httpshandler._makeconnection: Instance of 'tuple' has no 'pop' member E1101:516:httpshandler._makeconnection: Instance of 'tuple' has no 'pop' member
(0) -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip