https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 63a11348067cd0d68c581543914edba48dbb37d9 authored by Daniel Fort on 27 November 2017, 03:05:32 UTC
Fixed addresses for EOSM.
Tip revision: 63a1134
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