https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: cf3cf7e595a38291faff3e4bbfe04b9e9adbde9c authored by danne on 11 March 2017, 18:02:35 UTC
Closed branch crop_rec-proxy-rec_trigger
Tip revision: cf3cf7e
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