mercurial/exchange.py
branchstable
changeset 29064 9dc27a334fb1
parent 28883 032c4c2f802a
child 29341 0d83ad967bf8
--- a/mercurial/exchange.py	Sun May 01 14:36:12 2016 -0500
+++ b/mercurial/exchange.py	Thu May 05 20:57:38 2016 +0900
@@ -1290,7 +1290,7 @@
     kwargs['heads'] = pullop.heads or pullop.rheads
     kwargs['cg'] = pullop.fetch
     if 'listkeys' in pullop.remotebundle2caps:
-        kwargs['listkeys'] = ['phase']
+        kwargs['listkeys'] = ['phases']
         if pullop.remotebookmarks is None:
             # make sure to always includes bookmark data when migrating
             # `hg incoming --bundle` to using this function.