diff mercurial/wireproto.py @ 22353:47e3420ae889

getbundle: add `obsmarkers` argument to getbundle This argument triggers the retrieval of all markers relevant to the set of changesets defined by the nodes in `heads`.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Fri, 29 Aug 2014 12:36:17 +0200
parents 7e6dd496d327
children e2806b8613ca
line wrap: on
line diff
--- a/mercurial/wireproto.py	Fri Aug 29 12:28:58 2014 +0200
+++ b/mercurial/wireproto.py	Fri Aug 29 12:36:17 2014 +0200
@@ -202,6 +202,7 @@
 # :plain: string with no transformation needed.
 gboptsmap = {'heads':  'nodes',
              'common': 'nodes',
+             'obsmarkers': 'boolean',
              'bundlecaps': 'csv',
              'listkeys': 'csv',
              'cg': 'boolean'}