I think this point can be concisely summarized with:
$ git help commit | wc -l
506
$ hg help commit | wc -l
59
$ hg help commit -v | wc -l
96
Also, git currently has 169 subcommands by default, vs. mercurial's 50 (more available as extensions though).