mercurial/commands.py
changeset 8021 1c2cf2e5dc9b
parent 8020 777a9efdae2d
child 8026 683d8ebcf434
--- a/mercurial/commands.py	Tue Apr 07 20:57:25 2009 +0200
+++ b/mercurial/commands.py	Wed Apr 08 14:18:20 2009 +0200
@@ -3000,7 +3000,6 @@
     ('', 'encoding', encoding.encoding, _('set the charset encoding')),
     ('', 'encodingmode', encoding.encodingmode,
      _('set the charset encoding mode')),
-    ('', 'lsprof', None, _('print improved command execution profile')),
     ('', 'traceback', None, _('print traceback on exception')),
     ('', 'time', None, _('time how long the command takes')),
     ('', 'profile', None, _('print command execution profile')),