# HG changeset patch # User mpm@selenic.com # Date 1115889643 28800 # Node ID 2bff7c0ea1d3e5b3127031a36f80e3c0c027562c # Parent 2ab801e0ea9fefdfde3250cfd1de5a620b617ebc Minor corrections diff -r 2ab801e0ea9f -r 2bff7c0ea1d3 notes.txt --- a/notes.txt Thu May 12 01:20:16 2005 -0800 +++ b/notes.txt Thu May 12 01:20:43 2005 -0800 @@ -149,10 +149,10 @@ it to be much more bandwidth efficient. I expect repos sizes and sync speeds to be similar to or better than BK, given the use of binary diffs. -Mercurial is roughly the same performance as git and is faster in -others as it keeps around more metadata. One example is listing and -retrieving past versions of a file, which it can do without reading -all the changesets. This metadata will also allow it to perform better -merges as described above. +Mercurial is roughly the same performance as git in some areas and is +faster in others as it keeps around more metadata. One example is +listing and retrieving past versions of a file, which it can do +without reading all the changesets. This metadata will also allow it +to perform better merges as described above.