# HG changeset patch # User Matt Mackall # Date 1120717673 28800 # Node ID c9e159bb9a3d66fae7df6c4e31d4a0ac11fe9c9d # Parent 5d6177b72fcce0d025f17a6b5eb2c5865bc391f8 typo in help message. From: "Aneesh Kumar K.V" diff -r 5d6177b72fcc -r c9e159bb9a3d mercurial/commands.py --- a/mercurial/commands.py Wed Jul 06 22:27:25 2005 -0800 +++ b/mercurial/commands.py Wed Jul 06 22:27:53 2005 -0800 @@ -1045,7 +1045,7 @@ ('n', 'number', None, 'show revision number'), ('c', 'changeset', None, 'show changeset')], 'hg annotate [-u] [-c] [-n] [-r id] [files]'), - "cat": (cat, [('o', 'output', "", 'output to file')], 'hg cat [-o outfile] file> [rev]'), + "cat": (cat, [('o', 'output', "", 'output to file')], 'hg cat [-o outfile] [rev]'), "^clone": (clone, [('U', 'noupdate', None, 'skip update after cloning')], 'hg clone [options] [dest]'), "^commit|ci": (commit,