hg performance

Simon 'corecode' Schubert corecode at fs.ei.tum.de
Tue Aug 14 08:55:23 CDT 2007


Giorgos Keramidas wrote:
> This matches the results I got by importing a checkout of GNU Emacs in
> Hg and Git:

> %                      1. INITIAL 'ADD' OF ALL FILES

Just doing a hg add vs git add is wrong.  hg add just registers the files to be added, whereas git actually adds the files to the object store.  You need to time add+commit together, possibly switching off the diffstat output for git.

cheers
  simon


More information about the Mercurial mailing list