https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 75259ccd266311905b5044beca1eb02021ea25b5 authored by Daniel Fort on 21 December 2018, 06:43:45 UTC
Merged latest iso-research with patchmgr into iso-research_5D3.134
Tip revision: 75259cc
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