https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: d02b27d683b63511e7365ad7d2417019c6bbec23 authored by Daniel Fort on 21 January 2018, 02:44:10 UTC
Closed branch EOSM2.103_new-dryos-task-hooks-qemu
Tip revision: d02b27d
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