Submitter | Pulkit Goyal |
---|---|
Date | Aug. 31, 2016, 11:14 p.m. |
Message ID | <20689e0835c621df4cd1.1472685243@pulkit-goyal> |
Download | mbox | patch |
Permalink | /patch/16519/ |
State | Superseded |
Headers | show |
Comments
On Wed, Aug 31, 2016 at 4:14 PM, Pulkit Goyal <7895pulkit@gmail.com> wrote: > # HG changeset patch > # User Pulkit Goyal <7895pulkit@gmail.com> > # Date 1472680411 -19800 > # Thu Sep 01 03:23:31 2016 +0530 > # Branch stable > # Node ID 20689e0835c621df4cd19efe7bd06127ab1e0bf8 > # Parent 7a2e0629bdee8cd842bb884094cef9683ed49520 > evolve: update bugzilla link > > The bugzilla link is updated to https://bz.mercurial-scm.org/ > > diff -r 7a2e0629bdee -r 20689e0835c6 hgext/evolve.py > --- a/hgext/evolve.py Fri May 27 17:33:53 2016 +0200 > +++ b/hgext/evolve.py Thu Sep 01 03:23:31 2016 +0530 > @@ -21,7 +21,7 @@ > > __version__ = '5.4.0' > testedwith = '3.4.3 3.5.2 3.6.2 3.7.3 3.8.1' > While you're here, the point release of the version can be dropped, as modern Mercurial only looks at the X.Y versions. > -buglink = 'http://bz.selenic.com/' > +buglink = 'https://bz.mercurial-scm.org/' > > > evolutionhelptext = """ > diff -r 7a2e0629bdee -r 20689e0835c6 hgext/simple4server.py > --- a/hgext/simple4server.py Fri May 27 17:33:53 2016 +0200 > +++ b/hgext/simple4server.py Thu Sep 01 03:23:31 2016 +0530 > @@ -9,7 +9,7 @@ > improved user interface.''' > > testedwith = '3.3.3 3.4-rc' > -buglink = 'http://bz.selenic.com/' > +buglink = 'https://bz.mercurial-scm.org/' > > import mercurial.obsolete > > _______________________________________________ > Mercurial-devel mailing list > Mercurial-devel@mercurial-scm.org > https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel >
> While you're here, the point release of the version can be dropped, as > modern Mercurial only looks at the X.Y versions. Okay I am sending a V2 with this patch queued.
Patch
diff -r 7a2e0629bdee -r 20689e0835c6 hgext/evolve.py --- a/hgext/evolve.py Fri May 27 17:33:53 2016 +0200 +++ b/hgext/evolve.py Thu Sep 01 03:23:31 2016 +0530 @@ -21,7 +21,7 @@ __version__ = '5.4.0' testedwith = '3.4.3 3.5.2 3.6.2 3.7.3 3.8.1' -buglink = 'http://bz.selenic.com/' +buglink = 'https://bz.mercurial-scm.org/' evolutionhelptext = """ diff -r 7a2e0629bdee -r 20689e0835c6 hgext/simple4server.py --- a/hgext/simple4server.py Fri May 27 17:33:53 2016 +0200 +++ b/hgext/simple4server.py Thu Sep 01 03:23:31 2016 +0530 @@ -9,7 +9,7 @@ improved user interface.''' testedwith = '3.3.3 3.4-rc' -buglink = 'http://bz.selenic.com/' +buglink = 'https://bz.mercurial-scm.org/' import mercurial.obsolete