https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: c63093f462bb18b3359010070f251f4efad8af24 authored by Daniel Fort on 13 April 2018, 04:55:45 UTC
Closed branch update-to-500D.112-wip
Tip revision: c63093f
last_change_info.sh
#!/bin/sh

# Called from readme2modulestrings.py
# also useful by itself to look at a formatted report
# of the extracted version info

LC_TIME=EN \
hg log . -r 'reverse(ancestors(.))' -l 1 --template \
'{date|hgdate}\n{node|short}\n{author|user}\n{desc|strip|firstline}'
back to top