# HG changeset patch # User Augie Fackler # Date 1534730021 14400 # Node ID c62184c6299c09d2e8e7be340f9aee138229cb86 # Parent dbc5ead9f40f909104b8f029dbe68fb42f700b41# Parent cee9043c7dba154af10cf2817190f8c1ed62de62 merge with stable diff -r dbc5ead9f40f -r c62184c6299c contrib/perf.py --- a/contrib/perf.py Thu Aug 16 04:50:32 2018 +0200 +++ b/contrib/perf.py Sun Aug 19 21:53:41 2018 -0400 @@ -806,7 +806,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 [])