Wed, 24 Mar 2010 16:42:08 -0400 schemes: add Kiln On Demand to default schemes stable
Benjamin Pollack <benjamin@bitquabit.com> [Wed, 24 Mar 2010 16:42:08 -0400] rev 10777
schemes: add Kiln On Demand to default schemes
Thu, 25 Mar 2010 15:37:39 -0400 Fix default style so 'log --copies' has a start and an end. stable
Greg Ward <greg-hg@gerg.ca> [Thu, 25 Mar 2010 15:37:39 -0400] rev 10776
Fix default style so 'log --copies' has a start and an end.
Wed, 24 Mar 2010 01:43:24 +0100 Tests with spaces in paths stable
Mads Kiilerich <mads@kiilerich.com> [Wed, 24 Mar 2010 01:43:24 +0100] rev 10775
Tests with spaces in paths This allows most tests to succeed with ./run-tests.py --tmpdir='/tmp/hg test' and introduces other tests for spaces and shell quoting
Mon, 29 Mar 2010 12:56:16 -0500 tests: add helpers.sh
Matt Mackall <mpm@selenic.com> [Mon, 29 Mar 2010 12:56:16 -0500] rev 10774
tests: add helpers.sh
Fri, 26 Mar 2010 17:09:56 +0100 merge with stable
Sune Foldager <cryo@cyanite.org> [Fri, 26 Mar 2010 17:09:56 +0100] rev 10773
merge with stable
Fri, 26 Mar 2010 17:02:49 +0100 push: refactor and optimize prepush stable
Sune Foldager <cryo@cyanite.org> [Fri, 26 Mar 2010 17:02:49 +0100] rev 10772
push: refactor and optimize prepush
Fri, 26 Mar 2010 17:02:36 +0100 push: fix bug in prepush logic and its tests stable
Sune Foldager <cryo@cyanite.org> [Fri, 26 Mar 2010 17:02:36 +0100] rev 10771
push: fix bug in prepush logic and its tests
Fri, 26 Mar 2010 17:02:23 +0100 localrepo: change _updatebranchcache to use a context generator stable
Sune Foldager <cryo@cyanite.org> [Fri, 26 Mar 2010 17:02:23 +0100] rev 10770
localrepo: change _updatebranchcache to use a context generator
Wed, 24 Mar 2010 19:44:53 +0100 merge with stable
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 24 Mar 2010 19:44:53 +0100] rev 10769
merge with stable
Wed, 24 Mar 2010 19:44:30 +0100 setup.py: don't use tabs stable
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 24 Mar 2010 19:44:30 +0100] rev 10768
setup.py: don't use tabs
Tue, 23 Mar 2010 17:24:17 -0500 Merge with crew
Matt Mackall <mpm@selenic.com> [Tue, 23 Mar 2010 17:24:17 -0500] rev 10767
Merge with crew
Tue, 23 Mar 2010 15:23:04 +0100 run-tests: force to test pure on pypy as well
Ronny Pfannschmidt <Ronny.Pfannschmidt@gmx.de> [Tue, 23 Mar 2010 15:23:04 +0100] rev 10766
run-tests: force to test pure on pypy as well
Tue, 23 Mar 2010 15:22:17 +0100 Fix run-tests.py -jX after 2ed667a9dfcb
Ronny Pfannschmidt <Ronny.Pfannschmidt@gmx.de> [Tue, 23 Mar 2010 15:22:17 +0100] rev 10765
Fix run-tests.py -jX after 2ed667a9dfcb
Tue, 23 Mar 2010 17:06:58 -0500 Merge with crew
Matt Mackall <mpm@selenic.com> [Tue, 23 Mar 2010 17:06:58 -0500] rev 10764
Merge with crew
Tue, 23 Mar 2010 22:59:31 +0100 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Tue, 23 Mar 2010 22:59:31 +0100] rev 10763
Merge with crew-stable
Tue, 23 Mar 2010 20:45:08 +0100 rebase: fix --collapse with --keepbranches (issue2100) stable
Patrick Mezard <pmezard@gmail.com> [Tue, 23 Mar 2010 20:45:08 +0100] rev 10762
rebase: fix --collapse with --keepbranches (issue2100) This was broken in 38fe86fb16e3.
Tue, 23 Mar 2010 20:01:30 +0100 setup: fail if bz2 is not available stable
Dirkjan Ochtman <dirkjan@ochtman.nl> [Tue, 23 Mar 2010 20:01:30 +0100] rev 10761
setup: fail if bz2 is not available
Mon, 22 Mar 2010 22:19:40 +0100 test-convert-cvs: filter unstable cvs output. stable
Pierre-Yves David <pierre-yves.david@ens-lyon.org> [Mon, 22 Mar 2010 22:19:40 +0100] rev 10760
test-convert-cvs: filter unstable cvs output. The order choosen by cvs to display commit is not stable when the tests are run under heavy CPU/IO load. This leads to irrelevant failures of the test suite. This changeset filters four lines impacted by this instability. The result of the conversion is still verified.
Tue, 23 Mar 2010 11:48:14 +0100 help: point out need for stringification stable
Dirkjan Ochtman <dirkjan@ochtman.nl> [Tue, 23 Mar 2010 11:48:14 +0100] rev 10759
help: point out need for stringification
Tue, 23 Mar 2010 11:37:31 +0100 tests: adapt the test runner to work with jython
Ronny Pfannschmidt <Ronny.Pfannschmidt@gmx.de> [Tue, 23 Mar 2010 11:37:31 +0100] rev 10758
tests: adapt the test runner to work with jython
Tue, 23 Mar 2010 11:37:01 +0100 posix: move a global fcntl import to keep it from breaking jython
Ronny Pfannschmidt <Ronny.Pfannschmidt@gmx.de> [Tue, 23 Mar 2010 11:37:01 +0100] rev 10757
posix: move a global fcntl import to keep it from breaking jython Only needed on darwin, anyway.
Tue, 23 Mar 2010 11:36:19 +0100 util: fake the builtin buffer if it's missing (jython)
Ronny Pfannschmidt <Ronny.Pfannschmidt@gmx.de> [Tue, 23 Mar 2010 11:36:19 +0100] rev 10756
util: fake the builtin buffer if it's missing (jython)
Tue, 23 Mar 2010 10:18:46 +0100 mq: fix qcommit documentation wrt --mq option stable
Patrick Mezard <pmezard@gmail.com> [Tue, 23 Mar 2010 10:18:46 +0100] rev 10755
mq: fix qcommit documentation wrt --mq option
Mon, 22 Mar 2010 17:03:33 -0500 Merge with stable
Matt Mackall <mpm@selenic.com> [Mon, 22 Mar 2010 17:03:33 -0500] rev 10754
Merge with stable
Mon, 22 Mar 2010 15:16:27 +0100 wsgicgi: call close() on iterable to avoid resource leaks stable
Konstantin Zemlyak <zart@zartsoft.ru> [Mon, 22 Mar 2010 15:16:27 +0100] rev 10753
wsgicgi: call close() on iterable to avoid resource leaks Quoting PEP 333 (WSGI): "If the iterable returned by the application has a close() method, the server or gateway must call that method upon completion of the current request, whether the request was completed normally, or terminated early due to an error. (This is to support resource release by the application. This protocol is intended to complement PEP 325's generator support, and other common iterables with close() methods."
Mon, 22 Mar 2010 11:08:52 +0100 merge with mpm
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 22 Mar 2010 11:08:52 +0100] rev 10752
merge with mpm
Mon, 22 Mar 2010 11:08:42 +0100 patch: warn when the internal patcher fails
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 22 Mar 2010 11:08:42 +0100] rev 10751
patch: warn when the internal patcher fails hopefully we'll soon fix the remaining failures from the internal patcher, and not use the external one anymore.
Mon, 22 Mar 2010 01:36:12 -0400 run-tests: make sure GREP_OPTIONS isn't set
Brodie Rao <brodie@bitheap.org> [Mon, 22 Mar 2010 01:36:12 -0400] rev 10750
run-tests: make sure GREP_OPTIONS isn't set This can interfere with test output, especially for options like --color.
Sat, 20 Mar 2010 16:57:24 -0500 Merge with stable
Matt Mackall <mpm@selenic.com> [Sat, 20 Mar 2010 16:57:24 -0500] rev 10749
Merge with stable
Sat, 20 Mar 2010 14:47:05 +0100 patch: more precise NoHunk, raised for every file (issue2102) stable
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 20 Mar 2010 14:47:05 +0100] rev 10748
patch: more precise NoHunk, raised for every file (issue2102)
Sat, 20 Mar 2010 21:16:22 +0100 patch: differentiate start of file with diff --git vs '--- ' stable
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 20 Mar 2010 21:16:22 +0100] rev 10747
patch: differentiate start of file with diff --git vs '--- '
Sat, 20 Mar 2010 10:01:56 -0500 Merge with stable
Matt Mackall <mpm@selenic.com> [Sat, 20 Mar 2010 10:01:56 -0500] rev 10746
Merge with stable
Fri, 19 Mar 2010 22:52:38 +0100 patch: try harder to find the file to patch on file creation (issue2041) stable
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Fri, 19 Mar 2010 22:52:38 +0100] rev 10745
patch: try harder to find the file to patch on file creation (issue2041) accept the following patch header: first line: foo/a.orig second line: foo/a
Fri, 19 Mar 2010 16:05:16 -0500 Merge with stable
Matt Mackall <mpm@selenic.com> [Fri, 19 Mar 2010 16:05:16 -0500] rev 10744
Merge with stable
Fri, 19 Mar 2010 16:04:49 -0500 Merge with i18n
Matt Mackall <mpm@selenic.com> [Fri, 19 Mar 2010 16:04:49 -0500] rev 10743
Merge with i18n
Fri, 19 Mar 2010 16:04:00 -0500 Merge with i18n stable
Matt Mackall <mpm@selenic.com> [Fri, 19 Mar 2010 16:04:00 -0500] rev 10742
Merge with i18n
Tue, 16 Mar 2010 11:37:14 -0300 merge with i18n
Wagner Bruna <wbruna@softwareexpress.com.br> [Tue, 16 Mar 2010 11:37:14 -0300] rev 10741
merge with i18n
Tue, 16 Mar 2010 11:36:44 -0300 merge with i18n stable
Wagner Bruna <wbruna@softwareexpress.com.br> [Tue, 16 Mar 2010 11:36:44 -0300] rev 10740
merge with i18n stable
Tue, 16 Mar 2010 11:31:08 -0300 i18n-pt_BR: synchronized with e930017f9e2a stable
Wagner Bruna <wbruna@softwareexpress.com.br> [Tue, 16 Mar 2010 11:31:08 -0300] rev 10739
i18n-pt_BR: synchronized with e930017f9e2a
Sat, 06 Mar 2010 10:02:45 +0100 Merge with stable
Martin Geisler <mg@lazybytes.net> [Sat, 06 Mar 2010 10:02:45 +0100] rev 10738
Merge with stable
Sat, 06 Mar 2010 08:58:03 +0000 l10n: Updates to Danish (da) translation
Martin Geisler <mg@lazybytes.net> [Sat, 06 Mar 2010 08:58:03 +0000] rev 10737
l10n: Updates to Danish (da) translation Transmitted-via: Transifex (www.transifex.net)
Fri, 19 Mar 2010 12:45:39 +0100 patch: second line of a context diff starts with '--- ', not '+++ ' stable
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Fri, 19 Mar 2010 12:45:39 +0100] rev 10736
patch: second line of a context diff starts with '--- ', not '+++ '
Fri, 19 Mar 2010 11:32:55 +0100 Merge with stable
Martin Geisler <mg@lazybytes.net> [Fri, 19 Mar 2010 11:32:55 +0100] rev 10735
Merge with stable
Mon, 15 Mar 2010 22:37:38 +0100 patchbomb: --desc implies --intro
Cédric Duval <cedricduval@free.fr> [Mon, 15 Mar 2010 22:37:38 +0100] rev 10734
patchbomb: --desc implies --intro For a single patch, an introductory text should not remain unsent if --intro has been omitted, as the intent of --desc is clear.
Fri, 19 Mar 2010 10:39:01 +0100 wix: don't show version in title of root feature stable
Adrian Buehlmann <adrian@cadifra.com> [Fri, 19 Mar 2010 10:39:01 +0100] rev 10733
wix: don't show version in title of root feature The version is already shown in the title bar of the feature selection dialog and in the text of the welcome dialog. It's unusual for Windows programs to repeat the version in the root feature.
Fri, 19 Mar 2010 10:26:19 +0100 wix: use build variable for VC redist source dir stable
Adrian Buehlmann <adrian@cadifra.com> [Fri, 19 Mar 2010 10:26:19 +0100] rev 10732
wix: use build variable for VC redist source dir
Thu, 18 Mar 2010 14:36:24 -0700 Merge with stable
Brendan Cully <brendan@kublai.com> [Thu, 18 Mar 2010 14:36:24 -0700] rev 10731
Merge with stable
Thu, 18 Mar 2010 19:26:56 +0100 mq: allow lines starting with '--- ' in patch messages stable
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Thu, 18 Mar 2010 19:26:56 +0100] rev 10730
mq: allow lines starting with '--- ' in patch messages
(0) -10000 -3000 -1000 -300 -100 -48 +48 +100 +300 +1000 +3000 +10000 +30000 tip