Sun, 27 Jun 2010 17:41:43 -0500 merge: document how to 'undo' a merge stable
Matt Mackall <mpm@selenic.com> [Sun, 27 Jun 2010 17:41:43 -0500] rev 11452
merge: document how to 'undo' a merge
Sun, 27 Jun 2010 23:12:05 +0200 resolve: do not crash on empty mergestate stable
Martin Geisler <mg@lazybytes.net> [Sun, 27 Jun 2010 23:12:05 +0200] rev 11451
resolve: do not crash on empty mergestate I managed to get an empty .hg/merge/state file by interrupting a merge by pressing Control-C. This lead to this error: TypeError: a2b_hex() argument 1 must be string or read-only buffer, not None since localnode is assigned None before the iteration over lines in the mergestate begins.
Wed, 23 Jun 2010 16:54:12 -1000 revset: fix spelling typo stable
Julian Cowley <julian@lava.net> [Wed, 23 Jun 2010 16:54:12 -1000] rev 11450
revset: fix spelling typo
Fri, 11 Jun 2010 01:35:38 -1000 parser: fix URL to effbot stable
Julian Cowley <julian@lava.net> [Fri, 11 Jun 2010 01:35:38 -1000] rev 11449
parser: fix URL to effbot
Thu, 24 Jun 2010 21:35:52 -0700 glog: fix crash on empty revision range stable
Eric Eisner <ede@mit.edu> [Thu, 24 Jun 2010 21:35:52 -0700] rev 11448
glog: fix crash on empty revision range
Fri, 25 Jun 2010 19:59:22 +0200 mercurial.spec: don't include convert-repo - use "hg convert" instead stable
Mads Kiilerich <mads@kiilerich.com> [Fri, 25 Jun 2010 19:59:22 +0200] rev 11447
mercurial.spec: don't include convert-repo - use "hg convert" instead
Fri, 25 Jun 2010 01:27:25 -1000 revset: remove debugging leftover stable
Julian Cowley <julian@lava.net> [Fri, 25 Jun 2010 01:27:25 -1000] rev 11446
revset: remove debugging leftover
Sat, 26 Jun 2010 15:56:48 +0200 contrib: update tcsh_completion with commands for 1.6 stable
Gilles Moris <gilles.moris@free.fr> [Sat, 26 Jun 2010 15:56:48 +0200] rev 11445
contrib: update tcsh_completion with commands for 1.6 Added the following commands: debugbuilddag debugdag debugpushkey debugrevspec.
Sat, 26 Jun 2010 12:26:03 -0500 bookmarks: fix in/out return values stable
Matt Mackall <mpm@selenic.com> [Sat, 26 Jun 2010 12:26:03 -0500] rev 11444
bookmarks: fix in/out return values
Sat, 26 Jun 2010 12:24:55 -0500 bookmarks: fix bogus cut and paste for outgoing stable
Matt Mackall <mpm@selenic.com> [Sat, 26 Jun 2010 12:24:55 -0500] rev 11443
bookmarks: fix bogus cut and paste for outgoing
Fri, 25 Jun 2010 13:47:28 -0500 addchangegroup: pass in lock to release it before changegroup hook is called stable
Matt Mackall <mpm@selenic.com> [Fri, 25 Jun 2010 13:47:28 -0500] rev 11442
addchangegroup: pass in lock to release it before changegroup hook is called Currently, callers of addchangegroup first acquire the repository lock, usually to check that an unbundle request isn't racing. This means that changegroup hook actions that might write to a repo get stuck waiting for a lock. Here, we add a new optional lock parameter and update all the callers. Post-1.6 we may make it non-optional.
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
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip