https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 9f095f820f76eb18e590440466ac378cc917f6a7 authored by Daniel Fort on 29 September 2017, 15:05:15 UTC
Closed branch update-to-700D.115
Tip revision: 9f095f8
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