https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: bc76c5da3b317dfa19913a8141ecb4df515cd516 authored by Daniel Fort on 13 July 2017, 04:50:06 UTC
Closed branch recovery
Tip revision: bc76c5d
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