Mercurial > hg
changeset 23217:2f12ac53b528
exchange: fix indentation in _pullchangeset
author | Mike Edgar <adgar@google.com> |
---|---|
date | Sat, 25 Oct 2014 00:40:51 -0400 |
parents | 4e5ac4a3a29b |
children | 0e78ea8e592a |
files | mercurial/exchange.py |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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"))