https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: e162905fcc1d355dd42ba7689fe0fd869789936f authored by Daniel Fort on 13 January 2017, 00:26:09 UTC
Close branch crop_rec.
Tip revision: e162905
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