Thu, 24 Jun 2010 15:18:47 +0100 cmdutil: only output style header once in non-buffered mode (issue2130) stable
Simon Howkins <simonh@symbian.org> [Thu, 24 Jun 2010 15:18:47 +0100] rev 11441
cmdutil: only output style header once in non-buffered mode (issue2130)
Wed, 23 Jun 2010 13:38:52 -0500 bookmarks: touch changelog on write to force hgweb reload stable
Matt Mackall <mpm@selenic.com> [Wed, 23 Jun 2010 13:38:52 -0500] rev 11440
bookmarks: touch changelog on write to force hgweb reload
Tue, 22 Jun 2010 21:36:09 +0200 mq: explicit exit code when patch is already on top stable
Gilles Moris <gilles.moris@free.fr> [Tue, 22 Jun 2010 21:36:09 +0200] rev 11439
mq: explicit exit code when patch is already on top
Tue, 22 Jun 2010 09:49:51 +0200 mq: fix qpush --move for selected guarded patches stable
Gilles Moris <gilles.moris@free.fr> [Tue, 22 Jun 2010 09:49:51 +0200] rev 11438
mq: fix qpush --move for selected guarded patches In the case of guarded patch, the patch could not be found because the full_series list contains also the guard value appended to each patch name. As we already checked that the patch is pushable above in the code, we just have to use the series list (which doesn't contains guard value) to get the patch index.
Wed, 23 Jun 2010 17:50:27 -0300 help: glossary.txt formatting fixes stable
Wagner Bruna <wbruna@softwareexpress.com.br> [Wed, 23 Jun 2010 17:50:27 -0300] rev 11437
help: glossary.txt formatting fixes
Wed, 23 Jun 2010 17:49:49 -0300 help: fix glossary.txt named branches description stable
Wagner Bruna <wbruna@softwareexpress.com.br> [Wed, 23 Jun 2010 17:49:49 -0300] rev 11436
help: fix glossary.txt named branches description
Wed, 23 Jun 2010 10:45:53 +0200 zeroconf: Use BadDomainName exception instead of string exceptions stable
Javi Merino <cibervicho@gmail.com> [Wed, 23 Jun 2010 10:45:53 +0200] rev 11435
zeroconf: Use BadDomainName exception instead of string exceptions String exceptions no longer work in python 2.6. Use exception classes instead.
Wed, 23 Jun 2010 11:53:59 +0200 bookmarks: Use error message consistently stable
David Soria Parra <dsp@php.net> [Wed, 23 Jun 2010 11:53:59 +0200] rev 11434
bookmarks: Use error message consistently The 'updating bookmark %s failed!' message is better than 'failed to update bookmark %s'. To have more consistent error messages we use just 'updating bookmarks %s failed'.
Tue, 22 Jun 2010 15:45:13 -0500 Merge with default, fix up stray topological head from i18n stable
Matt Mackall <mpm@selenic.com> [Tue, 22 Jun 2010 15:45:13 -0500] rev 11433
Merge with default, fix up stray topological head from i18n
Tue, 22 Jun 2010 15:44:19 -0500 i18n: disable check-code on polib.py stable
Matt Mackall <mpm@selenic.com> [Tue, 22 Jun 2010 15:44:19 -0500] rev 11432
i18n: disable check-code on polib.py
Sun, 20 Jun 2010 12:26:48 +0200 bookmarks: Add -B option to incoming/outgoing to compare bookmarks stable
David Soria Parra <dsp@php.net> [Sun, 20 Jun 2010 12:26:48 +0200] rev 11431
bookmarks: Add -B option to incoming/outgoing to compare bookmarks We add a -B/--bookmarks option to hg incmoing and hg outgoing. If the option is passed we compare bookmarks instead of changesets. This can be used to see which bookmarks do not exists on the remote site.
Tue, 22 Jun 2010 15:33:58 -0500 Merge with i18n stable
Matt Mackall <mpm@selenic.com> [Tue, 22 Jun 2010 15:33:58 -0500] rev 11430
Merge with i18n
Tue, 22 Jun 2010 12:38:39 +0200 discovery: use stable sort order in --new-branch warning stable
Martin Geisler <mg@aragost.com> [Tue, 22 Jun 2010 12:38:39 +0200] rev 11429
discovery: use stable sort order in --new-branch warning A Python set seems to do this already when you iterate over it, but this should be considered an implementation detail and not something we can rely on. This also gets rid of an unnecessary string conversion -- the set already contains strings.
Mon, 21 Jun 2010 17:02:48 -0300 Merge with i18n
Wagner Bruna <wbruna@softwareexpress.com.br> [Mon, 21 Jun 2010 17:02:48 -0300] rev 11428
Merge with i18n
Mon, 21 Jun 2010 16:59:38 -0300 Merge i18n default into stable stable
Wagner Bruna <wbruna@softwareexpress.com.br> [Mon, 21 Jun 2010 16:59:38 -0300] rev 11427
Merge i18n default into stable
Mon, 21 Jun 2010 11:53:38 -0300 i18n-pt_BR: synchronized with b4467a7d5c75
Wagner Bruna <wbruna@softwareexpress.com.br> [Mon, 21 Jun 2010 11:53:38 -0300] rev 11426
i18n-pt_BR: synchronized with b4467a7d5c75
Sun, 20 Jun 2010 23:37:09 +0200 Merge with mpm
Martin Geisler <mg@lazybytes.net> [Sun, 20 Jun 2010 23:37:09 +0200] rev 11425
Merge with mpm
Sun, 20 Jun 2010 20:02:27 +0200 i18n-da: copy msgids that does not need translating
Martin Geisler <mg@lazybytes.net> [Sun, 20 Jun 2010 20:02:27 +0200] rev 11424
i18n-da: copy msgids that does not need translating
Sun, 20 Jun 2010 19:48:28 +0200 acl: delete trailing whitespace in docstring
Martin Geisler <mg@lazybytes.net> [Sun, 20 Jun 2010 19:48:28 +0200] rev 11423
acl: delete trailing whitespace in docstring
Sun, 20 Jun 2010 17:38:57 +0200 i18n-da: synchronize with 42408cd43f55
Martin Geisler <mg@lazybytes.net> [Sun, 20 Jun 2010 17:38:57 +0200] rev 11422
i18n-da: synchronize with 42408cd43f55
Mon, 21 Jun 2010 13:41:11 -0500 Merge default into stable for the 1.6 code freeze stable
Matt Mackall <mpm@selenic.com> [Mon, 21 Jun 2010 13:41:11 -0500] rev 11421
Merge default into stable for the 1.6 code freeze
Mon, 21 Jun 2010 13:38:40 -0500 revset: improve help on strings
Matt Mackall <mpm@selenic.com> [Mon, 21 Jun 2010 13:38:40 -0500] rev 11420
revset: improve help on strings
Mon, 21 Jun 2010 13:26:13 -0500 tests: extend revset test
Matt Mackall <mpm@selenic.com> [Mon, 21 Jun 2010 13:26:13 -0500] rev 11419
tests: extend revset test
Mon, 21 Jun 2010 13:25:42 -0500 merge: sort arguments to stabilize the ancestor search
Matt Mackall <mpm@selenic.com> [Mon, 21 Jun 2010 13:25:42 -0500] rev 11418
merge: sort arguments to stabilize the ancestor search
Sun, 20 Jun 2010 14:21:56 -0500 merge: improve merge with ancestor message
Matt Mackall <mpm@selenic.com> [Sun, 20 Jun 2010 14:21:56 -0500] rev 11417
merge: improve merge with ancestor message
Wed, 16 Jun 2010 00:22:10 +0200 ui: ignore EIO in write_err
Mads Kiilerich <mads@kiilerich.com> [Wed, 16 Jun 2010 00:22:10 +0200] rev 11416
ui: ignore EIO in write_err Hgs signal handler will catch the signal for example if the terminal hg is running in is closed. That will make it try to warn that it was 'killed', but that might fail with EIO and cause hg to exit with an unhandled exception. Normally nobody cares, but system error handlers such as Fedoras abrt will notice and report https://bugzilla.redhat.com/show_bug.cgi?id=596594 .
Wed, 16 Jun 2010 22:54:58 +0200 http push: break infinite recursion on failure with Python 2.6.5 (issue2179)
Mads Kiilerich <mads@kiilerich.com> [Wed, 16 Jun 2010 22:54:58 +0200] rev 11415
http push: break infinite recursion on failure with Python 2.6.5 (issue2179) Python 2.6.5 will keep resetting the retry count on redirects, for example when the server returns 401 on failing auth (like google code currently does). We stop the endless recursion by not resetting the count. http://bugs.python.org/issue3819 introduced the regression with Python 2.6.5. http://bugs.python.org/issue8797 discusses a fix which might make it to 2.6.6 and 2.7.0.
Sun, 20 Jun 2010 01:20:12 +0900 pager: respect HGPLAIN
Yuya Nishihara <yuya@tcha.org> [Sun, 20 Jun 2010 01:20:12 +0900] rev 11414
pager: respect HGPLAIN Pager shouldn't be enabled for scripting use.
Wed, 16 Jun 2010 00:37:21 +0200 patchbomb: reduce number of opts.get calls
Christian Ebert <blacktrash@gmx.net> [Wed, 16 Jun 2010 00:37:21 +0200] rev 11413
patchbomb: reduce number of opts.get calls Rename outgoing() function to getoutgoing() analogous to getbundle() etc. to avoid name conflict.
Sat, 19 Jun 2010 17:56:52 -0500 parser: improve infix error checking
Matt Mackall <mpm@selenic.com> [Sat, 19 Jun 2010 17:56:52 -0500] rev 11412
parser: improve infix error checking (spotted by timeless)
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip