[PATCH] revset: fix outgoing argument handling

Wagner Bruna wagner.bruna+mercurial at gmail.com
Fri Aug 13 11:08:35 CDT 2010


Martin Geisler wrote:
> Greg Ward <greg-hg at gerg.ca> writes:
> 
>> On Thu, Aug 12, 2010 at 7:56 PM, Wagner Bruna
>> <wagner.bruna+mercurial at gmail.com> wrote:
>>> # HG changeset patch
>>> # User Wagner Bruna <wbruna at softwareexpress.com.br>
>>> # Date 1281657274 10800
>>> # Branch stable
>>> # Node ID d39616fc7ebf8f2d85e0f2dd296997870ff03e2c
>>> # Parent  9232488985dc44623d4ce4e5692d0bf36f9786ab
>>> revset: fix outgoing argument handling
>> This looks like a bug fix to me.

It is, I forgot to flag it.

> I looked at this patch earlier today -- what is it
> fixing? I tried to trigger an errors when I did things
> like the test, that is
> 
>   % hg log -r 'outgoing()'
>   % hg log -r 'outgoing(default)'
>   % hg log -r 'outgoing("default")'
> 
> But they all worked?

Yes, because it's actually ignoring the parameter, and using always
the default path. Sorry for not being clearer.

Thanks,
Wagner



More information about the Mercurial-devel mailing list