https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: db4c70c77700b5bf5fcad828797018df1256c048 authored by Daniel Fort on 14 April 2018, 15:47:51 UTC
Merged in latest changes from pull request branch.
Tip revision: db4c70c
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