Mercurial > hg > mutable-history
diff contrib/nopushpublish.py @ 413:984be08ef504
nopushpublish: add license en copyright notice
author | Pierre-Yves David <pierre-yves.david@logilab.fr> |
---|---|
date | Tue, 31 Jul 2012 14:30:00 +0200 |
parents | 8ef1096ee5ab |
children |
line wrap: on
line diff
--- a/contrib/nopushpublish.py +++ b/contrib/nopushpublish.py @@ -1,4 +1,10 @@ # Extension which prevent changeset to be turn public by push operation +# +# Copyright 2011 Logilab SA <contact@logilab.fr> +# +# This software may be used and distributed according to the terms of the +# GNU General Public License version 2 or any later version. + from mercurial import extensions, util from mercurial import discovery