changeset 21583:dc141bdb5cb0 stable

exchange: fix bad indentation Those two lines where double indented for no good reasons. This is backport of 71931b789424.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Wed, 07 May 2014 19:26:15 -0700
parents 7f6d99a79411
children 4dca1a06e7ee
files mercurial/exchange.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/exchange.py	Wed May 07 19:28:17 2014 -0700
+++ b/mercurial/exchange.py	Wed May 07 19:26:15 2014 -0700
@@ -574,8 +574,8 @@
     # pulling changegroup
     pullop.todosteps.remove('changegroup')
     if not pullop.fetch:
-            pullop.repo.ui.status(_("no changes found\n"))
-            pullop.cgresult = 0
+        pullop.repo.ui.status(_("no changes found\n"))
+        pullop.cgresult = 0
     else:
         kwargs['common'] = pullop.common
         kwargs['heads'] = pullop.heads or pullop.rheads