mercurial/commands.py
changeset 33030 3e102a8dd52c
parent 33015 f66be4caeaab
child 33031 e8c8d81eb864
--- a/mercurial/commands.py	Thu Jun 22 10:15:15 2017 -0700
+++ b/mercurial/commands.py	Fri Jun 16 16:56:16 2017 -0700
@@ -5218,7 +5218,7 @@
             else:
                 txnname = 'unbundle\n%s' % util.hidepassword(url)
                 with repo.transaction(txnname) as tr:
-                    modheads = gen.apply(repo, tr, 'unbundle', url)
+                    modheads, addednodes = gen.apply(repo, tr, 'unbundle', url)
 
     return postincoming(ui, repo, modheads, opts.get(r'update'), None, None)