--- a/mercurial/exchange.py Thu May 08 17:08:17 2014 -0700
+++ b/mercurial/exchange.py Thu May 22 13:39:55 2014 -0700
@@ -624,8 +624,8 @@
cg = pullop.remote.changegroup(pullop.fetch, 'pull')
elif not pullop.remote.capable('changegroupsubset'):
raise util.Abort(_("partial pull cannot be done because "
- "other repository doesn't support "
- "changegroupsubset."))
+ "other repository doesn't support "
+ "changegroupsubset."))
else:
cg = pullop.remote.changegroupsubset(pullop.fetch, pullop.heads, 'pull')
pullop.cgresult = changegroup.addchangegroup(pullop.repo, cg, 'pull',