perf: fix typo in perfphasesremote() stable
authorYuya Nishihara <yuya@tcha.org>
Sat, 18 Aug 2018 10:33:03 +0900
branchstable
changeset 39193 cee9043c7dba
parent 39146 f736fdbe546a
child 39194 c62184c6299c
child 39196 8c6775e812d8
perf: fix typo in perfphasesremote()
contrib/perf.py
--- 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 [])