[PATCH] output option to cat command

Giuseppe Bilotta bilotta78 at hotpop.com
Tue Jul 5 04:07:36 CDT 2005


On Tue, 5 Jul 2005 01:55:32 -0700 (PDT), K Thananchayan wrote:

> -    "cat": (cat, [], 'hg cat <file> [rev]'),
> +    "cat": (cat, [('o', 'output', "", 'output to file')], 'hg cat <file> [rev]'),

Maybe

+    "cat": (cat, [('o', 'output', "", 'output to file')], 'hg cat <file> [rev] [-o filename]'),

to keep the documentation up-to-date?

-- 
Giuseppe "Oblomov" Bilotta

Hic manebimus optime



More information about the Mercurial mailing list