Submitter | Kevin Bullock |
---|---|
Date | Oct. 26, 2016, 8:16 p.m. |
Message ID | <9f3fa665049191b36c95.1477512979@billings.local> |
Download | mbox | patch |
Permalink | /patch/17199/ |
State | Accepted |
Headers | show |
Comments
Kevin Bullock <kbullock+mercurial@ringworld.org> writes: > # HG changeset patch > # User Kevin Bullock <kbullock+mercurial@ringworld.org> > # Date 1475271469 18000 > # Fri Sep 30 16:37:49 2016 -0500 > # Node ID 9f3fa665049191b36c950d4c674aa19208d1532b > # Parent 2323b843b7bf2260d8cfa6e841f1f059855464c2 > downloads: link to new main repo > > diff --git a/templates/downloads/index.html b/templates/downloads/index.html > --- a/templates/downloads/index.html > +++ b/templates/downloads/index.html > @@ -49,8 +49,8 @@ > <dt>Main</dt> > <dd>The main development repository of the Mercurial maintainer > <a href="https://www.mercurial-scm.org/wiki/mpm">Matt Mackall</a> > - can be found at <a href="https://selenic.com/hg"> > - https://selenic.com/hg</a>.</dd> > + can be found at <a href="https://www.mercurial-scm.org/repo/hg"> > + https://www.mercurial-scm.org/repo/hg</a>.</dd> I've queued both these patches, thanks! Follow-up, do we need to reword this to "steering committee"?
On 10/27/2016 10:26 PM, Sean Farley wrote: > Kevin Bullock <kbullock+mercurial@ringworld.org> writes: > >> # HG changeset patch >> # User Kevin Bullock <kbullock+mercurial@ringworld.org> >> # Date 1475271469 18000 >> # Fri Sep 30 16:37:49 2016 -0500 >> # Node ID 9f3fa665049191b36c950d4c674aa19208d1532b >> # Parent 2323b843b7bf2260d8cfa6e841f1f059855464c2 >> downloads: link to new main repo >> >> diff --git a/templates/downloads/index.html b/templates/downloads/index.html >> --- a/templates/downloads/index.html >> +++ b/templates/downloads/index.html >> @@ -49,8 +49,8 @@ >> <dt>Main</dt> >> <dd>The main development repository of the Mercurial maintainer >> <a href="https://www.mercurial-scm.org/wiki/mpm">Matt Mackall</a> >> - can be found at <a href="https://selenic.com/hg"> >> - https://selenic.com/hg</a>.</dd> >> + can be found at <a href="https://www.mercurial-scm.org/repo/hg"> >> + https://www.mercurial-scm.org/repo/hg</a>.</dd> > > I've queued both these patches, thanks! I pulled from https://bitbucket.org/seanfarley/hgwebsite/ and I only see the second one (based on an obsolete changeset), am I using the right URL ? I've taken both patch from the email. > Follow-up, do we need to reword > this to "steering committee"? Nah people with push access and people in the steering committee are two distincts set (the first group control who is in the second however)
Pierre-Yves David <pierre-yves.david@ens-lyon.org> writes: > On 10/27/2016 10:26 PM, Sean Farley wrote: >> Kevin Bullock <kbullock+mercurial@ringworld.org> writes: >> >>> # HG changeset patch >>> # User Kevin Bullock <kbullock+mercurial@ringworld.org> >>> # Date 1475271469 18000 >>> # Fri Sep 30 16:37:49 2016 -0500 >>> # Node ID 9f3fa665049191b36c950d4c674aa19208d1532b >>> # Parent 2323b843b7bf2260d8cfa6e841f1f059855464c2 >>> downloads: link to new main repo >>> >>> diff --git a/templates/downloads/index.html b/templates/downloads/index.html >>> --- a/templates/downloads/index.html >>> +++ b/templates/downloads/index.html >>> @@ -49,8 +49,8 @@ >>> <dt>Main</dt> >>> <dd>The main development repository of the Mercurial maintainer >>> <a href="https://www.mercurial-scm.org/wiki/mpm">Matt Mackall</a> >>> - can be found at <a href="https://selenic.com/hg"> >>> - https://selenic.com/hg</a>.</dd> >>> + can be found at <a href="https://www.mercurial-scm.org/repo/hg"> >>> + https://www.mercurial-scm.org/repo/hg</a>.</dd> >> >> I've queued both these patches, thanks! > > I pulled from https://bitbucket.org/seanfarley/hgwebsite/ and I only see > the second one (based on an obsolete changeset), am I using the right URL ? I haven't pushed yet, sorry. > I've taken both patch from the email. Ok, what should I do now?
On 10/28/2016 06:02 PM, Kevin Bullock wrote: >> On Oct 27, 2016, at 17:49, Sean Farley <sean@farley.io> wrote: >> >> Pierre-Yves David <pierre-yves.david@ens-lyon.org> writes: >> >>> On 10/27/2016 10:26 PM, Sean Farley wrote: >>>> Kevin Bullock <kbullock+mercurial@ringworld.org> writes: >>>> >>>>> # HG changeset patch >>>>> # User Kevin Bullock <kbullock+mercurial@ringworld.org> >>>>> # Date 1475271469 18000 >>>>> # Fri Sep 30 16:37:49 2016 -0500 >>>>> # Node ID 9f3fa665049191b36c950d4c674aa19208d1532b >>>>> # Parent 2323b843b7bf2260d8cfa6e841f1f059855464c2 >>>>> downloads: link to new main repo >>>>> >>>>> diff --git a/templates/downloads/index.html b/templates/downloads/index.html >>>>> --- a/templates/downloads/index.html >>>>> +++ b/templates/downloads/index.html >>>>> @@ -49,8 +49,8 @@ >>>>> <dt>Main</dt> >>>>> <dd>The main development repository of the Mercurial maintainer >>>>> <a href="https://www.mercurial-scm.org/wiki/mpm">Matt Mackall</a> >>>>> - can be found at <a href="https://selenic.com/hg"> >>>>> - https://selenic.com/hg</a>.</dd> >>>>> + can be found at <a href="https://www.mercurial-scm.org/repo/hg"> >>>>> + https://www.mercurial-scm.org/repo/hg</a>.</dd> >>>> >>>> I've queued both these patches, thanks! >>> >>> I pulled from https://bitbucket.org/seanfarley/hgwebsite/ and I only see >>> the second one (based on an obsolete changeset), am I using the right URL ? >> >> I haven't pushed yet, sorry. >> >>> I've taken both patch from the email. >> >> Ok, what should I do now? > > The canonical repo should be <https://www.mercurial-scm.org/repo/hg-website>, yes? Pierre-Yves, I assume that's where you pushed the patches? Yep, I pushed them there. We figured out thing on IRC with Sean and we forgot to mention it he. Sorry about that. Cheers,
Patch
diff --git a/templates/downloads/index.html b/templates/downloads/index.html --- a/templates/downloads/index.html +++ b/templates/downloads/index.html @@ -49,8 +49,8 @@ <dt>Main</dt> <dd>The main development repository of the Mercurial maintainer <a href="https://www.mercurial-scm.org/wiki/mpm">Matt Mackall</a> - can be found at <a href="https://selenic.com/hg"> - https://selenic.com/hg</a>.</dd> + can be found at <a href="https://www.mercurial-scm.org/repo/hg"> + https://www.mercurial-scm.org/repo/hg</a>.</dd> <dt>Committers</dt> <dd>The development repository of the Mercurial core contributors can be found at