changeset 125:fb7e1e4e4d2c

Provide some SCCS markers also to be able to search with "what(1)" also
author Franz Glasner <hg@dom66.de>
date Fri, 17 Aug 2018 09:07:02 +0200
parents 46b7d34ef0b2
children 0a6681db2772
files README extensions/kwarchive.py extensions/revinfo.py
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/README	Fri Aug 17 08:59:04 2018 +0200
+++ b/README	Fri Aug 17 09:07:02 2018 +0200
@@ -7,7 +7,7 @@
 :Author:  Franz Glasner
 :When:    $Date$
 :Date:    |VCSJustDate|
-:ID:      $HGheader$
+:ID:      @(#) $HGheader$
 
 
 kwarchive  --  "archive" with keyword expansion within selected files
--- a/extensions/kwarchive.py	Fri Aug 17 08:59:04 2018 +0200
+++ b/extensions/kwarchive.py	Fri Aug 17 09:07:02 2018 +0200
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# $HGheader$
+# @(#) $HGheader$
 # $HGnodeid$
 #
 """like :hg:`archive` but with keyword expansion within selected files
--- a/extensions/revinfo.py	Fri Aug 17 08:59:04 2018 +0200
+++ b/extensions/revinfo.py	Fri Aug 17 09:07:02 2018 +0200
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# $HGheader$
+# @(#) $HGheader$
 # $HGnodeid$
 #
 """write a revision summary similar to .hg_archival.txt