https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: d4730031705d9405bed9fb3fd60f582099f5c037 authored by Daniel Fort on 14 November 2016, 00:50:55 UTC
Removed "all" rule so cr2hdr isn't built automatically when compiling a platform.
Tip revision: d473003
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