Fri, 24 Jun 2011 01:10:35 +0200 fileset: copied takes no arguments stable
Mads Kiilerich <mads@kiilerich.com> [Fri, 24 Jun 2011 01:10:35 +0200] rev 14718
fileset: copied takes no arguments
Wed, 22 Jun 2011 01:55:00 +0200 revset and fileset: fix typos in parser error messages stable
Mads Kiilerich <mads@kiilerich.com> [Wed, 22 Jun 2011 01:55:00 +0200] rev 14717
revset and fileset: fix typos in parser error messages
Fri, 24 Jun 2011 00:18:41 +0200 fileset: use ParseError pos field correctly stable
Mads Kiilerich <mads@kiilerich.com> [Fri, 24 Jun 2011 00:18:41 +0200] rev 14716
fileset: use ParseError pos field correctly The pos field is intended to describe the position of the error - it should not be used for other potentially interesting information.
Fri, 24 Jun 2011 00:18:06 +0200 revset: fix parameter name in implementation of follow() stable
Mads Kiilerich <mads@kiilerich.com> [Fri, 24 Jun 2011 00:18:06 +0200] rev 14715
revset: fix parameter name in implementation of follow()
Tue, 21 Jun 2011 17:27:20 -0500 merge with stable
Matt Mackall <mpm@selenic.com> [Tue, 21 Jun 2011 17:27:20 -0500] rev 14714
merge with stable
Mon, 20 Jun 2011 22:15:52 -0500 revert: be more explicit that changes are lost stable
Kevin Bullock <kbullock@ringworld.org> [Mon, 20 Jun 2011 22:15:52 -0500] rev 14713
revert: be more explicit that changes are lost BEFORE: $ hg revert abort: no files or directories specified (use --all to revert all files) AFTER: $ hg revert abort: no files or directories specified (use --all to discard all changes)
Tue, 21 Jun 2011 17:08:21 +0300 dispatch: do not close the request repo stable
Idan Kamara <idankk86@gmail.com> [Tue, 21 Jun 2011 17:08:21 +0300] rev 14712
dispatch: do not close the request repo Closing here means we've closed the repo passed to us in the request, which is not our responsibility. This is essential for bundlerepo, and possibly other localrepository subclasses who do something in their close().
Tue, 21 Jun 2011 16:55:21 +0300 hook: write hook output to ui fout descriptor stable
Idan Kamara <idankk86@gmail.com> [Tue, 21 Jun 2011 16:55:21 +0300] rev 14711
hook: write hook output to ui fout descriptor output on stderr will also be written to ui.fout, unless sys.__stdout__ is passed in (see util.system), thus not changing previous behavior. This fixes a bug where hooks run through the command server would mess up with the command protocol, sending non-channeled data to the client.
Tue, 21 Jun 2011 15:26:44 -0500 merge with stable
Matt Mackall <mpm@selenic.com> [Tue, 21 Jun 2011 15:26:44 -0500] rev 14710
merge with stable
Tue, 21 Jun 2011 15:21:57 -0500 check-code: don't mark debug messages for translation stable
Matt Mackall <mpm@selenic.com> [Tue, 21 Jun 2011 15:21:57 -0500] rev 14709
check-code: don't mark debug messages for translation
Tue, 21 Jun 2011 18:35:13 +0200 i18n: remove translation of debug messages stable
David Soria Parra <dsp@php.net> [Tue, 21 Jun 2011 18:35:13 +0200] rev 14708
i18n: remove translation of debug messages
Tue, 21 Jun 2011 15:38:10 +0300 cmdserver, runcommand: properly handle the client sending no arguments stable
Idan Kamara <idankk86@gmail.com> [Tue, 21 Jun 2011 15:38:10 +0300] rev 14707
cmdserver, runcommand: properly handle the client sending no arguments No real reason for a client to do this, but still possible. Previously if the client sent no arguments, a list with an empty string [''] would be used as the arguments to dispatch, which would cause hg to complain about an ambiguous command. Instead, we simply check for no arguments and use an empty list instead (which is equivalent to invoking hg with no args on the command line).
Tue, 21 Jun 2011 15:13:39 +0300 cmdserver: don't raise EOFError when trying to read 0 bytes from the client stable
Idan Kamara <idankk86@gmail.com> [Tue, 21 Jun 2011 15:13:39 +0300] rev 14706
cmdserver: don't raise EOFError when trying to read 0 bytes from the client
Mon, 20 Jun 2011 19:08:41 -0300 i18n: extract docstrings from fileset module stable
Wagner Bruna <wbruna@softwareexpress.com.br> [Mon, 20 Jun 2011 19:08:41 -0300] rev 14705
i18n: extract docstrings from fileset module
Tue, 21 Jun 2011 14:57:17 +0200 Backed out changeset 1ec8bd909ac3 stable
Martin Geisler <mg@aragost.com> [Tue, 21 Jun 2011 14:57:17 +0200] rev 14704
Backed out changeset 1ec8bd909ac3 Debug messages should not be translated.
Tue, 21 Jun 2011 14:00:26 +0200 merge with stable
Martin Geisler <mg@aragost.com> [Tue, 21 Jun 2011 14:00:26 +0200] rev 14703
merge with stable
Tue, 21 Jun 2011 13:24:19 +0200 dispatch: translate alias debugging messages stable
David Soria Parra <dsp@php.net> [Tue, 21 Jun 2011 13:24:19 +0200] rev 14702
dispatch: translate alias debugging messages
Tue, 21 Jun 2011 00:17:52 +0200 parsers: fix localization markup of parser errors stable
Mads Kiilerich <mads@kiilerich.com> [Tue, 21 Jun 2011 00:17:52 +0200] rev 14701
parsers: fix localization markup of parser errors
Sun, 19 Jun 2011 22:33:25 -0400 fileset: use correct function name for hgignore in docstring stable
Ollie Rutherfurd <orutherfurd@gmail.com> [Sun, 19 Jun 2011 22:33:25 -0400] rev 14700
fileset: use correct function name for hgignore in docstring docstring refereed to "resolved" instead of "hgignore"
Mon, 20 Jun 2011 16:45:33 -0500 url: catch UNC paths as yet another Windows special case (issue2808) stable
Matt Mackall <mpm@selenic.com> [Mon, 20 Jun 2011 16:45:33 -0500] rev 14699
url: catch UNC paths as yet another Windows special case (issue2808)
Mon, 20 Jun 2011 14:11:01 +0200 treediscovery: always return all remote heads stable
Peter Arrenbrecht <peter.arrenbrecht@gmail.com> [Mon, 20 Jun 2011 14:11:01 +0200] rev 14698
treediscovery: always return all remote heads Old discovery only returned incoming heads, not all of them (for changegroupsubset). New discovery must always return all of the remote heads (for getbundle). I failed to properly adjust treediscovery in cb98fed52495 when introducing setdiscovery. The actual observable problem was 'remote: unsynced changes' when trying to push a cset on one named branch to a server with a new cset on another named branch. This scenario is now tested in test-treediscovery.t.
Mon, 20 Jun 2011 11:08:41 +0200 merge with stable
Sune Foldager <cryo@cyanite.org> [Mon, 20 Jun 2011 11:08:41 +0200] rev 14697
merge with stable
Mon, 20 Jun 2011 10:51:37 +0200 config.sortdict: override clear method stable
Sune Foldager <cryo@cyanite.org> [Mon, 20 Jun 2011 10:51:37 +0200] rev 14696
config.sortdict: override clear method Overrides dict.clear. It's not currently used, but was broken for sortdict. Contributed by Stepan Koltsov <yozh@mx1.ru>
Mon, 20 Jun 2011 09:30:03 +0200 patch: fix typo in variable name stable
Peter Arrenbrecht <peter.arrenbrecht@gmail.com> [Mon, 20 Jun 2011 09:30:03 +0200] rev 14695
patch: fix typo in variable name
Mon, 20 Jun 2011 10:42:19 +0200 merge with stable
Martin Geisler <mg@aragost.com> [Mon, 20 Jun 2011 10:42:19 +0200] rev 14694
merge with stable
Fri, 17 Jun 2011 19:28:38 -0300 help/revsets: revset aliases can be defined on any config file stable
Wagner Bruna <wbruna@softwareexpress.com.br> [Fri, 17 Jun 2011 19:28:38 -0300] rev 14693
help/revsets: revset aliases can be defined on any config file
Fri, 17 Jun 2011 19:27:40 -0300 help/revsets: clean up whitespace between paragraphs stable
Wagner Bruna <wbruna@softwareexpress.com.br> [Fri, 17 Jun 2011 19:27:40 -0300] rev 14692
help/revsets: clean up whitespace between paragraphs
Fri, 17 Jun 2011 19:14:47 -0300 help/config: mention [revsetalias] section stable
Wagner Bruna <wbruna@softwareexpress.com.br> [Fri, 17 Jun 2011 19:14:47 -0300] rev 14691
help/config: mention [revsetalias] section
Sun, 19 Jun 2011 11:43:40 +0200 fileset: add missing whitespace around operator stable
Thomas Arendsen Hein <thomas@intevation.de> [Sun, 19 Jun 2011 11:43:40 +0200] rev 14690
fileset: add missing whitespace around operator
Sat, 18 Jun 2011 20:49:07 -0500 fileset: drop backwards SI size units stable
Matt Mackall <mpm@selenic.com> [Sat, 18 Jun 2011 20:49:07 -0500] rev 14689
fileset: drop backwards SI size units - the power of 2 ones should be kiB, MiB, etc. - the power of 10 ones (SI standard) should be kB, MB, but we're currently using the industry traditional units elsewhere
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip