Mercurial > hgrepos > DevTools > mercurial-extensions
changeset 34:7c4addd60935
Put keyword into the extensions itself
| author | Franz Glasner <hg@dom66.de> |
|---|---|
| date | Sat, 11 Nov 2017 23:23:50 +0100 |
| parents | dc8db9693262 |
| children | f29c98e54f50 |
| files | extensions/kwarchive.py extensions/revinfo.py |
| diffstat | 2 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/extensions/kwarchive.py Sat Nov 11 23:05:37 2017 +0100 +++ b/extensions/kwarchive.py Sat Nov 11 23:23:50 2017 +0100 @@ -1,4 +1,6 @@ # -*- coding: utf-8 -*- +# $HGheader$ +# """archive with keyword expansion into selected files The patterns of files to to expanded are configured in an versioned @@ -31,6 +33,8 @@ __author__ = "Franz Glasner" +__revision__ = "$Revision$" + import os import itertools
--- a/extensions/revinfo.py Sat Nov 11 23:05:37 2017 +0100 +++ b/extensions/revinfo.py Sat Nov 11 23:23:50 2017 +0100 @@ -1,4 +1,6 @@ # -*- coding: utf-8 -*- +# $HGheader$ +# """write a revision summary similar to .hg_archival.txt """ @@ -6,6 +8,8 @@ __author__ = "Franz Glasner" +__revision__ = "$Revision$" + from mercurial.i18n import _ from mercurial import commands, cmdutil, scmutil, util, archival
