https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 43e71dfcbafcdd625e9b56efcea88cfdd1dd8d4d authored by Daniel Fort on 25 January 2017, 03:30:25 UTC
Closed branch manual_lens_garry23_audio_shot
Tip revision: 43e71df
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