Submitter | Boris Feld |
---|---|
Date | July 19, 2017, 1:25 p.m. |
Message ID | <d06b480016620be412ee.1500470742@FB> |
Download | mbox | patch |
Permalink | /patch/22526/ |
State | Accepted |
Headers | show |
Comments
On Wed, Jul 19, 2017 at 03:25:42PM +0200, Boris Feld wrote: > # HG changeset patch > # User Boris Feld <boris.feld@octobus.net> > # Date 1500468520 -7200 > # Wed Jul 19 14:48:40 2017 +0200 > # Node ID d06b480016620be412ee3eee45822fdd3062fc0f > # Parent 8e959ad6a25c9fe6ab490e1a4cbd5f7445d9bcb1 > package: update package url queued, thanks
> -----Original Message----- > From: Mercurial-devel [mailto:mercurial-devel-bounces@mercurial-scm.org] > On Behalf Of Boris Feld > Sent: Wednesday, July 19, 2017 3:26 PM > To: mercurial-devel@mercurial-scm.org > Subject: [PATCH hglib] package: update package url > > # HG changeset patch > # User Boris Feld <boris.feld@octobus.net> # Date 1500468520 -7200 > # Wed Jul 19 14:48:40 2017 +0200 > # Node ID d06b480016620be412ee3eee45822fdd3062fc0f > # Parent 8e959ad6a25c9fe6ab490e1a4cbd5f7445d9bcb1 > package: update package url > > Replace the package url which was pointing to the repository to the wiki page > instead. This way pypi users will directly see the basic usage and can easily > find the repository url on the wiki page. > > diff -r 8e959ad6a25c -r d06b48001662 setup.py > --- a/setup.pyMon Apr 03 16:02:08 2017 -0500 > +++ b/setup.pyWed Jul 19 14:48:40 2017 +0200 > @@ -36,7 +36,7 @@ > version=version, > author='Idan Kamara', > author_email='idankk86@gmail.com', > - url='http://selenic.com/repo/python-hglib', > + url='https://www.mercurial-scm.org/wiki/PythonHglibs', PythonHglibs? That page doesn't exist... > description='Mercurial Python library', > long_description=open(os.path.join(os.path.dirname(__file__), > 'README')).read(), > _______________________________________________ > Mercurial-devel mailing list > Mercurial-devel@mercurial-scm.org > https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel ________________________________ This message, including its attachments, is confidential and the property of NNG Llc. For more information please read NNG's email policy here: http://www.nng.com/emailpolicy/ By responding to this email you accept the email policy.
Patch
diff -r 8e959ad6a25c -r d06b48001662 setup.py --- a/setup.py Mon Apr 03 16:02:08 2017 -0500 +++ b/setup.py Wed Jul 19 14:48:40 2017 +0200 @@ -36,7 +36,7 @@ version=version, author='Idan Kamara', author_email='idankk86@gmail.com', - url='http://selenic.com/repo/python-hglib', + url='https://www.mercurial-scm.org/wiki/PythonHglibs', description='Mercurial Python library', long_description=open(os.path.join(os.path.dirname(__file__), 'README')).read(),