diff extensions/revinfo.py @ 104:65789e3e8e3d

Provide a "HGnodeid" per file keyword that expands to the NodeID of the artifact. This is the id that you see in "hg --debug manifest" all the files.
author Franz Glasner <hg@dom66.de>
date Thu, 02 Aug 2018 18:22:43 +0200
parents 702d473b6d85
children f142bdb90c8d
line wrap: on
line diff
--- a/extensions/revinfo.py	Thu Aug 02 16:57:44 2018 +0200
+++ b/extensions/revinfo.py	Thu Aug 02 18:22:43 2018 +0200
@@ -1,5 +1,6 @@
 # -*- coding: utf-8 -*-
 # $HGheader$
+# $HGnodeid$
 #
 """write a revision summary similar to .hg_archival.txt
 """