mercurial/commands.py
changeset 709 cc2e8f3d4412
parent 707 116b2d3f4554
child 710 ca9353f43345
child 711 734712f37de3
--- 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'),