# HG changeset patch # User Mike Edgar # Date 1414212051 14400 # Node ID 2f12ac53b528cdaf424f11964853cb797892d5da # Parent 4e5ac4a3a29b19a8af80167041095668012f03ff exchange: fix indentation in _pullchangeset diff -r 4e5ac4a3a29b -r 2f12ac53b528 mercurial/exchange.py --- a/mercurial/exchange.py Fri Oct 24 16:26:44 2014 -0400 +++ b/mercurial/exchange.py Sat Oct 25 00:40:51 2014 -0400 @@ -1014,9 +1014,9 @@ return pullop.stepsdone.add('changegroup') if not pullop.fetch: - pullop.repo.ui.status(_("no changes found\n")) - pullop.cgresult = 0 - return + pullop.repo.ui.status(_("no changes found\n")) + pullop.cgresult = 0 + return pullop.gettransaction() if pullop.heads is None and list(pullop.common) == [nullid]: pullop.repo.ui.status(_("requesting all changes\n"))