mercurial/hg.py
changeset 23139 e53f6b72a0e4
parent 22837 2be7d5ebd4d0
child 23545 68c434799559
--- a/mercurial/hg.py	Sun Nov 02 13:08:46 2014 +0900
+++ b/mercurial/hg.py	Thu Apr 17 22:47:38 2014 +0200
@@ -390,7 +390,7 @@
 
             dstcachedir = os.path.join(destpath, 'cache')
             # In local clones we're copying all nodes, not just served
-            # ones. Therefore copy all branchcaches over.
+            # ones. Therefore copy all branch caches over.
             copybranchcache('branch2')
             for cachename in repoview.filtertable:
                 copybranchcache('branch2-%s' % cachename)