mercurial/changegroup.py
changeset 46713 bc2519513ae0
parent 46712 e8c11a2c96c0
child 46715 45f0d5297698
equal deleted inserted replaced
46712:e8c11a2c96c0 46713:bc2519513ae0
   943 
   943 
   944         # Set of capabilities we can use to build the bundle.
   944         # Set of capabilities we can use to build the bundle.
   945         if bundlecaps is None:
   945         if bundlecaps is None:
   946             bundlecaps = set()
   946             bundlecaps = set()
   947         self._bundlecaps = bundlecaps
   947         self._bundlecaps = bundlecaps
       
   948         if remote_sidedata is None:
       
   949             remote_sidedata = set()
       
   950         self._remote_sidedata = remote_sidedata
   948         self._isshallow = shallow
   951         self._isshallow = shallow
   949         self._fullclnodes = fullnodes
   952         self._fullclnodes = fullnodes
   950 
   953 
   951         # Maps ellipsis revs to their roots at the changelog level.
   954         # Maps ellipsis revs to their roots at the changelog level.
   952         self._precomputedellipsis = ellipsisroots
   955         self._precomputedellipsis = ellipsisroots