changeset 39193:cee9043c7dba stable

perf: fix typo in perfphasesremote()
author Yuya Nishihara <yuya@tcha.org>
date Sat, 18 Aug 2018 10:33:03 +0900
parents f736fdbe546a
children c62184c6299c 8c6775e812d8
files contrib/perf.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/perf.py	Fri Aug 17 20:35:52 2018 +0200
+++ b/contrib/perf.py	Sat Aug 18 10:33:03 2018 +0900
@@ -807,7 +807,7 @@
 
     path = ui.paths.getpath(dest, default=('default-push', 'default'))
     if not path:
-        raise error.abort(('default repository not configured!'),
+        raise error.Abort(('default repository not configured!'),
                          hint=("see 'hg help config.paths'"))
     dest = path.pushloc or path.loc
     branches = (path.branch, opts.get('branch') or [])