contrib/perf.py
changeset 46733 66fb04552122
parent 46460 d8ad391e10f5
child 46793 6266d19556ad
equal deleted inserted replaced
46732:0732a7264226 46733:66fb04552122
  1405     )
  1405     )
  1406 
  1406 
  1407     opts = _byteskwargs(opts)
  1407     opts = _byteskwargs(opts)
  1408     timer, fm = gettimer(ui, opts)
  1408     timer, fm = gettimer(ui, opts)
  1409 
  1409 
  1410     path = ui.paths.getpath(dest, default=(b'default-push', b'default'))
  1410     path = ui.getpath(dest, default=(b'default-push', b'default'))
  1411     if not path:
  1411     if not path:
  1412         raise error.Abort(
  1412         raise error.Abort(
  1413             b'default repository not configured!',
  1413             b'default repository not configured!',
  1414             hint=b"see 'hg help config.paths'",
  1414             hint=b"see 'hg help config.paths'",
  1415         )
  1415         )