https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 3250f564d317af223a9ec85a45f7115627354a23 authored by dannephoto on 19 October 2017, 13:46:44 UTC
Testing stuff with 600D
Tip revision: 3250f56
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