Marcus Crestani <crestani(a)informatik.uni-tuebingen.de> writes:
>>>>>"MS" == Michael Sperber
<sperber(a)deinprogramm.de> writes:
 MS> 	* version.sh.in: Use Mercurial tip hash to identify version
 MS> 	instead of old CVS method.
 I'd prefer to not only have the tip hash as the version information
 but also have the date of the last changeset.  A date is more useful
 than a hash value that I'd have to lookup first.
 MS> +	    (cd ${srcdir}; hg identify | cut -d " " -f 1 >> version.sh);
\
 This does the trick:
   hg tip --template '{node|short} {date|isodate}\n' 
The problem is that it doesn't tell us if the working copy was modified
relative to the working revision.  I suspect when the information from
xemacs_extra_name become relevant, we'll have to look it up anyway.
-- 
Cheers =8-} M.
Friede, Völkerverständigung und überhaupt blabla
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-patches