Mercurial > hg
changeset 21554:7bcf4adadd2d
exchange: fix indentation level
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Thu, 22 May 2014 13:39:55 -0700 |
parents | bee0e1cffdd3 |
children | e303b8ea84b3 |
files | mercurial/exchange.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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',