Mercurial > hg > mercurial-source
diff mercurial/localrepo.py @ 12070:fddacca3202e
Merge with stable
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Sun, 29 Aug 2010 22:55:37 +0200 |
parents | d01e28657429 a4fbbe0fbc38 |
children | 36a65283c3af |
line wrap: on
line diff
--- a/mercurial/localrepo.py +++ b/mercurial/localrepo.py @@ -1205,7 +1205,7 @@ cg = remote.changegroup(fetch, 'pull') else: if not remote.capable('changegroupsubset'): - raise util.Abort(_("Partial pull cannot be done because " + raise util.Abort(_("partial pull cannot be done because " "other repository doesn't support " "changegroupsubset.")) cg = remote.changegroupsubset(fetch, heads, 'pull')