Mercurial > hg-stable
diff mercurial/hg.py @ 23139:e53f6b72a0e4
spelling: fixes from proofreading of spell checker issues
author | Mads Kiilerich <madski@unity3d.com> |
---|---|
date | Thu, 17 Apr 2014 22:47:38 +0200 |
parents | 2be7d5ebd4d0 |
children | 68c434799559 |
line wrap: on
line diff
--- 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)