mercurial/hg.py
changeset 48241 7d1e60244561
parent 48240 607e9322fc89
child 48494 b74ee41addee
equal deleted inserted replaced
48240:607e9322fc89 48241:7d1e60244561
   940                 overrides = {(b'ui', b'quietbookmarkmove'): True}
   940                 overrides = {(b'ui', b'quietbookmarkmove'): True}
   941                 with local.ui.configoverride(overrides, b'clone'):
   941                 with local.ui.configoverride(overrides, b'clone'):
   942                     exchange.pull(
   942                     exchange.pull(
   943                         local,
   943                         local,
   944                         srcpeer,
   944                         srcpeer,
   945                         revs,
   945                         heads=revs,
   946                         streamclonerequested=stream,
   946                         streamclonerequested=stream,
   947                         includepats=storeincludepats,
   947                         includepats=storeincludepats,
   948                         excludepats=storeexcludepats,
   948                         excludepats=storeexcludepats,
   949                         depth=depth,
   949                         depth=depth,
   950                     )
   950                     )