[PATCH] revset id(): fix error text to say "id wants..." instead of "rev wants..."

Benoit Boissinot bboissin at gmail.com
Sat Oct 16 11:59:35 CDT 2010


On Fri, Oct 15, 2010 at 8:23 PM, Matt Mackall <mpm at selenic.com> wrote:
> On Wed, 2010-10-13 at 23:12 +0300, timeless wrote:
>> On Wed, Oct 13, 2010 at 7:34 AM, Augie Fackler <durin42 at gmail.com> wrote:
>> > +    l = getargs(x, 1, 1, _("id wants one argument"))
>> > +    n = getstring(l[0], _("id wants a string"))
>>
>> fwiw, i'd prefer "needs" or "requires" instead of "wants"
>
> Should probably go with 'requires'. It's the usual pattern for this sort
> of thing.

Pushed a s/wants/requires/ to crew.

cheers,

Benoit


More information about the Mercurial-devel mailing list