profiling: dropping hotshot profiling. --profile as a unique profiling option
hotshot was an experimental module, which is broken for Python < 2.5
And even for Python >= 2.5 users, hotshot usage is discouraged: cProfile
(formerly lsprof) should be used instead.
#!/bin/shhg initecho a > ahg ci -Am0touch .hg/store/journalecho foo > ahg ci -Am0hg recover