Submitter | Wagner Bruna |
---|---|
Date | May 31, 2017, 10:31 p.m. |
Message ID | <c2acf4279f715a9153b4.1496269893@mwagner.paulista.local> |
Download | mbox | patch |
Permalink | /patch/21124/ |
State | Accepted |
Headers | show |
Comments
On Wed, May 31, 2017 at 07:31:33PM -0300, Wagner Bruna wrote: > # HG changeset patch > # User Wagner Bruna <wbruna@softwareexpress.com.br> > # Date 1496269440 10800 > # Wed May 31 19:24:00 2017 -0300 > # Branch stable > # Node ID c2acf4279f715a9153b4c020461417b9b6e56147 > # Parent b98f7254eea8e9fd4544be1567991f0c00387ee2 > bugzilla: fix typo in help text Queued for stable, many thanks. > > diff --git a/hgext/bugzilla.py b/hgext/bugzilla.py > --- a/hgext/bugzilla.py > +++ b/hgext/bugzilla.py > @@ -54,7 +54,7 @@ > > Access via the REST-API needs either a Bugzilla username and password > or an apikey specified in the configuration. Comments are made under > -the given username or the user assoicated with the apikey in Bugzilla. > +the given username or the user associated with the apikey in Bugzilla. > > Configuration items common to all access modes: > > > -- > This message has been scanned for viruses and > dangerous content by MailScanner, and is > believed to be clean. > > _______________________________________________ > Mercurial-devel mailing list > Mercurial-devel@mercurial-scm.org > https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel
Patch
diff --git a/hgext/bugzilla.py b/hgext/bugzilla.py --- a/hgext/bugzilla.py +++ b/hgext/bugzilla.py @@ -54,7 +54,7 @@ Access via the REST-API needs either a Bugzilla username and password or an apikey specified in the configuration. Comments are made under -the given username or the user assoicated with the apikey in Bugzilla. +the given username or the user associated with the apikey in Bugzilla. Configuration items common to all access modes: