exchange: fix indentation level
authorPierre-Yves David <pierre-yves.david@fb.com>
Thu, 22 May 2014 13:39:55 -0700
changeset 21554 7bcf4adadd2d
parent 21553 bee0e1cffdd3
child 21555 e303b8ea84b3
exchange: fix indentation level
mercurial/exchange.py
--- 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',