author | Augie Fackler <augie@google.com> |
Sun, 19 Aug 2018 21:53:41 -0400 | |
changeset 39194 | c62184c6299c |
parent 39192 | dbc5ead9f40f (current diff) |
parent 39193 | cee9043c7dba (diff) |
child 39195 | 1e7a462cb946 |
contrib/perf.py | file | annotate | diff | comparison | revisions |
--- 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 [])