Mercurial > public > mercurial-scm > hg
diff mercurial/changegroup.py @ 24180:d8e0c591781c
spelling: fixes from proofreading of spell checker issues
author | Mads Kiilerich <madski@unity3d.com> |
---|---|
date | Sun, 18 Jan 2015 02:38:57 +0100 |
parents | a450e0a2ba0a |
children | 903c7e8c97ad |
line wrap: on
line diff
--- a/mercurial/changegroup.py Fri Feb 27 21:42:58 2015 +0100 +++ b/mercurial/changegroup.py Sun Jan 18 02:38:57 2015 +0100 @@ -111,7 +111,8 @@ chunkiter = bundle.getchunks() else: if cg.version != '01': - raise util.Abort(_('Bundle1 only supports v1 changegroups\n')) + raise util.Abort(_('old bundle types only supports v1 ' + 'changegroups')) header, compressor = bundletypes[bundletype] fh.write(header) z = compressor()