Mercurial > hg
changeset 39194:c62184c6299c
merge with stable
author | Augie Fackler <augie@google.com> |
---|---|
date | Sun, 19 Aug 2018 21:53:41 -0400 |
parents | dbc5ead9f40f (current diff) cee9043c7dba (diff) |
children | 1e7a462cb946 |
files | contrib/perf.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 [])