diff -r e849b4db6c95 -r cc2e8f3d4412 mercurial/commands.py --- a/mercurial/commands.py Fri Jul 15 10:07:55 2005 +0100 +++ b/mercurial/commands.py Fri Jul 15 10:58:19 2005 +0100 @@ -1125,7 +1125,7 @@ (export, [('o', 'output', "", 'output to file')], "hg export [-o OUTFILE] REV..."), - "forget": (forget, [], "hg forget [FILE]..."), + "forget": (forget, [], "hg forget FILE..."), "heads": (heads, [], 'hg heads'), "help": (help_, [], 'hg help [COMMAND]'), "identify|id": (identify, [], 'hg identify'),