https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 7e6e86fc96e900f562385a739b0317cd508faa3e authored by Daniel Fort on 08 August 2017, 16:09:20 UTC
Closed branch dm-spy-experiments-EOSM2.103
Tip revision: 7e6e86f
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