Skip to content

Instantly share code, notes, and snippets.

@Ry4an
Created March 19, 2012 01:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ry4an/2089965 to your computer and use it in GitHub Desktop.
Save Ry4an/2089965 to your computer and use it in GitHub Desktop.
Share doesn't save time or space vs. local clones
ry4an@ry4an:~/projects$ time hg clone mercurial mercurial.localclone
updating to branch default
964 files updated, 0 files merged, 0 files removed, 0 files unresolved
real 0m5.908s
user 0m5.092s
sys 0m0.392s
ry4an@ry4an:~/projects$ time hg --config extensions.share= share mercurial mercurial.shareupdating working directory
964 files updated, 0 files merged, 0 files removed, 0 files unresolved
real 0m5.808s
user 0m4.964s
sys 0m0.332s
ry4an@ry4an:~/projects$ du -hs mercurial*
58M mercurial
15M mercurial.localclone
15M mercurial.share
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment