changeset in /hg/icedtea: Change rev to node|short for Mercurial...

Andrew John Hughes gnu_andrew at member.fsf.org
Fri Nov 7 07:44:11 PST 2008


changeset c6ae181e1021 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=c6ae181e1021
description:
	Change rev to node|short for Mercurial revisions.

	2008-11-07  Andrew John Hughes  <ahughes at redhat.com>

		* Makefile.am: Use 'node|short' instead of 'rev'
		for Mercurial revision number.

diffstat:

2 files changed, 6 insertions(+), 1 deletion(-)
ChangeLog   |    5 +++++
Makefile.am |    2 +-

diffs (24 lines):

diff -r abc8a694096f -r c6ae181e1021 ChangeLog
--- a/ChangeLog	Fri Nov 07 15:38:49 2008 +0000
+++ b/ChangeLog	Fri Nov 07 15:44:03 2008 +0000
@@ -1,3 +1,8 @@ 2008-11-07  Andrew John Hughes  <ahughes
+2008-11-07  Andrew John Hughes  <ahughes at redhat.com>
+
+	* Makefile.am: Use 'node|short' instead of 'rev'
+	for Mercurial revision number.
+
 2008-11-07  Andrew John Hughes  <ahughes at redhat.com>
 
 	* Makefile.am: Remove unneeded citypeflow fix,
diff -r abc8a694096f -r c6ae181e1021 Makefile.am
--- a/Makefile.am	Fri Nov 07 15:38:49 2008 +0000
+++ b/Makefile.am	Fri Nov 07 15:44:03 2008 +0000
@@ -718,7 +718,7 @@ stamps/patch.stamp: stamps/patch-fsg.sta
 	fi
 
 	if [ -e $(abs_top_srcdir)/.hg ] && which $(HG) >/dev/null; then \
-	  revision="-r`(cd $(abs_top_srcdir); $(HG) tip --template '{rev}')`" ; \
+	  revision="-r`(cd $(abs_top_srcdir); $(HG) tip --template '{node|short}')`" ; \
 	fi ; \
 	icedtea_version="$(PACKAGE_VERSION)$${revision}" ; \
 	if [ -n "$(PKGVERSION)" ]; then \



More information about the distro-pkg-dev mailing list