mercurial/exchange.py
branchstable
changeset 29064 9dc27a334fb1
parent 28883 032c4c2f802a
child 29341 0d83ad967bf8
equal deleted inserted replaced
29053:61463b8fcef8 29064:9dc27a334fb1
  1288 
  1288 
  1289     kwargs['common'] = pullop.common
  1289     kwargs['common'] = pullop.common
  1290     kwargs['heads'] = pullop.heads or pullop.rheads
  1290     kwargs['heads'] = pullop.heads or pullop.rheads
  1291     kwargs['cg'] = pullop.fetch
  1291     kwargs['cg'] = pullop.fetch
  1292     if 'listkeys' in pullop.remotebundle2caps:
  1292     if 'listkeys' in pullop.remotebundle2caps:
  1293         kwargs['listkeys'] = ['phase']
  1293         kwargs['listkeys'] = ['phases']
  1294         if pullop.remotebookmarks is None:
  1294         if pullop.remotebookmarks is None:
  1295             # make sure to always includes bookmark data when migrating
  1295             # make sure to always includes bookmark data when migrating
  1296             # `hg incoming --bundle` to using this function.
  1296             # `hg incoming --bundle` to using this function.
  1297             kwargs['listkeys'].append('bookmarks')
  1297             kwargs['listkeys'].append('bookmarks')
  1298 
  1298