Submitter | Pierre-Yves David |
---|---|
Date | April 11, 2017, 10:47 p.m. |
Message ID | <0435560ab3d11a894a2b.1491950863@nodosa.octopoid.net> |
Download | mbox | patch |
Permalink | /patch/20115/ |
State | Accepted |
Headers | show |
Comments
On 4/11/17 11:47 PM, Pierre-Yves David wrote: > # HG changeset patch > # User Pierre-Yves David <pierre-yves.david@ens-lyon.org> > # Date 1491941260 -7200 > # Tue Apr 11 22:07:40 2017 +0200 > # Node ID 0435560ab3d11a894a2be7dfcc0ad4e12d5c4b1b > # Parent a297b69584d3e6e801a641d511c11d07d0976cb0 > # EXP-Topic upgraderepo > upgrade: update the copyright statement > > diff --git a/mercurial/upgrade.py b/mercurial/upgrade.py > --- a/mercurial/upgrade.py > +++ b/mercurial/upgrade.py > @@ -1,7 +1,6 @@ > # upgrade.py - functions for in place upgrade of Mercurial repository > # > -# Copyright 2005, 2006 Chris Mason <mason@suse.com> > -# Copyright 2007 Matt Mackall > +# Copyright (c) 2016-present, Gregory Szorc Why Greg in particular? The context is missing in the patch description. > # > # This software may be used and distributed according to the terms of the > # GNU General Public License version 2 or any later version. >
On 04/12/2017 01:42 PM, Ryan McElroy wrote: > On 4/11/17 11:47 PM, Pierre-Yves David wrote: >> # HG changeset patch >> # User Pierre-Yves David <pierre-yves.david@ens-lyon.org> >> # Date 1491941260 -7200 >> # Tue Apr 11 22:07:40 2017 +0200 >> # Node ID 0435560ab3d11a894a2be7dfcc0ad4e12d5c4b1b >> # Parent a297b69584d3e6e801a641d511c11d07d0976cb0 >> # EXP-Topic upgraderepo >> upgrade: update the copyright statement >> >> diff --git a/mercurial/upgrade.py b/mercurial/upgrade.py >> --- a/mercurial/upgrade.py >> +++ b/mercurial/upgrade.py >> @@ -1,7 +1,6 @@ >> # upgrade.py - functions for in place upgrade of Mercurial repository >> # >> -# Copyright 2005, 2006 Chris Mason <mason@suse.com> >> -# Copyright 2007 Matt Mackall >> +# Copyright (c) 2016-present, Gregory Szorc > > Why Greg in particular? The context is missing in the patch description. He is the one who wrote that "upgrade repo" code. Cheers,
Patch
diff --git a/mercurial/upgrade.py b/mercurial/upgrade.py --- a/mercurial/upgrade.py +++ b/mercurial/upgrade.py @@ -1,7 +1,6 @@ # upgrade.py - functions for in place upgrade of Mercurial repository # -# Copyright 2005, 2006 Chris Mason <mason@suse.com> -# Copyright 2007 Matt Mackall +# Copyright (c) 2016-present, Gregory Szorc # # This software may be used and distributed according to the terms of the # GNU General Public License version 2 or any later version.