diff -r b7645b3c86ff -r 619e775aa7f9 hg --- a/hg Sat Jun 04 13:45:31 2005 -0800 +++ b/hg Sat Jun 04 14:16:32 2005 -0800 @@ -8,16 +8,7 @@ # This software may be used and distributed according to the terms # of the GNU General Public License, incorporated herein by reference. -# the psyco compiler makes commits a bit faster -# and makes changegroup merge about 20 times slower! -# try: -# import psyco -# psyco.full() -# except: -# pass - -import sys from mercurial import commands -sys.exit(commands.dispatch(sys.argv[1:])) +commands.run()