contrib/perf.py
changeset 49445 cd21f2b4226f
parent 49444 52f31b660d38
child 49473 a7a5740b322a
equal deleted inserted replaced
49444:52f31b660d38 49445:cd21f2b4226f
  2664 
  2664 
  2665     This does not include the final transaction processing"""
  2665     This does not include the final transaction processing"""
  2666     from mercurial import exchange
  2666     from mercurial import exchange
  2667     from mercurial import bundle2
  2667     from mercurial import bundle2
  2668 
  2668 
       
  2669     opts = _byteskwargs(opts)
       
  2670 
  2669     with repo.lock():
  2671     with repo.lock():
  2670         bundle = [None, None]
  2672         bundle = [None, None]
  2671         orig_quiet = repo.ui.quiet
  2673         orig_quiet = repo.ui.quiet
  2672         try:
  2674         try:
  2673             repo.ui.quiet = True
  2675             repo.ui.quiet = True