https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 0d6e311523b9e1e5a13a06b78f1efb7c3b82cbde authored by Daniel Fort on 11 October 2017, 20:17:17 UTC
Closed branch crop_rec_4k_650D
Tip revision: 0d6e311
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