[PATCH] fix mixup of --limit and REVRANGE in hgk call

TK Soh teekaysoh at gmail.com
Wed Sep 27 14:27:13 CDT 2006


On 9/27/06, Benoit Boissinot <bboissin at gmail.com> wrote:
> Looks like a bug in the cmdline handling, it shouldn't fill the
> 'limit' option in the first place.

Actually it does: 'hg view --limit 5 123' would translate into 'hgk
--limit 5 123'. Right now it's just doing wrongly by adding the
--limit to the cmdline call to hgk while --limit isn't specified in
the 'hg view'.


More information about the Mercurial mailing list