[PATCH STABLE] perf: fix typo in perfphasesremote()

Augie Fackler raf at durin42.com
Wed Jan 16 09:59:57 UTC 2019


On Sat, Aug 18, 2018 at 02:44:24PM +0900, Yuya Nishihara wrote:
> # HG changeset patch
> # User Yuya Nishihara <yuya at tcha.org>
> # Date 1534555983 -32400
> #      Sat Aug 18 10:33:03 2018 +0900
> # Branch stable
> # Node ID cee9043c7dba154af10cf2817190f8c1ed62de62
> # Parent  f736fdbe546af28040f53b3bbed40af02fdf7a65
> perf: fix typo in perfphasesremote()

this was queued as cee9043c7dba

>
> diff --git a/contrib/perf.py b/contrib/perf.py
> --- a/contrib/perf.py
> +++ b/contrib/perf.py
> @@ -807,7 +807,7 @@ def perfphasesremote(ui, repo, dest=None
>
>      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 [])
> _______________________________________________
> Mercurial-devel mailing list
> Mercurial-devel at mercurial-scm.org
> https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel


More information about the Mercurial-devel mailing list