Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

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).


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: